@charset "UTF-8";
/*****************************
  config
 *****************************/
/*
 setting
 */
/*
 Break-Point
 @param $point (sm, md, lg)
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: url("/assets2/font/NotoSansCJKjp-Regular.eot");
  src: local("NotoSansCJKjp-Regular"), url("/assets2/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/assets2/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets2/font/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets2/font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url("/assets2/font/NotoSansCJKjp-Bold.eot");
  src: local("NotoSansCJKjp-Bold"), url("/assets2/font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/assets2/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets2/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets2/font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese Medium';
  font-style: normal;
  font-weight: 600;
  src: url("/assets2/font/NotoSansCJKjp-Medium.eot");
  src: local("NotoSansCJKjp-Medium"), url("/assets2/font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/assets2/font/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets2/font/NotoSansCJKjp-Medium.woff") format("woff"), url("/assets2/font/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("/assets2/font/NotoSansCJKjp-Light.eot");
  src: local("NotoSansCJKjp-Light"), url("/assets2/font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("/assets2/font/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets2/font/NotoSansCJKjp-Light.woff") format("woff"), url("/assets2/font/NotoSansCJKjp-Light.ttf") format("truetype");
}

/*****************************
  config
 *****************************/
/*
 setting
 */
/*
 Break-Point
 @param $point (sm, md, lg)
 */
/* Setting ============================================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

@media only screen and (min-width: 769px) {
  html {
    min-width: 1142px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #333;
  background: #f5f7f8;
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 1080px;
  }
}

a:link, a:visited {
  text-decoration: none;
  color: #0052af;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

a:hover, a:active {
  text-decoration: none;
}

/*****************************
  Layout
 *****************************/
.wrapper, .userVoice, .teacher, .topExperiences, .topReason, .topPlan, .topLevel, .topCurriculum, .topTrial, .topWp, .topBnr, .topComparison, .topSpecial, .topSns {
  width: 1082px;
  margin: 22px auto 0;
  padding-top: 10px;
  overflow: hidden;
  *zoom: 1;
}

@media only screen and (min-width: 1281px) {
  .wrapper, .userVoice, .teacher, .topExperiences, .topReason, .topPlan, .topLevel, .topCurriculum, .topTrial, .topWp, .topBnr, .topComparison, .topSpecial, .topSns {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper, .userVoice, .teacher, .topExperiences, .topReason, .topPlan, .topLevel, .topCurriculum, .topTrial, .topWp, .topBnr, .topComparison, .topSpecial, .topSns {
    width: 100%;
  }
}

.sideBar {
  width: 196px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .sideBar {
    width: 100%;
  }
}

.contents, .contents--fluid {
  width: 100%;
  max-width: 855px;
  padding: 30px 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .contents, .contents--fluid {
    padding: 16px;
  }
}

.contents--fluid--sm + .contents, .contents--fluid--sm + .contents--fluid {
  margin-top: 48px;
}

.anchorLink__frame + .contents, .anchorLink__frame + .contents--fluid {
  margin-top: 64px;
}

.contents--fluid {
  padding: 0;
  margin: 0;
  max-width: none;
}

@media only screen and (max-width: 768px) {
  .contents--fluid--sm {
    padding: 0;
  }
}

@media only screen and (min-width: 769px) {
  .contents--fluid__inner {
    max-width: 1082px;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .contents--fluid__inner {
    padding: 0 16px;
    margin: 0 auto;
  }
  .contents--fluid--sm .contents--fluid__inner {
    padding: 0;
  }
}

.contents--repo {
  min-height: 400px;
}

.layout--mt32 {
  margin-top: 32px;
}

.layout--mt64 {
  margin-top: 64px;
}

/*****************************
  Common
 *****************************/
@media only screen and (min-width: 769px) {
  a:link:hover {
    opacity: 0.5;
  }
  .sp-hidden {
    display: none;
  }
  .pcBr:before {
    content: "\a";
    white-space: pre;
  }
}

@media only screen and (max-width: 768px) {
  .sp-denyScroll {
    overflow: hidden;
  }
  .pc-hidden {
    display: none;
  }
  .spBr:before {
    content: "\a";
    white-space: pre;
  }
}

a.is-disableLink {
  cursor: default;
}

a.is-disableLink:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #js-breakpoint--lg {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #js-breakpoint--sm {
    display: none;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.cl-blue {
  color: #0052af;
}

.mfp-close {
  opacity: 1;
  font-size: 1.125rem;
  font-family: Helvetica, Arial, sans-serif;
}

.mfp-close:hover {
  opacity: 0.5;
}

.mfp-close__x {
  font-size: 1.75rem;
  margin-right: 4px;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}

/* エラーページ */
.errorSection {
  height: 506px;
}

.errorSection .titleH2 {
  text-align: center;
}

.errorSection .articleBlock, .errorSection .articleBlock--h2, .errorSection .articleBlock--h3 {
  margin: 32px auto 0;
  width: 610px;
}

.errorSection .linkButton__center {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .errorSection {
    height: auto;
    margin-top: 135px;
  }
  .errorSection .articleBlock, .errorSection .articleBlock--h2, .errorSection .articleBlock--h3 {
    margin-top: 25px;
    max-width: 100%;
  }
  .errorSection .linkButton__center {
    margin-top: 35px;
  }
}

/*****************************
  Footer
 *****************************/
.footer {
  border-top: 44px solid #FFFFFF;
  background-size: 1280px auto;
}

@media only screen and (max-width: 768px) {
  .footer {
    border-top: 17px solid #FFFFFF;
  }
}

.footer .pagetop__frame {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.footer .pagetop {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: none;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .footer .pagetop {
    right: 6px;
    bottom: 46px;
  }
  .footer .pagetop img {
    width: 45px;
    height: 45px;
  }
}

.footer__sitemap {
  padding: 0 60px;
  background-color: #e8e8e8;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .footer__sitemap {
    display: none;
  }
}

.footer__sitemap__inner, .footer__sitemap__inner--related {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 28px;
  overflow: hidden;
  *zoom: 1;
}

.footer__sitemap__inner--related {
  padding-bottom: 23px;
  border-bottom: none;
  position: relative;
}

.footer__sitemap__group {
  width: calc((100% / 5) - 56px);
  margin: 0 56px 0 0;
  float: left;
}

.footer__sitemap__group--double {
  width: calc(100% / 2.5);
  margin: 0;
}

.footer__sitemap__group--half {
  width: calc((100% / 2) - 56px);
}

.footer__sitemap__group--full {
  width: calc(100% - 56px);
  font-size: 12px;
  margin-top: 28px;
}

.footer__sitemap__group__category {
  padding: 0;
  margin: 0;
}

.footer__sitemap__group__category__title {
  padding: 26px 0 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
}

.footer__sitemap__group__category__title--line {
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

.footer__sitemap__group__category__title :link, .footer__sitemap__group__category__title :visited {
  color: #333;
}

.footer__sitemap__group__category__contents {
  padding: 0;
  margin: 0;
}

.footer__sitemap__group__category__contents__list {
  list-style-type: none;
  padding: 0;
  margin: 4px 0 0;
  font-size: 0.8125rem;
  line-height: 2;
}

.footer__sitemap__group__category__contents__list :link, .footer__sitemap__group__category__contents__list :visited {
  color: #333;
}

.footer__sitemap__banner {
  float: left;
  width: 40.77%;
  padding-top: 23px;
}

.footer__sitemap__banner img {
  width: 100%;
  height: auto;
}

.footer__sitemap__relatedLinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}

.footer__sitemap__relatedLinks__header {
  float: left;
  font-size: 0.875rem;
  line-height: 32px;
  margin-right: 24px;
  width: 110px;
}

.footer__sitemap__relatedLinks__hyphen {
  border-top: 1px #333333 solid;
  float: right;
  margin-top: 15px;
  width: 32px;
}

.footer__sitemap__relatedLinks__item {
  float: left;
  margin-right: 24px;
  width: 32px;
}

.footer__sitemap__relatedLinks__item img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .footer__sitemap__relatedLinks {
    display: none;
  }
}

.footer__company {
  padding: 18px 60px 26px;
  background-color: #333;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer__company {
    padding: 20px 0 20px 16px;
  }
}

.footer__company__inner {
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .footer__company__inner {
    display: block;
  }
}

.footer__company__contact {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer__company__contact {
    display: none;
    padding-right: 16px;
  }
}

.footer__company__contact__tel {
  min-height: 24px;
  padding-left: 31px;
  background: url("../images/common/icon_tel.svg") no-repeat left center;
  background-size: 23px auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .footer__company__contact__tel {
    min-height: 21px;
    padding-left: 25px;
    background-size: 20px auto;
    font-size: 1.75rem;
  }
}

.footer__company__contact__tel :link, .footer__company__contact__tel :visited {
  color: #fff;
}

.footer__company__contact__time {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.8;
}

.footer__company__contact__message {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .footer__company__contact__message {
    font-size: 0.6875rem;
  }
}

.footer__company__links {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .footer__company__links {
    display: block;
    text-align: left;
  }
}

.footer__company__links__item {
  display: inline-block;
  margin-left: 24px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.footer__company__links__item :link, .footer__company__links__item :visited {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer__company__links__item {
    margin: 0 16px 0 0;
    font-size: 0.75rem;
  }
}

.footer__company__links__item--sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer__company__links__item--sp-only {
    margin-top: 16px;
    display: inline-block;
    font-weight: normal;
  }
}

.footer__copyright {
  text-align: center;
  padding: 16px 0;
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.625rem;
    padding-bottom: 60px;
  }
}

/*****************************
  Header
 *****************************/
@media only screen and (min-width: 769px) {
  .header__gnavi--sp {
    display: none;
  }
  .header__pc__frame {
    height: 126px;
  }
  .header__bar {
    border-top: 3px solid #1456a1;
    padding: 5px 0 0;
    background: #fff;
  }
  .header__bar__container {
    width: 1143px;
    margin: 0 auto;
    position: relative;
  }
  .header__bar__logo {
    margin: 16px 0 0;
    position: relative;
    z-index: 2;
    width: 303px;
  }
  .header__bar__logo img {
    width: 100%;
  }
  .header__bar__menu {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 1;
  }
  .header__bar__menu__item {
    display: inline-block;
    vertical-align: middle;
  }
  .header__bar__menu__item.blog a {
    background-color: #32c9a8;
    background-image: url("../images/common/icon_blog_baby.png"), url("../images/common/icon_blog_pencil.png");
    background-position: left 7px center, right 7px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 27px auto, 15px auto;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 32px;
    margin-right: 25px;
    padding-left: 12px;
    text-align: center;
    width: 165px;
  }
  .header__bar__menu__item.trial a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    border-radius: 4px;
    background: #FF585F;
  }
  .header__bar__menu__item.contact a {
    display: inline-block;
    text-align: center;
    background: url("../images/common/icon_contact.png") top center no-repeat;
    font-size: 0.625rem;
    line-height: 1;
    padding-top: 22px;
    margin-left: 20px;
    color: #6c6c6c;
  }
  .header__bar__menu__item.login a {
    display: inline-block;
    text-align: center;
    background: url("../images/common/icon_login.png") top center no-repeat;
    font-size: 0.625rem;
    line-height: 1;
    padding-top: 22px;
    margin-left: 10px;
    color: #6c6c6c;
  }
  .header__bar__menu__item .js-burger {
    display: none;
  }
  .header__gnavi {
    background: #fff;
    padding: 12px 0 0;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 90;
  }
  .header__gnavi__container {
    width: 1143px;
    margin: 0 auto;
    overflow: visible;
    overflow: hidden;
    *zoom: 1;
  }
  .header__gnavi--main, .header__gnavi--sub {
    padding: 0;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
  }
  .header__gnavi--main {
    float: left;
    width: 560px;
    margin: 0;
  }
  .header__gnavi--main__site {
    width: 138px;
    float: right;
  }
  .header__gnavi--main__item {
    display: block;
    float: left;
    width: calc(100% / 4);
    padding: 0;
  }
  .header__gnavi--main__item__site {
    width: 100%;
  }
  .header__gnavi--main__item:last-child .header__gnavi--main__text {
    border-right: 1px solid #dbdbdb;
  }
  .header__gnavi--main__item > a.header__gnavi--main__head:hover {
    color: #fff;
  }
  .header__gnavi--main__item:hover + .header__gnavi--main__item .header__gnavi--main__text {
    border-left: 0;
  }
  .header__gnavi--main__head {
    padding: 8px 0;
    display: block;
    position: relative;
  }
  .header__gnavi--main__head__site {
    padding: 8px 0;
    display: block;
    position: relative;
  }
  .header__gnavi--main__head:link, .header__gnavi--main__head:visited {
    color: #323333;
  }
  .header__gnavi--main__head:link:hover, .header__gnavi--main__head:visited:hover, .header__gnavi--main__head.on {
    background: #1456a1;
    opacity: 1;
    cursor: pointer;
    color: #fff;
  }
  .header__gnavi--main__head:link:hover .header__gnavi--main__text, .header__gnavi--main__head:visited:hover .header__gnavi--main__text, .header__gnavi--main__head.on .header__gnavi--main__text {
    color: #fff;
    border: none;
  }
  .header__gnavi--main__head.current {
    border-bottom: 3px solid #1456a1;
  }
  .header__gnavi--main__text {
    display: block;
    font-size: 0.875rem;
    line-height: 24px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #dbdbdb;
  }
  .header__gnavi--main__text__site {
    color: #28abdb;
  }
  .header__gnavi--main__text__site__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__gnavi--main__text__site__inner img {
    height: 16px;
    margin-right: 3px;
  }
  .header__gnavi--sub {
    float: right;
    width: 305px;
    margin: 0;
  }
  .header__gnavi--sub__item {
    display: inline-block;
    width: initial;
    padding: 0 12px 0 12px;
    text-align: right;
  }
  .header__gnavi--sub__item:first-child {
    padding-left: 24px;
  }
  .header__gnavi--sub__item:last-child {
    padding-right: 24px;
  }
  .header__gnavi--sub__text {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
  }
  .header__gnavi--sub__text:link, .header__gnavi--sub__text:visited {
    color: #323333;
  }
  .header__gnavi .header__bar__logo2 {
    display: none;
  }
  .header__gnavi.float {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .header__gnavi.float .header__bar__logo2 {
    display: none;
  }
  .header__gnavi.float .header__gnavi--main {
    width: 613px;
  }
  .header__gnavi.float .header__gnavi--main__site {
    width: 100px;
  }
  .header__gnavi.float .header__gnavi--main__item__site {
    height: 56px;
  }
  .header__gnavi.float .header__gnavi--main__head {
    padding: 16px 0;
  }
  .header__gnavi.float .header__gnavi--main__head__site {
    padding: 16px 0;
  }
  .header__gnavi.float .header__gnavi--sub {
    width: 250px;
  }
  .header__gnavi.float .header__gnavi--sub__item {
    padding: 0 5px 0 5px;
  }
  .header__gnavi.float .header__gnavi--sub__item:first-child {
    padding-left: 10px;
  }
  .header__gnavi.float .header__gnavi--sub__item:last-child {
    padding-right: 10px;
  }
  .header__gnavi.float .header__gnavi--sub__text {
    line-height: 56px;
  }
  .header__gnavi.float .megamenu {
    top: 56px;
  }
  .header__gnavi.float .header__bar__logo2 {
    display: block;
    float: left;
    width: 180px;
    margin-top: 18px;
  }
  .header__gnavi.float .header__bar__logo2 img {
    width: 155px;
  }
  .megamenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #1456a1;
    width: 100%;
    min-width: 1143px;
    padding: 30px 0;
    z-index: 100;
  }
  .megamenu__container {
    width: 1143px;
    margin: 0 auto;
  }
  .megamenu__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .megamenu__title__btn {
    display: inline-block;
    margin-left: 15px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 30px;
    padding: 0 30px 0 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    position: relative;
  }
  .megamenu__title__btn:link, .megamenu__title__btn:visited {
    color: #fff;
  }
  .megamenu__title__btn:after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url("../images/common/icon_link_arrow_w.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .megamenu__title__btn:link:hover, .megamenu__title__btn:hover {
    background: #fff;
    color: #0052af;
    opacity: 1;
  }
  .megamenu__title__btn:link:hover:after, .megamenu__title__btn:hover:after {
    background: url("../images/common/icon_link_arrow.svg") no-repeat;
    background-size: 100% 100%;
  }
  .megamenu__list {
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    width: 100vw;
    max-width: 100%;
  }
  .megamenu__list__item {
    overflow: hidden;
    *zoom: 1;
    width: calc(100% / 4);
    min-width: 225px;
    font-size: 0.875rem;
    float: left;
    line-height: 32px;
    position: relative;
    margin: 20px 0 0;
  }
  .megamenu__list__item:link, .megamenu__list__item:visited {
    color: #fff;
  }
  .megamenu__list__item:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("../images/common/icon_link_arrow_w.svg") no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
  }
  .megamenu__list__item__img {
    float: left;
    width: 48px;
    margin: 0 5px 0 0;
  }
  .megamenu__list__item__img img {
    width: 100%;
    border: 1px solid #fff;
  }
  .bnr-freetrial {
    display: block;
    opacity: 0;
    width: 111px;
    height: 128px;
    position: fixed;
    right: -20px;
    top: 50%;
    margin-top: -68px;
    text-align: left;
    background: #FF585F;
    background-image: url("../images/common/img_freetrial.png"), url("../images/common/text_freetrial.png");
    padding-right: 20px;
    background-position: 32px 4px, right 0px;
    background-repeat: no-repeat, no-repeat;
    padding-top: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 80;
    pointer-events: none;
    padding-left: 10px;
    border: 1px solid #FF585F;
    border-right: 0;
  }
  .bnr-freetrial.float {
    opacity: 1;
    pointer-events: auto;
  }
  .bnr-freetrial__text {
    font-size: 1rem;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
  }
  .bnr-freetrial__sub {
    font-size: 0.6875rem;
    line-height: 13px;
    color: #fff;
    margin-top: 1px;
  }
  .bnr-freetrial__click {
    display: inline-block;
    font-size: 0.625rem;
    line-height: 14px;
    color: #FF585F;
    margin: 5px 0 0;
    padding: 0 15px;
    background: #fff;
    border-radius: 7px;
    position: relative;
    width: 64px;
  }
  .bnr-freetrial__click span {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bnr-freetrial:link:hover {
    opacity: 1;
    text-decoration: none;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .header__gnavi--pc {
    display: none !important;
  }
  .header__bar {
    border-top: 3px solid #1456a1;
    padding: 0;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 54px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 90;
  }
  .header__bar__container {
    width: 100%;
  }
  .header__bar__logo {
    margin: 0 0 0 10px;
    line-height: 51px;
  }
  .header__bar__logo img {
    width: 149.63px;
    height: 22.52px;
    vertical-align: middle;
  }
  .header__bar__menu {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    margin: 0;
    padding: 0;
    letter-spacing: -.4em;
  }
  .header__bar__menu__item {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #e4e4e4;
    letter-spacing: normal;
  }
  .header__bar__menu__item > a {
    display: inline-block;
    text-align: center;
    font-size: 0.625rem;
    line-height: 1;
    padding: 31px 0 10px;
    color: #6c6c6c;
    width: 50px;
  }
  .header__bar__menu__item.blog {
    display: none;
  }
  .header__bar__menu__item.trial {
    display: none;
  }
  .header__bar__menu__item.contact a {
    background: url("../images/common/icon_contact.png") center 11px no-repeat;
    background-size: 15px auto;
  }
  .header__bar__menu__item.login a {
    background: url("../images/common/icon_login.png") center 11px no-repeat;
    background-size: 15px auto;
  }
  .header__bar__menu__item .js-burger {
    font-size: 0.625rem;
    line-height: 1;
    width: 51px;
    height: 51px;
    text-align: center;
    padding-top: 9px;
    color: #0052af;
  }
  .header__bar__menu__item .js-burger:after {
    content: "MENU";
  }
  .header__bar__menu__item .js-burger div,
  .header__bar__menu__item .js-burger div span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__bar__menu__item .js-burger div {
    position: relative;
    width: 24px;
    height: 16px;
    margin-bottom: 5px;
  }
  .header__bar__menu__item .js-burger div span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1456a1;
  }
  .header__bar__menu__item .js-burger div span:nth-of-type(1) {
    top: 0;
  }
  .header__bar__menu__item .js-burger div span:nth-of-type(2) {
    top: 7px;
  }
  .header__bar__menu__item .js-burger div span:nth-of-type(3) {
    bottom: 0;
  }
  .header__bar__menu__item .js-burger.active {
    background: #dee7f2;
  }
  .header__bar__menu__item .js-burger.active:after {
    content: "CLOSE";
  }
  .header__bar__menu__item .js-burger.active div span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
  }
  .header__bar__menu__item .js-burger.active div span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .header__bar__menu__item .js-burger.active div span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
  }
  .header__gnavi--sp {
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    height: calc(100% - 54px);
    background: #dee7f2;
    overflow: auto;
    display: none;
    z-index: 100;
  }
  .header__gnavi--main__text {
    display: block;
    padding: 20px 16px;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #323333;
    position: relative;
  }
  .header__gnavi--main__text__site {
    color: #28abdb;
    border-top: 1px solid #fff;
    background: none;
    padding: 10px 16px;
  }
  .header__gnavi--main__text__site__inner {
    width: 100%;
    height: 40px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__gnavi--main__text__site__inner img {
    height: 16px;
    margin-right: 3px;
  }
  .header__gnavi--main__text__site__inner--blog {
    color: #fff;
    background-color: #32c9a8;
  }
  .header__gnavi--main__text__site:after {
    background: none !important;
  }
  .header__gnavi--main__text:after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url("../images/common/icon_link_arrow.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
  }
  .header__gnavi--main__text.js-gnav-open:after {
    width: 14px;
    height: 14px;
    background: url("../images/common/icon_plus.png") no-repeat;
  }
  .header__gnavi--main {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header__gnavi--sub {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 20px 16px;
  }
  .header__gnavi--sub__item {
    display: inline-block;
  }
  .header__gnavi--sub__text {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    margin-right: 15px;
  }
  .header__gnavi--sub__text:link, .header__gnavi--sub__text:visited {
    color: #323333;
  }
  .header__gnavi--sub__text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("../images/common/icon_link_arrow.svg") no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
    position: relative;
    top: 1px;
  }
  .opennavi__list {
    display: none;
    background: #1456a1;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .opennavi__list__item a {
    display: block;
    padding: 16px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .opennavi__list__item a:after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url("../images/common/icon_link_arrow_w.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
  }
  body.over {
    overflow: hidden;
  }
  .bnr-freetrial {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../images/common/img_freetrial.png") 20px center no-repeat #FF585F;
    z-index: 80;
    opacity: 1;
    display: block;
    background-size: auto 40px;
  }
  .bnr-freetrial__content {
    margin-left: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .bnr-freetrial__text {
    font-size: 0.9375rem;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    display: block;
  }
  .bnr-freetrial__sub {
    font-size: 0.6875rem;
    line-height: 15px;
    color: #fff;
    display: block;
  }
  .bnr-freetrial__click {
    position: absolute;
    right: 20px;
    top: 12px;
    display: inline-block;
    font-size: 0.8125rem;
    padding-left: 12px;
    line-height: 26px;
    color: #FF585F;
    background: #fff;
    border-radius: 13px;
    width: 76px;
    height: 26px;
  }
  .bnr-freetrial__click:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url("../images/common/icon_arrow_red.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 8px;
    right: 12px;
  }
}

.header__breadcrumb_frame {
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .header__breadcrumb_frame {
    padding: 8px 0;
    margin-top: 54px;
  }
}

.header__breadcrumb {
  overflow: hidden;
  *zoom: 1;
  list-style-type: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .header__breadcrumb {
    padding: 0 15px;
  }
}

.header__breadcrumb__item {
  float: left;
  position: relative;
  font-size: 0.75rem;
  line-height: inherit;
  color: #6c6c6c;
  padding-right: 22px;
}

@media only screen and (max-width: 768px) {
  .header__breadcrumb__item {
    padding-right: 15px;
  }
}

.header__breadcrumb__item:after {
  display: block;
  content: "";
  position: absolute;
  right: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  background-image: url("../images/common/icon_link_arrow_g.svg");
  background-size: 7px 11px;
}

@media only screen and (max-width: 768px) {
  .header__breadcrumb__item:after {
    right: 3px;
  }
}

.header__breadcrumb__item:last-child {
  padding: 0;
}

.header__breadcrumb__item:last-child:after {
  display: none;
}

.header__breadcrumb__item__link:link, .header__breadcrumb__item__link:visited {
  color: #6c6c6c;
}

.contents--header {
  background-image: url("../images/common/h1_bg.png");
  background-color: #bceafb;
}

@media only screen and (max-width: 768px) {
  .contents--header {
    height: 130px;
  }
}

.header__a__cover {
  height: 170px;
  background-image: url("../images/common/h1_a_pic.png");
  background-position: right 10px;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .header__a__cover {
    height: inherit;
    background-size: auto 90px;
    background-position: 95% bottom;
  }
}

.header__a__cover.fee {
  background-image: url("../images/common/h1_f_pic.png");
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .header__a__cover.fee {
    background-image: url("../images/common/h1_f_pic.png");
    background-size: 26%;
    background-position: right 10px bottom;
  }
}

@media only screen and (max-width: 768px) and (max-width: 500px) {
  .header__a__cover.fee {
    background-size: 40%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  .header__a__cover.fee {
    background-position: right 5px bottom;
  }
}

.header__b__cover {
  height: 170px;
  background-image: url("../images/common/h1_b_pic.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .header__b__cover {
    height: inherit;
    background-size: auto 80px;
  }
}

.header__b__cover.img__general {
  background-image: url("../images/common/h1_o_pic.png") !important;
  background-size: contain;
}

.header__b__cover.faq {
  background-image: url("../images/common/h1_h_pic.png") !important;
  background-size: contain;
}

.header__b__cover.for_children {
  background-image: url("../images/common/h1_e_pic.png") !important;
  background-size: contain;
}

.header__b__cover.manga {
  background-image: url("../images/repo/manga-header.png") !important;
  background-size: contain;
}

.catB {
  background-image: url("../images/header/h1-img-B.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catB {
    background-size: auto 80px;
  }
}

.catC {
  background-image: url("../images/header/h1-img-C.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catC {
    background-size: auto 80px;
  }
}

.catC2 {
  background-image: url("../images/header/h1-img-C-2.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catC2 {
    background-size: auto 80px;
  }
}

.catD1 {
  background-image: url("../images/header/h1-img-D-1.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD1 {
    background-size: auto 80px;
  }
}

.catD2 {
  background-image: url("../images/header/h1-img-D-2.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD2 {
    background-size: auto 80px;
  }
}

.catD3 {
  background-image: url("../images/header/h1-img-D-3.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD3 {
    background-size: auto 80px;
  }
}

.catD4 {
  background-image: url("../images/header/h1-img-D-4.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD4 {
    background-size: auto 80px;
  }
}

.catD5 {
  background-image: url("../images/header/h1-img-D-5.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD5 {
    background-size: auto 80px;
  }
}

.catD6 {
  background-image: url("../images/header/h1-img-D-6.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD6 {
    background-size: auto 80px;
  }
}

.catD7 {
  background-image: url("../images/header/h1-img-D-7.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD7 {
    background-size: auto 80px;
  }
}

.catD8 {
  background-image: url("../images/header/h1-img-D-8.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD8 {
    background-size: auto 80px;
  }
}

.catD9 {
  background-image: url("../images/header/h1-img-D-9.png");
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  .catD9 {
    background-size: auto 80px;
  }
}

.header__title {
  display: inline-block;
  margin: 64px 0 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .header__title {
    margin: 52px 100px 0 0;
    font-size: 1.375rem;
    text-shadow: 0 0 2px #0052af;
  }
}

.header__eng {
  margin: 5px 0 0;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  left: 0;
  top: 86px;
}

@media only screen and (max-width: 768px) {
  .header__eng {
    font-size: 0.75rem;
    line-height: 1.5;
    position: relative;
    top: inherit;
  }
}

.header__lv {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  font-size: 0.875rem;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: -20px 0 0 10px;
  padding: 0 15px;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .header__lv {
    font-size: 0.875rem;
    line-height: 18px;
    margin: 5px 0 0 0;
    padding: 0 5px;
  }
}

header h1 {
  max-height: 0;
  font-size: 0px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*****************************
  Sidebar
 *****************************/
@media only screen and (max-width: 768px) {
  .sideBar {
    padding: 50px 16px 0;
  }
}

.sideBar .memories_banner-ceo {
  padding-top: 51px;
  width: 100%;
  display: block;
  margin-bottom: -29px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sideBar .memories_banner-ceo {
    display: none;
  }
}

.m-top--36 {
  margin-top: -36px;
}

.simulation {
  background: #3993e0;
  display: block;
  width: 100%;
  height: 184px;
  margin-top: 70px;
  position: relative;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 2px 3px 0 #d6d8d9;
          box-shadow: 0 2px 3px 0 #d6d8d9;
  border-radius: 3px;
}

.simulation__img {
  margin-left: 52px;
  margin-top: -36px;
  margin-bottom: 1px;
}

.simulation__text {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: -1px;
  padding: 0 14px 6px;
}

.simulation__text--min {
  font-size: 0.875rem;
  line-height: 31px;
  display: block;
  color: #fff;
}

.simulation__text--min:before {
  content: "";
  width: 2px;
  height: 15px;
  margin-right: 14px;
  border-right: 2px solid;
  -webkit-transform: rotate(-14deg);
      -ms-transform: rotate(-14deg);
          transform: rotate(-14deg);
  display: inline-block;
  vertical-align: middle;
}

.simulation__text--min:after {
  content: "";
  width: 2px;
  height: 15px;
  margin-left: 10px;
  border-right: 2px solid;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  display: inline-block;
  vertical-align: middle;
}

.simulation .simulation__btn {
  position: absolute;
  bottom: 11px;
  right: 11px;
}

@media only screen and (max-width: 768px) {
  .simulation {
    display: none;
    width: 220px;
    margin: 0 auto;
  }
  .simulation__text {
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.sideblog__repo {
  margin-top: 21px;
  width: 100%;
  display: block;
  text-align: center;
}

.sideblog__repo-img {
  display: inline-block;
  position: relative;
}

.sideblog__repo-img .btn_arrow_circle_blue {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.sideblog__repo img {
  width: 100%;
}

.sideblog__item {
  border-radius: 3px;
  border: 1px solid #e2e1e1;
  margin-top: 20px;
}

.sideblog__item:first-child {
  margin-top: 0;
}

.sideblog__item__title {
  background: #ebeded;
  font-size: 0.875rem;
  padding: 10px;
}

.sideblog__item a {
  display: block;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .sideblog__item__title {
    font-size: 0.75rem;
    padding: 5px;
  }
  .sideblog__item a {
    padding: 5px;
  }
}

.sideblog__content__photo {
  width: 174px;
  height: 116px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.sideblog__content__photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sideblog__content__date {
  font-size: 0.75rem;
  line-height: 18px;
  margin: 5px 0;
}

.sideblog__content__ttl {
  font-size: 0.8125rem;
  line-height: 20px;
  margin: 5px 0;
  color: #323333;
}

@media only screen and (max-width: 768px) {
  .sideblog__content {
    overflow: hidden;
    *zoom: 1;
  }
  .sideblog__content__left {
    float: left;
    margin-right: 10px;
  }
}

/*****************************
  article component
 *****************************/
.articleBlock, .articleBlock--h2, .articleBlock--h3 {
  margin-top: 32px;
  overflow: hidden;
  *zoom: 1;
}

.articleBlock__left__45 {
  width: 45%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .articleBlock__left__45 {
    width: 100%;
    float: none;
  }
}

.articleBlock__right__50 {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .articleBlock__right__50 {
    width: 100%;
    float: none;
  }
}

.articleBlock--maginMin {
  margin-top: 24px;
}

.articleBlock--h2 {
  margin-top: 64px;
}

@media only screen and (max-width: 768px) {
  .articleBlock--h2 {
    margin-top: 40px;
  }
}

.articleBlock--h3 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .articleBlock--h3 {
    margin-top: 64px;
  }
}

.articleBlock__half--center {
  width: 48.06%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .articleBlock__half--center {
    float: none;
    width: 100%;
  }
}

.articleBlock__left {
  float: left;
  width: 48.06%;
}

@media only screen and (max-width: 768px) {
  .articleBlock__left {
    float: none;
    width: 100%;
  }
}

.articleBlock__right {
  float: right;
  width: 48.06%;
}

@media only screen and (max-width: 768px) {
  .articleBlock__right {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
}

.articleBlock__3line__2left {
  float: left;
  width: 64.16%;
}

@media only screen and (max-width: 768px) {
  .articleBlock__3line__2left {
    float: none;
    width: 100%;
  }
}

.articleBlock__3line__1left {
  float: left;
  width: 30.95%;
}

@media only screen and (max-width: 768px) {
  .articleBlock__3line__1left {
    float: none;
    width: 100%;
  }
}

.articleBlock__3line__1middle {
  float: left;
  width: 30.95%;
  margin-left: 3.56%;
}

@media only screen and (max-width: 768px) {
  .articleBlock__3line__1middle {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}

.articleBlock__3line__1right {
  float: right;
  width: 30.95%;
}

@media only screen and (max-width: 768px) {
  .articleBlock__3line__1right {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
}

.articleBlock__bnrLine {
  float: left;
  width: 25.3%;
  margin-right: 2%;
}

@media only screen and (max-width: 768px) {
  .articleBlock__bnrLine {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
    max-width: 236px;
  }
}

.articleBlock__img-large {
  width: 100%;
}

.articleBlock__img-small {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.articleBlock__img-small img {
  width: 50% !important;
  margin-top: 11px;
}

.articleBlock__img-small img:first-child {
  padding-right: 5px;
  float: left;
}

.articleBlock__img-small img:last-child {
  padding-left: 5px;
}

.articleBlock__img img {
  width: 100%;
}

.articleBlock__img--small {
  margin-bottom: 18px;
}

.articleBlock__img--small:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .articleBlock__img--small {
    margin-left: auto;
    margin-right: auto;
    width: 86.41%;
  }
}

.articleBlock__img__caption {
  margin: 3px 0 0 0;
  font-size: 0.75rem;
  line-height: 18px;
}

.articleBlock:first-child, .articleBlock--h2:first-child, .articleBlock--h3:first-child {
  margin-top: 0;
}

.articleBlock_A .articleBlock__left {
  width: 60.54%;
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  .articleBlock_A .articleBlock__left {
    width: 100%;
    padding-right: 0;
  }
}

.articleBlock_A .articleBlock__right {
  width: 39.46%;
}

@media only screen and (max-width: 768px) {
  .articleBlock_A .articleBlock__right {
    width: 100%;
  }
}

.articleBlock_A .textItem {
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  .articleBlock_A .textItem {
    line-height: 26px;
  }
}

.articleBlock_A .leadCopy {
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  .articleBlock_A .leadCopy {
    line-height: 24px;
  }
}

.articleBlock--video {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.recommend {
  margin: 18px 0 0;
  background: #dee7f2;
  border-radius: 5px;
  display: table;
  width: 100%;
}

.recommend__title {
  display: table-cell;
  vertical-align: middle;
  background: #1456a1;
  color: #fff;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 22px;
  width: 7em;
}

.recommend__title:after {
  content: "";
  border: 5px solid #dee7f2;
  border-left-color: #1456a1;
  position: absolute;
  right: -10px;
  top: 50%;
  top: calc(50% - 5px);
}

.recommend__text {
  display: table-cell;
  vertical-align: middle;
  color: #0052af;
  padding: 10px 15px;
  font-size: 0.875rem;
  line-height: 22px;
}

@media only screen and (max-width: 768px) {
  .recommend {
    display: block;
  }
  .recommend__title {
    display: block;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 5px;
    width: inherit;
  }
  .recommend__title:after {
    content: "";
    border: none;
  }
  .recommend__text {
    display: block;
    color: #0052af;
    padding: 5px 10px;
    margin: 0;
  }
}

.movieComponent {
  overflow: hidden;
  *zoom: 1;
  margin-top: 32px;
}

.movieComponent__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movieComponent__wrap__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movieComponent__wrap--callan {
  padding-bottom: 45%;
}

.movieComponent__wrap--callan .movieComponent__wrap__iframe {
  height: 125%;
}

.stripeBlock {
  margin-top: 32px;
  overflow: hidden;
  *zoom: 1;
  border: 1px solid #d2d2d2;
  padding: 20px;
  background: url("../images/common/bg_stripe.png");
}

/*****************************
  introduction__blog
 *****************************/
.mr20 {
  margin-right: 20px;
}

.ml10 {
  margin-left: 10px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb10p {
  margin-bottom: 10%;
}

.mt3p {
  margin-top: 3%;
}

.mt5p {
  margin-top: 5% !important;
}

.mb5p {
  margin-bottom: 5% !important;
}

.mt10p {
  margin-top: 10%;
}

.mt15p {
  margin-top: 15% !important;
}

.mt16 {
  margin-top: 16px;
}

.nomtop {
  margin-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pb3p {
  padding-bottom: 3%;
}

.pt5p {
  padding-top: 5% !important;
}

.pl5p {
  padding-left: 5%;
}

.pl24p {
  padding-left: 24.2%;
}

.pt1p {
  padding-top: 1%;
}

.bg-lgray {
  background-color: #f4f5f6;
}

.bg-white {
  background-color: #ffffff;
}

.textAlign__right {
  text-align: right;
}

.textAlign__center {
  text-align: center !important;
}

.f10 {
  font-size: 10px !important;
}

.f160p {
  font-size: 160% !important;
}

.f13px {
  font-size: 13px !important;
}

.f16px {
  font-size: 16px !important;
}

.w100p {
  width: 100%;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.h70 {
  height: 70px;
}

.h100 {
  height: 100px;
}

.no-bb {
  border-bottom: none !important;
}

.nobold {
  font-weight: normal !important;
}

.introduction__blog__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 769px) {
  .introduction__blog__list {
    overflow: hidden;
    *zoom: 1;
  }
}

.introduction__blog__list__item {
  list-style: none;
}

.introduction__blog__list__item a {
  display: block;
}

.blog__list__item--border {
  border-bottom: 1px solid #e1e1e1 !important;
  padding: 16px 0px !important;
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__item--revolution {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1281px) {
  .introduction__blog__list__item--revolution {
    padding-bottom: 14px;
  }
}

.introduction__blog__column__content {
  overflow: hidden;
  *zoom: 1;
}

.introduction__blog__column__content__left {
  float: left;
  width: 22%;
}

.introduction__blog__column__content__right {
  float: right;
  width: 75%;
}

.introduction__blog__list__ttl {
  position: relative;
  background-color: #f3f3f3;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #333;
  border-radius: 2px;
  padding: 3px 14px 4px 4px;
  margin: 0 0 8px;
}

.introduction__blog__list__ttl:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url("../images/common/icon_link_arrow.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.introduction__blog__list__photo {
  position: relative;
  width: 100%;
  padding-top: 67.1%;
  overflow: hidden;
}

.introduction__blog__list__photo img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__bnr {
    float: left;
    width: 50%;
    margin: 0;
  }
}

@media only screen and (min-width: 769px) {
  .introduction__blog__list__bnr {
    margin: 0 0 4px;
  }
}

.introduction__blog__list__bnr__inner {
  border-radius: 2px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background: #335cc4 url("../images/top/bnr_revolution.svg") center no-repeat;
  background-size: 63.15% auto;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__bnr__inner {
    padding-top: 82.89%;
    margin-right: 13px;
    height: 0;
  }
}

@media only screen and (min-width: 769px) {
  .introduction__blog__list__bnr__inner {
    padding-top: 32px;
    padding-bottom: 67.105%;
    height: 0;
  }
}

@media only screen and (min-width: 1281px) {
  .introduction__blog__list__bnr__inner {
    height: 126px;
  }
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__summary {
    float: right;
    width: 50%;
  }
}

@media only screen and (min-width: 769px) {
  .introduction__blog__list__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2px;
  }
}

.introduction__blog__list__summary__date {
  font-size: 0.75rem;
  color: #9f9f9f;
  margin: 0px 10px 0px 0px;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__summary__date {
    line-height: 1.0;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 769px) {
  .introduction__blog__list__summary__date {
    display: inline-block;
  }
}

.introduction__blog__column__content__ttl {
  font-size: 1.125rem;
  color: #000;
  margin: 5px 0 10px;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__column__content__ttl {
    font-size: 0.8125rem;
    line-height: 1.0;
    margin-bottom: 6px;
  }
}

.introduction__blog__list__summary__tag {
  font-size: 0.625rem;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 1px 8px 2px;
  min-width: 46px;
  background-color: #8e999f;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__summary__tag {
    margin-bottom: 2px;
  }
}

.introduction__blog__list__txt {
  font-size: 0.8125rem;
  color: #6c6c6c;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__txt {
    font-size: 0.6875rem;
  }
}

.introduction__blog__list__archive__month {
  margin: 15px 0px;
}

.introduction__blog__list__archive__month a {
  font-size: 14px;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__sidebar {
    padding: 16px;
  }
}

.introduction__blog__sidebar__ttl {
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #6e6e6e;
  margin: 0;
  color: #333;
}

.introduction__blog__sidebar__ttl.search {
  margin-top: 15%;
  display: none;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__sidebar__ttl.search {
    margin-top: 30px;
  }
}

.introduction__blog__list__item--sb {
  float: none;
  width: auto;
  padding-bottom: 5%;
  margin-top: 10%;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__list__item--sb {
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.introduction__blog__list__item--sb a {
  display: block;
}

.introduction__blog__list .introduction__blog__list__item--sb .introduction__blog__list__txt {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin: 0;
}

.introduction__blog__sidebar--search {
  margin-top: 10%;
  display: none;
}

@media only screen and (max-width: 768px) {
  .introduction__blog__sidebar--search {
    margin-top: 20px;
  }
}

.introduction__blog__sidebar--search input {
  height: 40px;
  width: 100%;
  padding: 0 12px 0 35px;
  background: white url("/assets2/images/common/search-icon.png") 10px 10px no-repeat;
  border-width: 1px;
  border-style: solid;
  border-color: #a8acbc #babdcc #c0c3d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75rem;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
          box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
}

.introduction__blog__sidebar--search input:focus {
  outline: none;
  border-color: #66b1ee;
  -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
          box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}

.contents--blog__wrapper__left--head_container {
  margin-bottom: 15px;
  border-bottom: 1px solid #9a9a9a;
}

.contents--blog__wrapper__left--head_container .titleH4__text {
  display: inline-block;
  margin: 0 auto 0 0;
  font-size: 1.75rem;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .contents--blog__wrapper__left--head_container .titleH4__text {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .contents--blog__wrapper__left--head_container .introduction__blog__list__summary__date {
    font-size: 1.125rem;
  }
}

.social__media__wrapper {
  margin: 18px 0 17px;
  padding: 0;
  list-style: none;
}

.social__media__wrapper li {
  display: inline-block;
  vertical-align: middle;
}

.introduction__blog__list__image {
  text-align: center;
}

.contents--blog__preNext-container {
  overflow: hidden;
  margin-top: 10%;
  border-top: 1px solid #9a9a9a;
}

.contents--blog__pre,
.contents--blog__next {
  margin-top: 3%;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 15px;
}

.contents--blog__pre a,
.contents--blog__next a {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .contents--blog__pre {
    float: left;
    width: 49%;
  }
}

@media only screen and (min-width: 769px) {
  .contents--blog__next {
    float: right;
    width: 49%;
  }
}

.contents--blog__pre-header {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1rem;
  color: #9a9a9a;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .contents--blog__pre-header {
    font-size: 0.625rem;
  }
}

.prev__container--img {
  width: 25%;
  float: left;
}

.prev__container--img img {
  width: 100%;
  vertical-align: -webkit-baseline-middle;
}

.prev__container--content {
  width: 72%;
  float: right;
}

.prev__container--content p {
  margin: 0;
  padding: 0;
}

.prev__container--content-date {
  color: #72c755;
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .prev__container--content-date {
    font-size: 0.625rem;
  }
}

.prev__container--content-title {
  font-size: 0.8125rem;
  color: #000;
  height: 46px;
}

@media only screen and (max-width: 768px) {
  .prev__container--content-title {
    font-size: 0.75rem;
  }
}

.bg-white {
  background: #fff;
  margin-bottom: 32px;
  padding-bottom: 32x;
}

@media only screen and (max-width: 768px) {
  .bg-white {
    padding-bottom: 16px;
  }
}

.blog--top {
  width: 100%;
}

.blog--top .panelLink {
  margin: 24px -24px 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .blog--top .panelLink {
    margin: 0;
  }
}

.panelLink__item__frame {
  position: relative;
  display: block;
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .panelLink__item__frame {
    margin-bottom: 0;
  }
}

.panelLink__item--4 {
  width: calc((100% - 100px) / 4);
  float: left;
  padding-top: 16px;
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .panelLink__item--4 {
    width: calc((100% - 8px) / 2);
    margin: 2px;
  }
}

.panelLink__item__inner--blog {
  padding: 16px 16px 10px;
  line-height: 26px;
}

.panelLink__item__inner--blog .panelLink__item__img {
  width: 100%;
  float: none;
}

.panelLink__item__inner--blog .introduction__blog__list__summary__date {
  font-size: 0.8125rem;
}

.panelLink__item__inner--blog .introduction__blog__column__content__ttl {
  font-size: 1rem;
}

.panelLink__pickup {
  position: absolute;
  left: 7px;
  top: -9px;
  width: 40px;
  padding: 5px 0 3px;
  background-color: #fd7a6b;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.17;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

.panelLink__pickup:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 0;
  border-color: #fd7a6b transparent transparent transparent;
}

.panelLink__pickup:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 10px 0;
  border-color: transparent #fd7a6b transparent transparent;
}

/*****************************
  column component
 *****************************/
.column {
  margin-top: 64px;
  padding: 15px 35px 20px;
  background: #dee7f2;
}

@media only screen and (max-width: 768px) {
  .column {
    margin: 40px -16px 0;
    padding: 16px;
  }
}

.column__title {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #0052af;
  border-bottom: 2px solid #1456a1;
  margin: 0 0 10px;
}

.column__title__strong {
  font-size: 1.375rem;
  text-shadow: 2px 2px 0 #fff;
}

.column__content {
  width: 100%;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.column__left {
  float: left;
  width: 70.4%;
}

@media only screen and (max-width: 768px) {
  .column__left {
    float: none;
    width: 100%;
  }
}

.column__right {
  float: right;
  width: 70.4%;
}

@media only screen and (max-width: 768px) {
  .column__right {
    float: none;
    width: 100%;
  }
}

.column__img {
  width: 26%;
}

@media only screen and (max-width: 768px) {
  .column__img {
    margin-top: 24px;
    float: none;
    width: 100%;
  }
}

.column__img--right {
  float: right;
}

.column__img--left {
  float: left;
}

.column--b {
  background: url("../images/common/bg_stripe_blue.png");
}

.column--b .column__content {
  background: #fff;
  padding: 24px 32px;
}

@media only screen and (max-width: 768px) {
  .column--b .column__content {
    border-radius: 3px;
    margin-top: 10px;
    padding: 16px;
  }
}

/*****************************
  memo
 *****************************/
.memo {
  margin: 40px auto 0;
  padding: 15px 40px;
  width: 100%;
  max-width: 625px;
  background: #dee7f2;
}

@media only screen and (max-width: 768px) {
  .memo {
    margin: 32px auto 0;
    padding: 10px 16px;
  }
}

.memo__tit {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #0052af;
  border-bottom: 2px solid #1456a1;
  margin: 0 0 10px;
}

.memo__name {
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: bold;
  color: #0052af;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .memo__name {
    margin: 24px 0 0;
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.memo__name--sub {
  font-size: 1rem;
  margin-left: 15px;
}

/*****************************
  reference
 *****************************/
.referenceBlock__left {
  float: left;
  width: 62%;
}

@media only screen and (max-width: 768px) {
  .referenceBlock__left {
    float: none;
    width: 100%;
  }
}

.referenceBlock__right {
  float: right;
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .referenceBlock__right {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
}

.referenceBlock__img {
  width: 128px;
  margin: 0 auto;
}

/*****************************
  line
 *****************************/
.line--dot {
  margin: 32px 0 0;
  height: 2px;
  background: url("../images/common/line_dot.png");
  border: none;
}

/*****************************
  link button component
 *****************************/
.linkItem, .linkItem--ext, .linkItem--anchor, .linkItem--modal, .linkItem--movie {
  position: relative;
  display: inline-block;
  margin: 24px 0 0;
  font-size: 1rem;
  line-height: 30px;
}

.linkItem:after, .linkItem--ext:after, .linkItem--anchor:after, .linkItem--modal:after, .linkItem--movie:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../images/common/icon_link_arrow.svg") no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.linkItem--noMargin {
  margin-top: 0;
}

.linkItem--ext:after {
  background-image: url("../images/common/icon_link_external.svg");
  width: 12px;
}

.linkItem--anchor:after {
  background-image: url("../images/common/icon_link_anchor.svg");
  width: 10px;
}

.linkItem--modal:after {
  background-image: url("../images/common/icon_link_modal.svg");
  width: 15px;
}

.linkItem--movie {
  line-height: 16px;
}

.linkItem--movie:after {
  content: '';
  background: url("/assets2/images/common/textlink_movie.png") no-repeat;
  background-size: cover;
  width: 21px;
  height: 17px;
  vertical-align: top;
  margin-left: 7px;
}

a.buttonItem, a.buttonItem--ext, a.buttonItem--modal, a.buttonItem--em, a.buttonItem.disabled, a.buttonItem--medium, a.buttonItem--large, a.buttonItem--visualList, a.buttonItem--small, a.buttonItem--back, .userVoice a.visualCircle__all, .teacher a.visualCircle__all, .topPlan a.topPlan__all, .topCurriculum a.topCurriculum__all {
  position: relative;
  display: inline-block;
  border: 1px solid #1456a1;
  border-radius: 24px;
  background-color: #fff;
  padding: 13px 16px 13px 0;
  margin: 16px 0 0;
  width: 200px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}

a.buttonItem:link, a.buttonItem--ext:link, a.buttonItem--modal:link, a.buttonItem--em:link, a.buttonItem--medium:link, a.buttonItem--large:link, a.buttonItem--visualList:link, a.buttonItem--small:link, a.buttonItem--back:link, .userVoice a.visualCircle__all:link, .teacher a.visualCircle__all:link, .topPlan a.topPlan__all:link, .topCurriculum a.topCurriculum__all:link, a.buttonItem:visited, a.buttonItem--ext:visited, a.buttonItem--modal:visited, a.buttonItem--em:visited, a.buttonItem--medium:visited, a.buttonItem--large:visited, a.buttonItem--visualList:visited, a.buttonItem--small:visited, a.buttonItem--back:visited, .userVoice a.visualCircle__all:visited, .teacher a.visualCircle__all:visited, .topPlan a.topPlan__all:visited, .topCurriculum a.topCurriculum__all:visited {
  color: #0052af;
}

a.buttonItem:after, a.buttonItem--ext:after, a.buttonItem--modal:after, a.buttonItem--em:after, a.buttonItem.disabled:after, a.buttonItem--medium:after, a.buttonItem--large:after, a.buttonItem--visualList:after, a.buttonItem--small:after, a.buttonItem--back:after, .userVoice a.visualCircle__all:after, .teacher a.visualCircle__all:after, .topPlan a.topPlan__all:after, .topCurriculum a.topCurriculum__all:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url("../images/common/icon_link_arrow.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

a.buttonItem:hover, a.buttonItem--ext:hover, a.buttonItem--modal:hover, a.buttonItem--em:hover, a.buttonItem--medium:hover, a.buttonItem--large:hover, a.buttonItem--visualList:hover, a.buttonItem--small:hover, a.buttonItem--back:hover, .userVoice a.visualCircle__all:hover, .teacher a.visualCircle__all:hover, .topPlan a.topPlan__all:hover, .topCurriculum a.topCurriculum__all:hover {
  opacity: 1;
  background: #1456a1;
  color: #fff;
}

a.buttonItem:hover:after, a.buttonItem--ext:hover:after, a.buttonItem--modal:hover:after, a.buttonItem--em:hover:after, a.buttonItem--medium:hover:after, a.buttonItem--large:hover:after, a.buttonItem--visualList:hover:after, a.buttonItem--small:hover:after, a.buttonItem--back:hover:after, .userVoice a.visualCircle__all:hover:after, .teacher a.visualCircle__all:hover:after, .topPlan a.topPlan__all:hover:after, .topCurriculum a.topCurriculum__all:hover:after {
  background: url("../images/common/icon_link_arrow_w.svg") no-repeat;
  background-size: 100% 100%;
}

a.buttonItem--ext:after {
  width: 12px;
  background-image: url("../images/common/icon_link_external.svg");
}

a.buttonItem--ext:hover:after {
  background: url("../images/common/icon_link_external_w.svg") no-repeat;
  background-size: 100% 100%;
}

a.buttonItem--modal:after {
  width: 12px;
  background-image: url("../images/common/icon_link_modal.svg");
}

a.buttonItem--modal:hover:after {
  background: url("../images/common/icon_link_modal_w.svg") no-repeat;
  background-size: 100% 100%;
}

a.buttonItem--em {
  border: 2px solid #fa5533;
}

a.buttonItem--em:link, a.buttonItem--em:visited {
  color: #fa5533;
}

a.buttonItem--em:hover {
  background: #fa5533;
  color: #fff;
}

a.buttonItem--em:after {
  background: url("../images/common/icon_link_arrow_o.svg") no-repeat;
  background-size: 100% 100%;
}

a.disabled.buttonItem--ext, a.disabled.buttonItem--modal, a.disabled.buttonItem--em, a.disabled.buttonItem, a.disabled.buttonItem--medium, a.disabled.buttonItem--large, a.disabled.buttonItem--visualList, a.disabled.buttonItem--small, a.disabled.buttonItem--back, .userVoice a.disabled.visualCircle__all, .teacher a.disabled.visualCircle__all, .topPlan a.disabled.topPlan__all, .topCurriculum a.disabled.topCurriculum__all {
  border: 1px solid #d2d2d2 !important;
  background: #f6f8f8 !important;
}

a.disabled.buttonItem--ext:link, a.disabled.buttonItem--modal:link, a.disabled.buttonItem--em:link, a.disabled.buttonItem:link, a.disabled.buttonItem--medium:link, a.disabled.buttonItem--large:link, a.disabled.buttonItem--visualList:link, a.disabled.buttonItem--small:link, a.disabled.buttonItem--back:link, .userVoice a.disabled.visualCircle__all:link, .teacher a.disabled.visualCircle__all:link, .topPlan a.disabled.topPlan__all:link, .topCurriculum a.disabled.topCurriculum__all:link, a.disabled.buttonItem--ext:visited, a.disabled.buttonItem--modal:visited, a.disabled.buttonItem--em:visited, a.disabled.buttonItem:visited, a.disabled.buttonItem--medium:visited, a.disabled.buttonItem--large:visited, a.disabled.buttonItem--visualList:visited, a.disabled.buttonItem--small:visited, a.disabled.buttonItem--back:visited, .userVoice a.disabled.visualCircle__all:visited, .teacher a.disabled.visualCircle__all:visited, .topPlan a.disabled.topPlan__all:visited, .topCurriculum a.disabled.topCurriculum__all:visited {
  color: #d2d2d2 !important;
}

a.disabled.buttonItem--ext:after, a.disabled.buttonItem--modal:after, a.disabled.buttonItem--em:after, a.disabled.buttonItem:after, a.disabled.buttonItem--medium:after, a.disabled.buttonItem--large:after, a.disabled.buttonItem--visualList:after, a.disabled.buttonItem--small:after, a.disabled.buttonItem--back:after, .userVoice a.disabled.visualCircle__all:after, .teacher a.disabled.visualCircle__all:after, .topPlan a.disabled.topPlan__all:after, .topCurriculum a.disabled.topCurriculum__all:after {
  background: url("../images/common/icon_link_arrow_g.svg") no-repeat !important;
  background-size: 100% 100% !important;
}

a.buttonItem--medium {
  width: 296px !important;
}

@media only screen and (max-width: 768px) {
  a.buttonItem--medium {
    width: 248px !important;
  }
}

a.buttonItem--close {
  padding-right: 0;
  margin-top: 55px;
}

a.buttonItem--close:after {
  content: none;
}

a.buttonItem--large {
  width: 400px !important;
}

@media only screen and (max-width: 768px) {
  a.buttonItem--large {
    width: 288px !important;
  }
}

a.buttonItem--visualList {
  display: block;
  width: 100% !important;
  max-width: 296px !important;
  margin: 16px auto 0;
}

a.buttonItem--small {
  width: 130px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.75rem;
}

a.buttonItem--back {
  padding: 13px 0 13px 16px;
  border-color: #bababa;
}

a.buttonItem--back:link, a.buttonItem--back:visited {
  color: #acacac;
}

a.buttonItem--back:after {
  background-image: url("../images/common/icon_link_arrow_g_l.svg");
  right: inherit;
  left: 15px;
}

a.buttonItem--back:hover {
  background: #ebedee;
  color: #acacac;
}

a.buttonItem--back:hover:after {
  background-image: url("../images/common/icon_link_arrow_g_l.svg");
}

@media only screen and (max-width: 768px) {
  a.buttonItem, a.buttonItem--ext, a.buttonItem--modal, a.buttonItem--em, a.buttonItem.disabled, a.buttonItem--medium, a.buttonItem--large, a.buttonItem--visualList, a.buttonItem--small, a.buttonItem--back, .userVoice a.visualCircle__all, .teacher a.visualCircle__all, .topPlan a.topPlan__all, .topCurriculum a.topCurriculum__all {
    display: block;
    margin: 16px auto 0;
  }
  a.buttonItem--small {
    margin: 16px 0 0;
  }
  a.buttonItem--back {
    margin: 16px 0 0;
  }
}

.linkButton--center {
  text-align: center;
}

.linkButton--right {
  text-align: right;
}

.buttonFreetrial {
  margin: 32px 0 0;
  text-align: center;
}

.buttonFreetrial__link {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  border: 2px solid #fa5533;
  position: relative;
}

.buttonFreetrial__link:link, .buttonFreetrial__link:visited {
  color: #fa5533;
}

.buttonFreetrial__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7.5px;
  background: url("../images/common/icon_link_arrow_o.svg") no-repeat;
  background-size: 100% 100%;
}

.buttonFreetrial__link__text {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 15px;
  font-weight: bold;
  padding: 10px 90px 7px;
  background-image: url("../images/common/illust_freetrial01.png"), url("../images/common/illust_freetrial02.png");
  background-position: left 3px, right 1px;
  background-repeat: no-repeat, no-repeat;
}

.buttonFreetrial__link__text__sub {
  font-size: 0.75rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .buttonFreetrial__link {
    padding-right: 10px;
  }
  .buttonFreetrial__link:after {
    right: 5px;
  }
  .buttonFreetrial__link__text {
    padding: 10px 50px 7px 50px;
    background-image: url("../images/common/illust_freetrial01.png"), url("../images/common/illust_freetrial02.png");
    background-size: 50px auto, 50px auto;
  }
}

.anchorLink {
  background: #dee7f2;
  padding: 15px 30px;
  margin: 0 -30px;
  overflow: hidden;
  *zoom: 1;
}

@media only screen and (max-width: 768px) {
  .anchorLink {
    padding: 6px 16px;
  }
}

.anchorLink li {
  float: left;
  display: inline-block;
  margin-right: 20px;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .anchorLink li {
    margin-right: 5px;
  }
}

.anchorLink li a {
  display: block;
  font-size: 0.875rem;
  line-height: 40px;
}

.anchorLink li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url("../images/common/icon_link_anchor.svg") no-repeat;
  background-size: contain;
  margin-left: 3px;
}

@media only screen and (max-width: 768px) {
  .anchorLink li a {
    padding: 0 10px;
    line-height: 30px;
    font-size: 0.6875rem;
  }
}

.anchorLink2 {
  background: #dee7f2;
  padding: 15px 30px;
  margin: 32px 0 0;
}

.anchorLink2__title {
  font-size: 1rem;
  font-weight: bold;
}

.anchorLink2__list {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.anchorLink2__list li {
  float: left;
  display: inline-block;
  margin-right: 20px;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .anchorLink2__list li {
    margin-right: 5px;
  }
}

.anchorLink2__list li a {
  display: block;
  font-size: 0.875rem;
  line-height: 40px;
}

.anchorLink2__list li a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("../images/common/icon_arrow_right2.png");
  background-size: 100%;
  margin-left: 3px;
}

@media only screen and (max-width: 768px) {
  .anchorLink2__list li a {
    padding: 0 10px;
    line-height: 30px;
    font-size: 0.6875rem;
  }
}

.btn_imgItem {
  width: 434px;
  display: block;
  height: 68px;
  border: 2px solid #1456a0;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 1px 2px #ececec;
          box-shadow: 0px 0px 1px 2px #ececec;
}

.btn_imgItem:after {
  content: "";
  background: url("/assets2/images/common/icon_arrow_itemImg.png") no-repeat;
  position: absolute;
  background-size: cover;
  width: 8px;
  height: 15px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_imgItem img {
  width: 85px;
  margin-top: 4px;
  margin-left: 16px;
  display: inline-block;
}

.btn_imgItem_text {
  color: #1456a0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-right: 46px;
}

.btn_imgItem_text span {
  display: block;
}

.btn_imgItem_text-small {
  font-size: 1rem;
  line-height: 30px;
  margin-top: 4px;
}

.btn_imgItem_text-large {
  font-size: 1.25rem;
  line-height: 1;
}

.btn_imgItem-block {
  width: 1082px;
  background: white;
  padding: 23px 0;
  margin: 2px auto 0;
}

@media only screen and (max-width: 768px) {
  .btn_imgItem-block {
    width: 100%;
    padding: 23px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .btn_imgItem {
    height: 54px;
    display: none;
  }
  .btn_imgItem_text-small {
    font-size: 0.75rem;
    line-height: 20px;
  }
  .btn_imgItem_text-large {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 769px) {
  .btn-banner {
    width: 444px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sns {
  padding: 0;
  margin: 0;
}

.sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
}

.sns li.share a {
  display: inline-block;
  background: #4167b2;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  padding: 6px 5px 5px;
}

.sns li.share a:hover {
  background: #2e5094;
  text-decoration: none;
}

a.topExperiences_link {
  font-size: 1rem;
  line-height: 20px;
  color: #268ed5;
  float: right;
}

.btn_arrow_circle_blue {
  font-size: 0.75rem;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  padding-left: 9px;
  padding-right: 26px;
  position: relative;
  background: #fff;
  color: #164dac;
  border-radius: 12px;
}

.btn_arrow_circle_blue:after {
  content: "";
  background: url("/assets2/images/common/arrow_circle_blue.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 4px;
}

/*****************************
  modal component
 *****************************/
.mfp-bg {
  opacity: 0.5;
}

.mfp-container {
  height: calc(100vh);
}

@media only screen and (max-width: 768px) {
  .mfp-container {
    padding: 8px;
  }
}

.mfp-content {
  background: #fff;
  overflow: hidden;
  max-width: 932px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .mfp-content {
    height: calc(100vh - 16px);
  }
}

.mfp-image-holder .mfp-content {
  height: initial;
}

.mfp-close-btn-in .mfp-close {
  color: #0052af;
  font-size: 2.25rem;
  width: 62px;
  height: 62px;
}

@media only screen and (max-width: 768px) {
  .mfp-close-btn-in .mfp-close {
    width: 50px;
    height: 50px;
  }
}

.mfp-figure .mfp-close {
  color: #fff;
  font-size: 2.25rem;
  width: 62px;
  height: 62px;
  text-align: center;
  padding: 0;
  top: -62px;
}

@media only screen and (max-width: 768px) {
  .mfp-figure .mfp-close {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}

.modal__title {
  background: #dee7f2;
  padding: 20px 70px;
}

.modal__title__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.modal__title__icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0 0 0 30px;
  padding: 0;
}

.modal__title__icon__item {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 22px;
  border-radius: 11px;
  margin-right: 10px;
  padding: 0 10px;
}

.modal__title__icon__item--green {
  background: #c2f5cb;
  color: #38821f;
}

.modal__title__icon__item--orange {
  background: #fcb88f;
  color: #70543f;
}

.modal__title--teacher {
  background: #fefefe;
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 768px) {
  .modal__title {
    height: 50px;
    padding: 15px;
  }
  .modal__title__text {
    font-size: 1.125rem;
    line-height: 1;
    display: block;
  }
  .modal__title__icon {
    display: block;
    margin: 8px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .modal__title--findicon {
    padding: 15px 15px 10px;
    height: 72px;
  }
}

.modal__contents {
  background: #fff;
  padding: 20px 70px;
  max-height: calc(100vh - 60px);
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .modal__contents {
    padding: 15px;
    height: calc(100vh - 66px);
    max-height: calc(100vh - 66px);
  }
  .modal__contents--findicon {
    height: calc(100vh - 88px);
    max-height: calc(100vh - 88px);
  }
  .modal__contents--teacher {
    height: calc(100vh - 116px);
    max-height: calc(100vh - 116px);
    margin-bottom: 50px;
  }
}

img.mfp-img {
  padding: 0;
}

button.mfp-arrow-left {
  background: url("../images/common/icon_arrow_big_left.svg") right center no-repeat;
  background-size: auto 100%;
  opacity: 1;
}

button.mfp-arrow-left:before {
  border: none;
  background: none;
}

button.mfp-arrow-left:after {
  border: none;
  background: none;
}

@media only screen and (max-width: 768px) {
  button.mfp-arrow-left {
    background: url("../images/common/modal_left_sp.png") center center no-repeat;
    width: 50px;
    height: 50px;
    left: 8px;
    bottom: 8px;
    top: initial;
  }
}

button.mfp-arrow-right {
  background: url("../images/common/icon_arrow_big_right.svg") left center no-repeat;
  background-size: auto 100%;
  opacity: 1;
}

button.mfp-arrow-right:before {
  border: none;
  background: none;
}

button.mfp-arrow-right:after {
  border: none;
  background: none;
}

@media only screen and (max-width: 768px) {
  button.mfp-arrow-right {
    background: url("../images/common/modal_right_sp.png") center center no-repeat;
    width: 50px;
    height: 50px;
    right: 8px;
    bottom: 8px;
    top: initial;
  }
}

.teacher__detail__inner {
  padding: 8px;
  overflow: hidden;
  *zoom: 1;
}

.teacher__detail__img {
  width: 37%;
  float: left;
  text-align: center;
}

.teacher__detail__img img {
  max-width: 100%;
}

.teacher__detail__right {
  width: 60%;
  float: right;
}

.teacher__detail__title {
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 30px;
  font-weight: bold;
  color: #0052af;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__title {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.teacher__detail__text {
  margin: 15px 0 25px;
  font-size: 1rem;
  line-height: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__text {
    margin: 10px 0;
  }
}

.teacher__detail__tags {
  overflow: hidden;
  *zoom: 1;
  width: 103%;
  width: calc(100% + 8px);
  margin: 0 -8px 0 0;
  padding: 4px 0 0;
  list-style-type: none;
  width: 60%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__tags {
    width: 100%;
    float: none;
  }
}

.teacher__detail__tags__title {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 60%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__tags__title {
    clear: both;
    width: 100%;
    float: none;
    font-size: 0.6875rem;
  }
}

.teacher__detail__tags__item {
  float: left;
  margin: 5px 5px 0 0;
  padding: 7px 15px;
  background-color: #dee7f2;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 5px;
  color: #0052af;
  min-width: 5em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__tags__item {
    font-size: 0.6875rem;
    padding: 7px 10px;
  }
}

.teacher__detail__favorite {
  background: #f5f7f8;
  padding: 10px 10px 20px;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__favorite {
    padding: 10px;
  }
}

.teacher__detail__favorite__title {
  color: #0052af;
  font-size: 1rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__favorite__title {
    font-size: 0.6875rem;
  }
}

.teacher__detail__favorite__words {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.teacher__detail__favorite__words:before {
  content: "❝";
  color: #d5d5d5;
  font-size: 1.875rem;
  margin-right: 20px;
}

.teacher__detail__favorite__words:after {
  content: "❞";
  color: #d5d5d5;
  font-size: 1.875rem;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__favorite__words {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
  .teacher__detail__favorite__words:before {
    content: "❝";
    color: #d5d5d5;
    font-size: 1.375rem;
    margin-right: 0;
  }
  .teacher__detail__favorite__words:after {
    content: "";
  }
}

.teacher__detail__favorite__sub {
  font-size: 0.875rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .teacher__detail__favorite__sub {
    text-align: left;
  }
}

#simulation_modal .modal__contents {
  padding: 0;
  overflow: hidden;
}

#simulation_modal .register {
  display: block;
  width: 94px;
  height: 52px;
  position: absolute;
  top: 15px;
  right: 72px;
}

#simulation_modal .mfp-close {
  width: 44px;
  height: 44px;
  top: 18px;
  right: 9px;
  text-indent: 9999px;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .mfp-container > div {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-container > div {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-container > div {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.pager {
  clear: both;
  margin: 30px 0;
  text-align: center;
}

.pager span {
  color: #333;
  font-size: 1.125rem;
  line-height: 1;
  padding: 8px 15px;
  margin: 0 5px;
}

.pager span.current {
  background: #1456a0;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
}

.pager span.current:hover {
  color: #fff;
  cursor: default;
}

.pager span.invalid {
  display: none;
}

.pager span.ellipsis {
  color: #000;
  background: none;
}

.pager span.ellipsis:hover {
  cursor: default;
}

.pager span:hover {
  cursor: pointer;
  color: #6c6c6c;
}

/*****************************
  visual component
 *****************************/
.qaModule {
  overflow: hidden;
  *zoom: 1;
  margin-top: 64px;
}

@media only screen and (max-width: 768px) {
  .qaModule {
    margin-top: 32px;
  }
}

.qaModule__q {
  font-size: 1.375rem;
  line-height: 36px;
  font-weight: bold;
  color: #1653a6;
  margin: 0;
  padding: 0;
  background: url("../images/common/icon_QA_Q.svg") left 9px no-repeat;
  background-size: 28px 24px;
  margin-bottom: 14px;
  padding-left: 36px;
}

@media only screen and (max-width: 768px) {
  .qaModule__q {
    background: url("../images/common/icon_QA_Q.svg") left 3px no-repeat;
    background-size: 24px 20px;
    line-height: 26px;
    padding-left: 32px;
    margin-bottom: 28px;
  }
}

.qaModule__a {
  font-size: 1rem;
  line-height: 32px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  padding: 0;
  min-height: 30px;
  background: url("../images/common/icon_QA_A.svg") left 5px no-repeat;
  background-size: 28px 24px;
  padding-left: 36px;
}

@media only screen and (max-width: 768px) {
  .qaModule__a {
    background: url("../images/common/icon_QA_A.svg") left 3px no-repeat;
    background-size: 24px 20px;
    line-height: 24px;
    padding-left: 32px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

.slick-dots {
  list-style-type: none;
  text-align: center;
  position: absolute;
  bottom: 23px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    bottom: 14px;
  }
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -9999px;
  height: 10px;
  outline: 0;
  width: 10px;
  font-size: 0;
  background: none;
  padding: 0px;
  margin: 0 5px;
  outline: 0;
  border: 1px solid #1456a1;
}

@media only screen and (max-width: 768px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

.slick-dots li.slick-active button {
  background: #1456a1;
}

/*****************************
  survey
 *****************************/
.survey__txt {
  font-size: 0.875rem;
  margin: 0 0 0 1em;
}

.survey__list {
  margin: 0;
  padding: 0;
}

.survey__list__item {
  font-size: 0.875rem;
  list-style: none;
  text-indent: -1em;
  margin-left: 1em;
}

.survey__list__item:before {
  content: "・";
}

.survey__photo {
  text-align: center;
  margin-top: 20px;
}

.survey__photo__img {
  max-width: 152px;
}

.survey__name {
  font-size: 0.875rem;
  text-align: center;
}

/*****************************
  table component
 *****************************/
.table__level {
  table-layout: auto;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  border-right: 1px solid #bababa;
}

@media only screen and (max-width: 768px) {
  .table__level {
    border: none;
  }
}

.table__level .table__row, .table__level .table__row--head {
  display: table-row;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .table__level .table__row--head {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .table__level .table__row:first-child, .table__level .table__row--head:first-child {
    display: none;
  }
}

.table__level .table__row:first-child .table__cell, .table__level .table__row--head:first-child .table__cell, .table__level .table__row:first-child .table__cell--w41, .table__level .table__row--head:first-child .table__cell--w41 {
  background: #fff !important;
}

@media only screen and (min-width: 769px) {
  .table__level .table__row:last-child .table__cell, .table__level .table__row--head:last-child .table__cell, .table__level .table__row:last-child .table__cell--w41, .table__level .table__row--head:last-child .table__cell--w41 {
    border-bottom: none;
  }
}

.table__level .table__row:nth-last-child(1) .table__cell--head__left, .table__level .table__row--head:nth-last-child(1) .table__cell--head__left, .table__level .table__row:nth-last-child(2) .table__cell--head__left, .table__level .table__row--head:nth-last-child(2) .table__cell--head__left {
  background-color: #8d8d8d !important;
}

@media only screen and (min-width: 769px) {
  .table__level .table__row, .table__level .table__row--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .table__level .table__row, .table__level .table__row--head {
    display: block;
    margin-top: 14px;
    border: 2px solid #1456a1;
    border-radius: 4px;
  }
}

.table__level .table__cell, .table__level .table__cell--w41 {
  border-left: 1px solid #bababa;
  text-align: center;
  padding: 10px;
  display: table-cell;
  vertical-align: top;
  background-color: #fff;
  border-bottom: 1px solid #bababa;
  font-size: 0.875rem;
  line-height: 1.57;
  word-break: break-all;
}

.table__level .table__cell.align-left, .table__level .align-left.table__cell--w41 {
  text-align: left;
}

.table__level .table__cell.is-middle, .table__level .is-middle.table__cell--w41 {
  vertical-align: middle;
}

.table__level .table__cell.is-center, .table__level .is-center.table__cell--w41 {
  text-align: center;
}

.table__level .table__cell--w8 {
  width: 8%;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--w8 {
    width: 100%;
  }
}

.table__level .table__cell--w9 {
  width: 9%;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--w9 {
    width: 100%;
  }
}

.table__level .table__cell--w13 {
  width: 13%;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--w13 {
    width: 100%;
  }
}

.table__level .table__cell--w22 {
  width: 22%;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--w22 {
    width: 100%;
  }
}

.table__level .table__cell--w41 {
  width: 41%;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--w41 {
    width: 100%;
  }
}

.table__level .table__cell--head {
  vertical-align: middle;
  background-color: #1456a1;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  border-right: 1px solid #89d7f1;
  height: 40px;
}

.table__level .table__cell--head__left {
  font-size: 0.875rem;
  background-color: #1456a1 !important;
  color: #fff;
  font-weight: bold;
  border-right: none;
}

.table__level .table__cell--head__left:last-child {
  border-bottom: none;
  background-color: #8d8d8d !important;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--head__left br {
    display: none;
  }
}

.table__level .table__cell--head:last-child {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--head {
    border-right: none;
  }
}

.table__level .table__cell--noBreak {
  word-break: normal;
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell--noBreak br {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .table__level .table__cell, .table__level .table__cell--w41 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table__level .table__cell:nth-child(odd), .table__level .table__cell--w41:nth-child(odd) {
    background-color: #f4f5f6;
  }
  .table__level .table__cell:nth-child(even), .table__level .table__cell--w41:nth-child(even) {
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .table__level .table__cell, .table__level .table__cell--w41 {
    display: block;
    border-left: none;
    border-bottom: 2px solid #e5e6e7;
    padding: 10px 16px;
    text-align: left;
  }
  .table__level .table__cell:last-child, .table__level .table__cell--w41:last-child {
    border: none;
  }
}

.tableDiv, .tableDiv--b {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
  .tableDiv, .tableDiv--b {
    display: block;
    margin-top: 40px;
  }
}

.tableDiv__row, .tableDiv__row--head {
  display: table-row;
  width: 100%;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  border-left: 1px solid #bababa;
}

@media only screen and (max-width: 768px) {
  .tableDiv__row, .tableDiv__row--head {
    display: block;
    margin-top: 14px;
    border: 2px solid #1456a1;
    border-radius: 4px;
  }
}

.tableDiv__row--head {
  border-right: 1px solid #1456a1;
  border-bottom: none;
  border-left: 1px solid #1456a1;
}

@media only screen and (max-width: 768px) {
  .tableDiv__row--head {
    display: none;
  }
}

.tableDiv__cell, .tableDiv__cell--w20, .tableDiv__cell--w30, .tableDiv__cell--w40, .tableDiv__cell--w50 {
  display: table-cell;
  vertical-align: top;
  background-color: #fff;
  padding: 10px 16px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 22px;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell, .tableDiv__cell--w20, .tableDiv__cell--w30, .tableDiv__cell--w40, .tableDiv__cell--w50 {
    display: block;
    border-bottom: 1px solid #bababa;
  }
  .tableDiv__cell:last-child, .tableDiv__cell--w20:last-child, .tableDiv__cell--w30:last-child, .tableDiv__cell--w40:last-child, .tableDiv__cell--w50:last-child {
    border-bottom: none;
  }
}

@media only screen and (min-width: 769px) {
  .tableDiv__cell:nth-child(even), .tableDiv__cell--w20:nth-child(even), .tableDiv__cell--w30:nth-child(even), .tableDiv__cell--w40:nth-child(even), .tableDiv__cell--w50:nth-child(even) {
    background-color: #f4f5f6;
  }
}

.tableDiv__cell--head {
  vertical-align: middle;
  background-color: #1456a1;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #4378b3;
}

.tableDiv__cell--head:nth-child(even) {
  background-color: #1456a1;
}

.tableDiv__cell--head:last-child {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--head {
    border-right: none;
  }
}

.tableDiv__cell--link {
  background: url("../images/common/icon_link_arrow.svg") no-repeat right 8px center;
  background-size: 7px auto;
  font-size: 0.875rem;
}

.tableDiv__cell--link:link, .tableDiv__cell--link:visited {
  color: #333;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--link {
    background: none;
  }
  .tableDiv__cell--link:link, .tableDiv__cell--link:visited {
    color: #fff;
  }
  .tableDiv__cell--link:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("../images/common/icon_link_arrow_w.svg") no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
  }
}

.tableDiv__cell--smTitle {
  vertical-align: top;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--smTitle {
    background-color: #1456a1;
    border-bottom: none;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}

.tableDiv__cell__smItemName {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell__smItemName {
    display: block;
    padding-bottom: 8px;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
  }
}

.tableDiv__cell--w10 {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--w10 {
    width: 100%;
  }
}

.tableDiv__cell--w15 {
  width: 15%;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--w15 {
    width: 100%;
  }
}

.tableDiv__cell--w20 {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--w20 {
    width: 100%;
  }
}

.tableDiv__cell--w30 {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--w30 {
    width: 100%;
  }
}

.tableDiv__cell--w40 {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--w40 {
    width: 100%;
  }
}

.tableDiv__cell--w50 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .tableDiv__cell--w50 {
    width: 100%;
  }
}

.tableDiv__cell.is-middle, .is-middle.tableDiv__cell--w20, .is-middle.tableDiv__cell--w30, .is-middle.tableDiv__cell--w40, .is-middle.tableDiv__cell--w50 {
  vertical-align: middle;
}

.tableDiv__cell.is-center, .is-center.tableDiv__cell--w20, .is-center.tableDiv__cell--w30, .is-center.tableDiv__cell--w40, .is-center.tableDiv__cell--w50 {
  text-align: center;
}

.tableDiv__cell.is-right, .is-right.tableDiv__cell--w20, .is-right.tableDiv__cell--w30, .is-right.tableDiv__cell--w40, .is-right.tableDiv__cell--w50 {
  text-align: right;
}

.tableDiv__cell__item {
  display: inline-block;
  margin: 6px 0;
}

.tableDiv__cell__tit {
  display: block;
  padding-bottom: 8px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: bold;
}

.tableDiv__cell__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tableDiv__cell__list__item {
  padding-left: 1em;
  text-indent: -1em;
}

.tableDiv__cell__list__item:before {
  content: "・";
}

.tableDiv__cell .linkItem, .tableDiv__cell--w20 .linkItem, .tableDiv__cell--w30 .linkItem, .tableDiv__cell--w40 .linkItem, .tableDiv__cell--w50 .linkItem, .tableDiv__cell .linkItem--ext, .tableDiv__cell--w20 .linkItem--ext, .tableDiv__cell--w30 .linkItem--ext, .tableDiv__cell--w40 .linkItem--ext, .tableDiv__cell--w50 .linkItem--ext, .tableDiv__cell .linkItem--anchor, .tableDiv__cell--w20 .linkItem--anchor, .tableDiv__cell--w30 .linkItem--anchor, .tableDiv__cell--w40 .linkItem--anchor, .tableDiv__cell--w50 .linkItem--anchor, .tableDiv__cell .linkItem--modal, .tableDiv__cell--w20 .linkItem--modal, .tableDiv__cell--w30 .linkItem--modal, .tableDiv__cell--w40 .linkItem--modal, .tableDiv__cell--w50 .linkItem--modal, .tableDiv__cell .linkItem--movie, .tableDiv__cell--w20 .linkItem--movie, .tableDiv__cell--w30 .linkItem--movie, .tableDiv__cell--w40 .linkItem--movie, .tableDiv__cell--w50 .linkItem--movie {
  font-size: 0.875rem;
}

.tableDiv__cell .articleBlock__img, .tableDiv__cell--w20 .articleBlock__img, .tableDiv__cell--w30 .articleBlock__img, .tableDiv__cell--w40 .articleBlock__img, .tableDiv__cell--w50 .articleBlock__img {
  margin-top: 6px;
}

.tableDiv--b {
  table-layout: auto;
}

.tableDiv--b .tableDiv__row, .tableDiv--b .tableDiv__row--head {
  border-top: 1px solid #bababa;
  border-left: none;
}

@media only screen and (max-width: 768px) {
  .tableDiv--b .tableDiv__row, .tableDiv--b .tableDiv__row--head {
    border: 2px solid #1456a1;
  }
}

.tableDiv--b .tableDiv__cell:nth-child(even), .tableDiv--b .tableDiv__cell--w20:nth-child(even), .tableDiv--b .tableDiv__cell--w30:nth-child(even), .tableDiv--b .tableDiv__cell--w40:nth-child(even), .tableDiv--b .tableDiv__cell--w50:nth-child(even) {
  background-color: #fff;
}

.tableDiv--b .tableDiv__cell:nth-child(odd), .tableDiv--b .tableDiv__cell--w20:nth-child(odd), .tableDiv--b .tableDiv__cell--w30:nth-child(odd), .tableDiv--b .tableDiv__cell--w40:nth-child(odd), .tableDiv--b .tableDiv__cell--w50:nth-child(odd) {
  background-color: #f4f5f6;
}

@media only screen and (max-width: 768px) {
  .tableDiv--b .tableDiv__cell, .tableDiv--b .tableDiv__cell--w20, .tableDiv--b .tableDiv__cell--w30, .tableDiv--b .tableDiv__cell--w40, .tableDiv--b .tableDiv__cell--w50 {
    border-bottom: none;
  }
}

.tableDiv--b .tableDiv__cell--head {
  font-size: 0.875rem;
  background-color: #1456a1 !important;
  color: #fff;
  font-weight: bold;
  border-right: none;
  vertical-align: top;
  min-width: 190px;
}

.tableDiv--b .tableDiv__cell--head:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .tableDiv--b .tableDiv__cell--head {
    border-right: none;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .tableC__th.tableDiv__cell--w15 {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .tableC__th.tableDiv__cell--w20 {
    width: 40%;
  }
}

.tableC {
  margin-top: 32px;
  width: 100%;
  border: 1px solid #bababa;
}

.tableC__tr {
  border-bottom: 1px solid #bababa;
}

.tableC__th {
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: normal;
  padding: 10px 16px;
  vertical-align: middle;
  text-align: center;
  background-color: #f4f4f4;
}

@media only screen and (max-width: 768px) {
  .tableC__th {
    padding: 10px 7px;
  }
}

.tableC__th.is-left {
  text-align: left;
}

.tableC__td {
  padding: 10px 16px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 22px;
  border-right: 1px solid #bababa;
}

@media only screen and (max-width: 768px) {
  .tableC__td {
    padding: 10px 7px;
  }
}

.tableC__td:last-child {
  border-right: none;
}

.tableC__td.is-center {
  text-align: center;
}

.tableC__td.is-right {
  text-align: right;
}

.tableD {
  margin-top: 32px;
  width: 100%;
}

.tableD__th {
  color: #fff;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: normal;
  padding: 10px 16px;
  vertical-align: middle;
  background-color: #1456a1;
  border: 1px solid #1456a1;
  border-right: 1px solid #4378b3;
}

.tableD__th:last-child {
  border-right: 1px solid #1456a1;
}

@media only screen and (max-width: 768px) {
  .tableD__th {
    padding: 10px 7px;
  }
}

.tableD__td {
  padding: 10px 16px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 22px;
  border: 1px solid #bababa;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .tableD__td {
    padding: 10px 7px;
  }
}

.cl_blue_fee {
  color: #4f9e35;
}

.cl_orange_fee {
  color: #ec6d21;
}

.tablePlan {
  margin-top: 32px;
  display: table;
  font-size: 0.875rem;
  line-height: 22px;
  width: 100%;
}

.tablePlan__tab {
  display: table-row;
}

@media only screen and (max-width: 768px) {
  .tablePlan__tab {
    width: 100%;
    display: table;
  }
}

.tablePlan__tab__item {
  display: table-cell;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
}

.tablePlan__tab__item--month {
  background: #6eba55;
}

.tablePlan__tab__item--date {
  background: #fd9252;
}

@media only screen and (max-width: 768px) {
  .tablePlan__tab__item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 37%;
    width: calc((100% - 90px) / 2);
    text-align: center;
    background: #f3f3f3;
    padding: 10px 5px;
  }
  .tablePlan__tab__item--month {
    color: #6eba55;
    border-bottom: 3px solid #fd9252;
  }
  .tablePlan__tab__item--month.active {
    color: #fff;
    background: #6eba55;
    border-bottom: 3px solid #6eba55;
  }
  .tablePlan__tab__item--date {
    color: #fd9252;
    border-bottom: 3px solid #6eba55;
  }
  .tablePlan__tab__item--date.active {
    color: #fff;
    background: #fd9252;
    border-bottom: 3px solid #fd9252;
  }
}

.tablePlan__tab .tablePlan__head {
  border-top: 1px solid #bababa;
}

.tablePlan__row {
  display: table-row;
}

@media only screen and (max-width: 768px) {
  .tablePlan__row {
    width: 100%;
    display: table;
  }
}

.tablePlan__row .linkItem--modal {
  margin-top: 5px;
  line-height: 1.2;
}

.tablePlan__head {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
  background: #f9f9f9;
  font-weight: bold;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  border-left: 1px solid #bababa;
  width: 130px;
}

@media only screen and (max-width: 768px) {
  .tablePlan__head {
    display: table-cell;
    width: 26%;
    width: calc( 90px);
    padding: 10px 3px;
  }
}

.tablePlan__cell {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}

.tablePlan__cell.detail {
  padding: 0;
  height: 0;
}

@media only screen and (min-width: 769px) {
  .tablePlan__cell.js-plan-month {
    width: 303px;
  }
  .tablePlan__cell.js-plan-date {
    width: 362px;
  }
}

@media only screen and (max-width: 768px) {
  .tablePlan__cell {
    display: none;
  }
  .tablePlan__cell.active {
    display: table-cell;
    width: 74%;
    width: calc(100% - 90px);
  }
}

.tablePlan__cell--detail {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .tablePlan__cell--detail.lesson div {
    height: 124px;
  }
  .tablePlan__cell--detail.max div {
    height: 50px;
  }
}

.tablePlan__cell--detail__item {
  display: table-cell;
  padding: 10px;
  border-right: 1px solid #bababa;
  word-break: break-all;
  vertical-align: middle;
}

.tablePlan__cell--detail__item:last-child {
  border-right: none;
}

.tablePlan__cell--detail__item s {
  color: #ff9085;
  display: block;
}

@media only screen and (max-width: 768px) {
  .tablePlan__cell--detail__item {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.625rem;
    line-height: 18px;
  }
}

.tablePlan__cell .price_fee {
  font-size: 1.375rem;
  line-height: 1.1;
  display: inline-block;
  border-bottom: 1px solid;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .tablePlan__cell .price_fee.f28 {
    font-size: 1.75rem;
  }
  .tablePlan__cell .price_fee span {
    font-size: 0.8125rem;
  }
}

@media only screen and (max-width: 768px) {
  .tablePlan__cell .price_fee {
    font-size: 1.2rem;
  }
}

.tablePlan .linkItem, .tablePlan .linkItem--ext, .tablePlan .linkItem--anchor, .tablePlan .linkItem--modal, .tablePlan .linkItem--movie {
  font-size: 0.875rem;
}

.tableFee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 48px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tableFee .tableFee__tab {
  background-color: #008489;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 26px;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .tableFee .tableFee__tab {
    font-size: 0.875rem;
    height: 32px;
    width: 100%;
  }
}

.tableFee .tableFee__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.tableFee .tableFee__row .linkItem--modal {
  margin-top: 5px;
  line-height: 1.2;
  width: 100%;
}

.tableFee .tableFee__header {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  background-color: #F9F9F9;
  font-size: 0.875rem;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
  width: 20.33%;
}

@media only screen and (max-width: 768px) {
  .tableFee .tableFee__header {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.6875rem;
    line-height: 16px;
    background-color: #fff;
    width: 21.6%;
  }
}

.tableFee .tableFee__cell {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 17px;
  padding-top: 11px;
  padding-bottom: 16px;
  padding-right: 14px;
  line-height: 24px;
  width: 79.67%;
}

@media only screen and (max-width: 768px) {
  .tableFee .tableFee__cell {
    padding-left: 9px;
    font-size: 0.6875rem;
    line-height: 16px;
    width: 78.4%;
  }
}

.tableFee .tableFee__cell .tableFee__cell__pc {
  display: block;
}

.tableFee .tableFee__cell .tableFee__cell__sp {
  display: none;
}

.tableFee .tableFee__cell .bold {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .tableFee .tableFee__cell .tableFee__cell__pc {
    display: none;
  }
  .tableFee .tableFee__cell .tableFee__cell__sp {
    display: block;
  }
  .tableFee .tableFee__cell .tableFee__cell__sp .linkItem--modal::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_link_modal.svg") no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
    position: relative;
    top: 1px;
  }
}

.tableFee .tableFee__cell .linkItem--modal {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .tableFee .tableFee__cell .linkItem--modal {
    font-size: 0.6875rem;
    line-height: 16px;
  }
}

.tableFee .tableFee__cell__mh {
  min-height: 76px;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .tableFee .tableFee__cell__mh {
    min-height: 60px;
    padding-top: 18px;
  }
}

@media only screen and (min-width: 769px) {
  .levelTable .tableDiv__cell, .levelTable .tableDiv__cell--w20, .levelTable .tableDiv__cell--w30, .levelTable .tableDiv__cell--w40, .levelTable .tableDiv__cell--w50 {
    min-width: 0;
    word-break: normal;
  }
  .levelTable .tableDiv__cell:last-child, .levelTable .tableDiv__cell--w20:last-child, .levelTable .tableDiv__cell--w30:last-child, .levelTable .tableDiv__cell--w40:last-child, .levelTable .tableDiv__cell--w50:last-child {
    width: 465px;
    word-break: break-all;
  }
}

/*****************************
  text component
 *****************************/
.leadCopy {
  margin: 32px 0 0;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: bold;
  color: #0052af;
}

@media only screen and (max-width: 768px) {
  .leadCopy {
    margin: 24px 0 0;
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.leadCopy--small {
  font-size: 1.125rem;
  line-height: 22px;
}

.leadCopy:first-child {
  margin-top: 0;
}

.textItem {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  .textItem {
    line-height: 26px;
  }
}

.textItem--right {
  text-align: right;
}

.textItem--center {
  text-align: center;
}

.textItem:first-child {
  margin-top: -5px;
}

.textItem--noMargin {
  margin-top: 0;
}

.textItem--small {
  font-size: 0.875rem;
  line-height: 24px;
  margin: 6px 0 0;
}

.textItem--border {
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 10px;
}

.itemize {
  margin: 14px 0 0;
  padding: 0;
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  .itemize {
    margin-left: 0;
  }
}

.itemize__item {
  position: relative;
  padding: 10px 0 0 10px;
  font-size: 0.875rem;
  line-height: 22px;
}

.itemize__item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 20px;
}

.itemizeMulti {
  overflow: hidden;
  *zoom: 1;
  margin: 16px 0 0;
}

@media only screen and (max-width: 768px) {
  .itemizeMulti {
    margin-left: 0;
  }
}

.itemizeMulti__group {
  width: 48%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.itemizeMulti__group:last-child {
  float: right;
}

@media only screen and (max-width: 768px) {
  .itemizeMulti__group {
    width: 100%;
    float: none;
  }
}

.itemizeMulti__group__item {
  position: relative;
  padding: 10px 0 0 10px;
  font-size: 0.875rem;
  line-height: 22px;
}

.itemizeMulti__group__item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 20px;
}

.asterisk {
  padding: 0;
  margin: 16px 0 0;
  list-style-type: none;
}

.asterisk__item {
  padding: 10px 0 0 1em;
  text-indent: -1em;
  font-size: 1rem;
  line-height: 28px;
  font-weight: bold;
}

.footnote {
  padding: 0;
  margin: 16px 0 0;
  list-style-type: none;
}

.footnote__item {
  padding: 10px 0 0;
  text-indent: -1em;
  font-size: 0.875rem;
  line-height: 22px;
  color: #6c6c6c;
  text-indent: -1em;
  margin-left: 1em;
}

.text--small {
  font-size: 0.875rem;
  line-height: 25px;
  color: #333;
  margin: 0;
}

.label_white {
  font-size: 0.9375rem;
  line-height: 20px;
  border-radius: 1px;
  padding: 0 10px;
  margin-right: 11px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .label_white {
    height: 14px;
    padding: 0 2px;
    font-size: 0.6875rem;
    line-height: 14px;
    margin-right: 6px;
  }
}

/*****************************
  title component
 *****************************/
.titleH2 {
  margin: 64px 0 0;
  font-size: 2.5rem;
  line-height: 52px;
  font-weight: bold;
  color: #0052af;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .titleH2 {
    margin: 40px 0 0;
    font-size: 1.75rem;
    line-height: 1.14;
  }
}

.titleH2:first-child {
  margin-top: 0;
}

.titleH2_A {
  font-size: 2rem;
  line-height: 50px;
  font-weight: bold;
  color: #0052af;
  text-align: left;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .titleH2_A {
    font-size: 1.25rem;
    line-height: 28px;
  }
}

.titleH2_C {
  line-height: 54px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .titleH2_C {
    font-size: 1.3125rem;
    line-height: 28px;
  }
}

.titleH3 {
  width: 100%;
  margin: 56px 0 0;
  padding: 12px 16px;
  background: #dee7f2;
  border-radius: 3px;
  display: table;
}

@media only screen and (max-width: 768px) {
  .titleH3 {
    margin-top: 32px;
    padding: 10px;
  }
}

.titleH3__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
  border-left: 4px solid #1456a1;
  padding-left: 5px;
  margin: 0 auto 0 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .titleH3__text {
    font-size: 1.25rem;
    line-height: 1.2;
    border-left: 2px solid #1456a1;
  }
}

.titleH3:first-child {
  margin-top: 0;
}

.titleH3__tags {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 2px;
  position: relative;
}

.titleH3__tags__frame {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .titleH3__tags {
    display: block;
  }
}

.titleH3__tags__text {
  display: inline-block;
  color: #0052af;
  background-color: #fff;
  padding: 7px 15px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 14px;
  position: relative;
  white-space: nowrap;
}

.titleH3__tags__text.month {
  color: #fff;
  background: #6eba55;
  font-size: 0.75rem;
  padding: 8px 15px;
}

.titleH3__tags__text.date {
  color: #fff;
  background: #fd9252;
  font-size: 0.75rem;
  padding: 8px 15px;
}

@media only screen and (max-width: 768px) {
  .titleH3__tags__text {
    font-size: 0.75rem;
    border-radius: 12px;
    padding: 6px 0;
    margin-left: 10px;
    min-width: 5em;
    max-height: 2em;
    text-align: center;
  }
  .titleH3__tags__text.month, .titleH3__tags__text.date {
    font-size: 0.625rem;
    padding: 3px 5px;
    width: 6em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 8px;
  }
}

.titleH3_A {
  font-size: 1.5rem;
  line-height: 32px;
  color: #0052af;
  font-weight: bold;
  margin: 0;
}

.titleH3_A--mt32 {
  margin-top: 32px;
}

.titleH4 {
  margin: 40px 0 0;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .titleH4 {
    line-height: 24px;
    margin-top: 24px;
  }
}

.titleH4--line {
  border-bottom: 1px solid #bababa;
  padding-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .titleH4--line {
    padding-bottom: 4px;
  }
}

.titleH5 {
  margin: 32px 0 0;
  font-size: 1rem;
  line-height: 1.62;
}

.titleH5:before {
  content: "●";
}

@media only screen and (max-width: 768px) {
  .titleH5 {
    line-height: 26px;
    margin-top: 24px;
  }
}

.titleH5:first-child {
  margin: 0;
}

.titleH5--blue {
  color: #0052af;
}

.titleH5--not_point:before {
  content: "";
}

/*****************************
  visual component
 *****************************/
.visualComponent {
  overflow: hidden;
  *zoom: 1;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  .visualComponent {
    margin-top: 24px;
  }
}

.visualComponent--wide {
  margin-top: 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .visualComponent--wide {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.visualComponent--list {
  margin-top: 32px;
}

.captionContainer {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-block;
  background: #fff;
  padding: 4px 8px 0;
}

@media only screen and (max-width: 768px) {
  .captionContainer {
    position: relative;
    left: 0;
    bottom: 0;
    display: block;
  }
}

.captionContainer__title {
  font-size: 0.625rem;
  font-weight: bold;
  padding: 0 8px;
  border-bottom: 1px solid #1456a1;
  color: #0052af;
}

.captionContainer__contents {
  font-size: 1rem;
  line-height: 1.4;
  padding: 8px;
  color: #888;
}

@media only screen and (max-width: 768px) {
  .captionContainer__contents {
    font-size: 0.875rem;
  }
}

.captionContainer__contents--name {
  font-size: 1.375rem;
}

@media only screen and (max-width: 768px) {
  .captionContainer__contents--name {
    font-size: 1.125rem;
  }
}

.captionContainer__contents--san {
  font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .captionContainer__contents--san {
    font-size: 0.875rem;
  }
}

.panelLink {
  margin: 32px -24px 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  *zoom: 1;
}

.panelLink.teacherLink {
  margin-top: 0px;
}

.panelLink:after {
  content: "";
  display: table;
  clear: both;
}

.panelLink__item {
  width: 48%;
  width: calc((100% - 24px) / 2);
  float: left;
  padding-top: 16px;
  margin-right: 24px;
}

.panelLink__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .panelLink__item {
    width: 100%;
    float: none;
  }
}

.panelLink__item__frame {
  position: relative;
  display: block;
  border: 1px solid #cacaca;
  border-radius: 3px;
}

.panelLink__item__frame:link, .panelLink__item__frame:visited {
  color: #333;
}

.panelLink__item__inner {
  padding: 8px;
  overflow: hidden;
  *zoom: 1;
}

.panelLink__item__img {
  width: 37%;
  float: left;
  text-align: center;
}

.panelLink__item__img img {
  max-width: 100%;
}

.panelLink__item__right {
  width: 60%;
  float: right;
}

.panelLink__item__title {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 22px;
  font-weight: bold;
  color: #0052af;
  position: relative;
}

.panelLink__item__title__onBadge {
  padding-right: 55px;
}

.panelLink__item__title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("../images/common/icon_human.svg") no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}

.panelLink__item__title__badge {
  position: absolute;
  right: 0;
  top: -12px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0.625rem;
  color: #0052af;
  background: #a0d8f2;
  border-radius: 50%;
}

.panelLink__item__title__badge--line2 {
  height: 50px;
  line-height: 12px;
  padding: 13px 0;
}

@media only screen and (max-width: 768px) {
  .panelLink__item__title {
    margin-top: 3px;
    font-size: 1rem;
  }
  .panelLink__item__title__onBadge {
    padding-right: 43px;
  }
  .panelLink__item__title:before {
    width: 17px;
    height: 16px;
    background: url("../images/common/icon_human.svg") no-repeat;
    background-size: 100%;
    margin-top: -2px;
  }
  .panelLink__item__title__badge {
    top: -5px;
    width: 40px;
    line-height: 40px;
    font-size: 0.5625rem;
  }
  .panelLink__item__title__badge--line2 {
    height: 40px;
    line-height: 10px;
    padding: 10px 0;
  }
}

.panelLink__item__tags {
  overflow: hidden;
  *zoom: 1;
  width: 103%;
  width: calc(100% + 8px);
  margin: 0 -8px 0 0;
  padding: 4px 0 0;
  list-style-type: none;
}

.panelLink__item__tags__title {
  margin-top: 10px;
  font-size: 0.6875rem;
  font-weight: bold;
}

.panelLink__item__tags__item {
  float: left;
  margin: 5px 5px 0 0;
  padding: 4px 6px;
  background-color: #dee7f2;
  font-size: 0.6875rem;
  line-height: 1;
  border-radius: 5px;
  color: #0052af;
  min-width: 5em;
  text-align: center;
}

.panelLink__item__text {
  margin: 10px 0 0 0;
  font-size: 0.875rem;
  line-height: 22px;
}

.visualCircle {
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  margin-top: 60px;
  padding: 0;
  position: relative;
}

.visualCircle__title {
  padding: 40px 0 30px;
  text-align: center;
  margin: 0;
  color: #0052af;
  font-weight: bold;
}

.visualCircle__title--main {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 48px;
  border-bottom: 2px solid #1456a1;
}

.visualCircle__title--sub {
  display: block;
  font-size: 1rem;
  line-height: 40px;
}

.visualCircle__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visualCircle__item {
  text-align: center;
  width: 160px;
  float: left;
  margin-right: 46px;
}

@media only screen and (max-width: 768px) {
  .visualCircle__item {
    margin-right: 20px;
  }
}

.visualCircle__baloon {
  border: 1px solid #268ed5;
  border-radius: 3px;
  height: 77px;
  margin: 0;
  position: relative;
}

.visualCircle__baloon span {
  font-size: 0.875rem;
  display: inline-block;
  color: #268ed5;
  text-align: left;
  line-height: 1.429;
  position: absolute;
  width: 100%;
  padding: 7px 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visualCircle__baloon:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: -2px;
  background: #fff;
  border-bottom: 1px solid #268ed5;
  border-right: 1px solid #268ed5;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.visualCircle__photo {
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 160px;
}

@media only screen and (max-width: 768px) {
  .visualCircle__photo {
    height: 120px;
  }
}

.visualCircle__photo .noimg {
  max-width: none;
  height: 100%;
}

.visualCircle__photo img {
  width: 100%;
  display: inline !important;
  border-radius: 50%;
}

.visualCircle__name {
  font-size: 0.875rem;
  height: 77px;
  color: #333;
}

.visualCircle__job {
  font-size: 1.125rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  .visualCircle {
    padding: 0 35px;
    margin-top: 45px;
  }
  .visualCircle__title {
    padding: 25px 0 15px;
  }
  .visualCircle__title--main {
    font-size: 1.375rem;
    line-height: 40px;
    border-bottom: 1px solid #1456a1;
  }
  .visualCircle__title--sub {
    font-size: 0.75rem;
    line-height: 20px;
  }
  .visualCircle__list {
    margin: 0px auto;
  }
  .visualCircle__item {
    width: 120px;
  }
  .visualCircle__baloon {
    height: 63px;
  }
  .visualCircle__baloon span {
    font-size: 0.75rem;
    padding: 5px;
  }
  .visualCircle__name {
    font-size: 0.75rem;
    height: 63px;
  }
  .visualCircle__job {
    font-size: 0.875rem;
  }
}

.visualControlBox {
  margin-top: 32px;
  width: 100%;
}

.visualControlBox__control {
  border-bottom: 4px solid #0052af;
}

.visualControlBox__control ul {
  list-style-type: none;
  margin-bottom: -3px;
  padding-left: 0;
}

.visualControlBox__control--item {
  display: inline-block;
  border-radius: 3px;
  width: 24%;
  margin-right: 1%;
  font-size: 0.875rem;
  border: 1px solid #0052af;
  color: #0052af;
  text-align: center;
  vertical-align: bottom;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
}

.visualControlBox__control--item:last-child {
  margin-right: 0;
  margin-left: 1px;
}

@media only screen and (max-width: 768px) {
  .visualControlBox__control--item:last-child {
    margin-left: -1px;
  }
}

.visualControlBox__control--item:hover {
  cursor: pointer;
}

.visualControlBox__control--item.is-active {
  color: #fff;
  height: 52px;
  background: #0052af;
}

@media only screen and (max-width: 768px) {
  .visualControlBox__control--item {
    width: 25%;
    margin-right: -2px;
    height: 43px;
  }
  .visualControlBox__control--item.is-active {
    height: 49px;
  }
}

.visualControlBox__box {
  border: 1px solid #0052af;
  padding: 30px 46px 4px 30px;
}

@media only screen and (max-width: 768px) {
  .visualControlBox__box {
    padding: 20px 20px 0;
    border: 2px solid #0052af;
  }
}

.visualControlBox__box .box_item {
  display: none;
}

.visualControlBox__box .box_item:first-child {
  display: block;
}

.visualControlBox__box--item {
  margin-bottom: 26px;
}

.visualControlBox__box--item-title {
  display: inline-block;
  width: 86px;
  font-size: 1rem;
  color: #1456a0;
  text-align: left;
  line-height: 28px;
  font-weight: 400;
}

.visualControlBox__box--item-title.only_title {
  width: 100%;
  line-height: 36px;
}

@media only screen and (max-width: 768px) {
  .visualControlBox__box--item-title {
    line-height: 26px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
  }
}

.visualControlBox__box--item-text {
  display: inline-block;
  font-weight: 400;
  line-height: 28px;
  width: 86%;
  vertical-align: top;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .visualControlBox__box--item-text {
    width: 100%;
    display: block;
  }
}

.visualThreeImg {
  margin: 16px auto 0;
  display: block;
  width: 1082px;
  background: #fff;
  padding: 33px 46px 30px;
  overflow: hidden;
}

.visualThreeImg_item {
  margin-top: 13px;
  overflow: hidden;
  *zoom: 1;
}

.visualThreeImg_item:first-child {
  margin-top: 0;
}

.visualThreeImg_item img {
  margin: 0 8px;
  width: 314px;
}

@media only screen and (min-width: 769px) {
  .visualThreeImg_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .visualThreeImg {
    width: 100%;
    padding: 19px 38px 26px;
    margin-top: 16px;
  }
  .visualThreeImg_item img {
    width: 100%;
    margin: 4px auto;
  }
}

.bnr_typeA-1,
.bnr_typeA-2,
.bnr_typeA-3,
.bnr_typeA-4,
.bnr_typeB-1,
.bnr_typeB-2,
.bnr_typeB-3,
.bnr_typeB-4,
.bnr_typeC,
.bnr_typeD,
.bnr-jissyo {
  margin-top: 16px;
  display: block;
  width: 100%;
}

.bnr_typeA-1 img,
.bnr_typeA-2 img,
.bnr_typeA-3 img,
.bnr_typeA-4 img,
.bnr_typeB-1 img,
.bnr_typeB-2 img,
.bnr_typeB-3 img,
.bnr_typeB-4 img,
.bnr_typeC img,
.bnr_typeD img,
.bnr-jissyo img {
  width: 100%;
}

/*****************************
  curriculum
 *****************************/
.legend {
  overflow: hidden;
  *zoom: 1;
}

.legend__left {
  float: left;
  width: 480px;
  padding-top: 16px;
}

.legend__left div {
  font-size: 1rem;
}

.legend__left div:before {
  content: "■";
  color: #2e91ed;
  margin-right: 5px;
}

.legend__left div:nth-child(2):before {
  color: #fd8d49;
}

.legend__left div:nth-child(3):before {
  color: #5ab03e;
}

.legend__left div:last-child:before {
  color: #FFDB25;
}

.legend__right {
  float: right;
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .legend__left {
    width: 100%;
  }
  .legend__right {
    width: 100%;
  }
}

.curriculumLevel {
  width: 100%;
  border-left: 1px solid #cfcfcf;
  margin: 32px 0 0;
}

@media only screen and (max-width: 768px) {
  .curriculumLevel {
    margin: 24px 0 58px;
  }
}

.curriculumLevel__level {
  display: block;
  width: 101%;
  width: calc( 100%);
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.curriculumLevel__level > div {
  display: block;
  float: left;
  width: 10.1%;
  width: calc( 100% / 10);
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
  color: #a4a4a4;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: normal;
}

.curriculumLevel__level > div:nth-child(even) {
  background: #f5f7f8;
}

@media only screen and (max-width: 768px) {
  .curriculumLevel__level > div {
    font-size: 0.625rem;
  }
}

.curriculumLevel__level:first-child {
  border-top: 1px solid #cfcfcf;
}

.curriculumLevel__cell {
  display: block;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}

.curriculumLevel__cell--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.curriculumLevel__cell--bg > div {
  float: left;
  width: 10%;
  height: 100%;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.curriculumLevel__cell--bg > div:nth-child(even) {
  background: #f5f7f8;
}

.curriculumLevel__cell--graph {
  padding-bottom: 12px;
  position: relative;
  width: 100% !important;
}

.curriculumLevel__cell--graph > a {
  position: relative;
  margin-top: 12px;
  letter-spacing: normal;
  border-radius: 4px;
  display: block;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .curriculumLevel__cell--graph > a {
    margin-top: 8px;
  }
}

.curriculumLevel__cell--graph > a .title {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.curriculumLevel__cell--graph > a .title > div {
  display: table-cell;
}

.curriculumLevel__cell--graph > a .title > div:after {
  content: "";
  background: url("../images/curriculum/icon_arrow.svg") no-repeat 0;
  background-size: 10px;
  vertical-align: top;
  margin-left: 3px;
  margin-top: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 768px) {
  .curriculumLevel__cell--graph > a .title {
    font-size: 0.625rem;
    height: 45px;
  }
  .curriculumLevel__cell--graph > a .title > div {
    vertical-align: middle;
  }
}

.curriculumLevel__cell--graph > a .desc {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 32px;
  vertical-align: middle;
}

.curriculumLevel__cell--graph > a .desc > div {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #236db2;
}

.curriculumLevel__cell--graph > a .desc > div:last-child {
  border-right: none;
}

.curriculumLevel__cell--graph > a .desc p {
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
}

.curriculumLevel__cell--graph > a .desc p .curriculumLevel_f10 {
  font-size: 0.625rem;
}

@media only screen and (max-width: 768px) {
  .curriculumLevel__cell--graph > a .desc {
    display: none;
  }
}

.curriculumLevel__cell--graph > a.blue {
  background: #2e91ed;
}

.curriculumLevel__cell--graph > a.blue .title {
  background: #236db2;
}

.curriculumLevel__cell--graph > a.orange {
  background: #fd8d49;
}

.curriculumLevel__cell--graph > a.orange .title {
  background: #d66927;
}

.curriculumLevel__cell--graph > a.green {
  background: #5ab03e;
}

.curriculumLevel__cell--graph > a.green .title {
  background: #407d2c;
}

.curriculumLevel__cell--graph > a.yellow {
  background: #FFDB25;
  color: #000;
}

.curriculumLevel__cell--graph > a.yellow .title {
  background: #FCB23D;
}

.curriculumLevel__cell--graph > a.line2 .desc {
  height: 40px;
}

@media only screen and (max-width: 768px) {
  .curriculumLevel__cell--graph > a.line2 .desc {
    height: 48px;
  }
}

.curriculumLevel__cell--graph > a.blue {
  display: block;
  background: #2e91ed;
  border-radius: 4px;
}

.curriculumLevel__cell--graph > a.link01 {
  left: 20%;
  width: 80%;
  left: calc( (100% / 10) * 2);
  width: calc( (100% / 10) * 8);
}

.curriculumLevel__cell--graph > a.link02 {
  left: 0;
  width: 50%;
  width: calc( (100% / 10) * 5);
}

.curriculumLevel__cell--graph > a.link02 .desc div:first-child {
  width: 60%;
  width: calc( (100% / 10) * 6);
}

.curriculumLevel__cell--graph > a.link03 {
  left: 30%;
  width: 70%;
  left: calc( (100% / 10) * 3);
  width: calc( (100% / 10) * 7);
}

@media only screen and (max-width: 768px) {
  .curriculumLevel__cell--graph > a.link03 .desc {
    height: 28px;
  }
}

.curriculumLevel__cell--graph > a.link04 {
  left: 30%;
  width: 70%;
  left: calc( (100% / 10) * 3);
  width: calc( (100% / 10) * 7);
}

.curriculumLevel__cell--graph > a.link05 {
  left: 30%;
  width: 70%;
  left: calc( (100% / 10) * 3);
  width: calc( (100% / 10) * 7);
}

.curriculumLevel__cell--graph > a.link06 {
  left: 0;
  width: 100%;
}

.curriculumLevel__cell--graph > a.link06 .title {
  display: table;
  width: 100%;
}

.curriculumLevel__cell--graph > a.link06 .desc > div {
  width: 20%;
  width: calc( (100%/10) * 2);
}

.curriculumLevel__cell--graph > a.link06 .desc > div:last-child {
  width: 80%;
  width: calc( (100%/10) * 8);
}

.curriculumLevel__cell--graph > a.link07 {
  left: 40%;
  width: 60%;
  left: calc( (100% / 10) * 4);
  width: calc( (100% / 10) * 6);
}

.curriculumLevel__cell--graph > a.link08 {
  left: 20%;
  width: 30%;
  left: calc( (100% / 10) * 2);
  width: calc( (100% / 10) * 3);
}

.curriculumLevel__cell--graph > a.link09 {
  left: 0;
  width: 50%;
  width: calc( (100% / 10) * 5);
}

.curriculumLevel__cell--graph > a.link09 .title {
  display: table;
  width: 100%;
}

.curriculumLevel__cell--graph > a.link09 .title > div {
  width: 40%;
  width: calc( (100%/10) * 4);
}

.curriculumLevel__cell--graph > a.link09 .title > div:last-child {
  background: #d66927;
  width: 60%;
  width: calc( (100%/10) * 6);
  border-top-right-radius: 4px;
}

.curriculumLevel__cell--graph > a.link09 .title > div:last-child:after {
  content: none;
}

.curriculumLevel__cell--graph > a.link09 .title:after {
  content: none;
}

.curriculumLevel__cell--graph > a.link09 .desc > div {
  border-right: 0;
  width: 40%;
  width: calc( (100%/10) * 4);
}

.curriculumLevel__cell--graph > a.link09 .desc > div:last-child {
  background: #fd8d49;
  width: 60%;
  width: calc( (100%/10) * 6);
}

.curriculumLevel__cell--graph > a.link10 {
  left: 20%;
  width: 30%;
  left: calc( (100% / 10) * 2);
  width: calc( (100% / 10) * 3);
}

.curriculumLevel__cell--graph > a.link11 {
  left: 0;
  width: 30%;
  width: calc( (100% / 10) * 3);
}

.curriculumLevel__cell--graph > a.link12 {
  left: 0;
  width: 100%;
  width: calc( 100%);
}

.curriculumLevel__cell--graph > a.link13 {
  left: 0;
  width: 100%;
  width: calc( 100%);
}

.curriculumLevel__cell--graph > a.link13 .desc div:first-child {
  width: 30%;
  width: calc( (100% / 10) * 3);
}

.curriculumLevel__cell--graph > a.link14 {
  left: 20%;
  width: 80%;
  left: calc( (100% / 10) * 2);
  width: calc( (100% / 10) * 8);
}

.curriculumLevel__cell--graph > a.link15 {
  left: 0;
  width: 20%;
  width: calc( (100% / 10) * 2);
}

.curriculumLevel__cell--graph > a.link16 {
  left: 0;
  width: 30%;
  width: calc( (100% / 10) * 3);
}

.curriculumLevel__cell--graph > a.link17 {
  left: 30%;
  width: 70%;
  left: calc( (100% / 10) * 3);
  width: calc( (100% / 10) * 7);
}

@media only screen and (max-width: 768px) {
  .curriculumLevel__cell--graph > a.link17 .desc {
    height: 28px;
  }
}

.curriculumLevel__cell--graph > a.link18 {
  left: 0;
  width: 40%;
  width: calc( (100% / 10) * 4);
}

.curriculumLevel__cell--graph > a.link19 {
  left: 0;
  width: 60%;
}

.contents--spirit .titleH3_A.mt-32 {
  margin-top: 32px;
}

.mt-56 {
  margin-top: 56px;
}

@media only screen and (max-width: 768px) {
  .mt-56 {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .contents--detail .register-block .register-block__footer {
    font-size: 0.6875rem;
    line-height: 15px;
    margin-top: 4px;
  }
  .contents--detail .register-block .register-block__footer.mt-0 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .contents--detail .titleH2_A {
    margin-top: 24px;
  }
}

.contents--detail .titleH2_A + .titleH3 {
  margin-top: 32px;
}

.dot__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  color: #0052af;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .dot__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dot__list--item {
  min-width: 33%;
  height: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visual2_only1Item {
  float: none;
  margin: 0 auto;
}

.education__footnote li {
  text-indent: 0;
}

.content_friends {
  width: 100%;
  max-width: 960px;
}

.content_friends .contents, .content_friends .contents--fluid {
  max-width: 960px;
  float: none;
  margin: 0 auto;
}

.content_friends img {
  max-width: 100%;
}

.content_friends .tableC__th {
  width: 40%;
}

.content_friends .tableC {
  margin-top: 8px;
}

.content_friends .mb-l {
  margin-bottom: 35px !important;
}

.content_friends .mb-m {
  margin-bottom: 20px;
}

.content_friends .tcenter {
  text-align: center;
}

.content_friends .share-buttons {
  padding-left: 0;
  list-style: none;
}

.content_friends .share-buttons li {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .content_friends {
    margin-top: 62px;
  }
  .content_friends .tableC__th.tableDiv__cell--w15 {
    width: 50%;
  }
  .content_friends .share-buttons {
    padding-left: 0;
  }
}

/*****************************
  Guidance
 *****************************/
.guidance__nomargintop {
  margin-top: -2px;
  position: relative;
}

.guidance__nobrdrbot {
  border-bottom: none;
}

.guidance__mt40px {
  margin-top: 40px;
}

.guidance__mt0 {
  margin-top: 0;
}

.guidance__newtitleH2 {
  margin: 50px 0px;
}

.guidance__itemizeMulti__text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.titleH2 .guidance__techImg {
  background: url("../../assets2/images/guidance/img-headerteacher.png");
  background-size: cover;
  height: 81px;
  width: 78px;
  display: inline-block;
  vertical-align: middle;
}

.guidance__anchorContainer {
  margin: auto;
  width: 100%;
  margin-top: 20px;
}

.guidance__linkButton--right_Img {
  padding-right: 6%;
}

.itemizeMulti .itemizeMulti__group .titleH5:before {
  vertical-align: top;
}

.itemizeMulti .itemizeMulti__group .titleH5 span {
  width: 90%;
  display: inline-block;
}

.memo #guidance__memo__content {
  width: 90%;
  margin: auto;
}

#guidance__studentBoy {
  width: 273px;
  margin-right: -1%;
  position: relative;
  top: 39px;
}

#guidance__img-talk {
  width: 370px;
  position: relative;
  top: 27px;
}

#guidance__studentgirl {
  width: 273px;
  position: relative;
  top: 20px;
}

#guidance__confusedImg {
  width: 281px;
  position: relative;
  top: 5px;
}

#guidance__gadgetsMaterials {
  width: 385px;
  position: relative;
  top: 15px;
}

#guidance__imgDevice {
  width: 422px;
  margin-bottom: 2%;
}

.guidance__contents {
  width: 100%;
  max-width: 855px;
  padding: 30px 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  background: #fff;
}

h3.guidance__leadcopy {
  margin: 32px 0 0;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: bold;
  color: #0052af;
}

@media only screen and (max-width: 768px) {
  .guidance__leadCopy {
    margin-bottom: 1%;
  }
  .guidance__contents h2.titleH2 {
    margin-bottom: 5%;
  }
  .guidance__contents h2.titleH2 #guidance__techText {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
  }
  .contents--header .catC .guidance__header__title {
    margin: 18px 100px 0 0;
  }
  .guidance__contents .linkButton--right .guidance__linkButton--right_Img {
    width: 70%;
  }
  .guidance__contents {
    padding: 16px;
  }
  .guidance__leadcopy {
    margin: 24px 0 0;
    font-size: 1.125rem;
    line-height: 24px;
  }
  #guidance__imgDevice,
  #guidance__gadgetsMaterials {
    width: 100%;
  }
}

.houjin_page .t-center {
  text-align: center;
}

.houjin_page .entryBody {
  margin: 0;
  padding: 0 !important;
}

.houjin_page .text_contact_top .span2 {
  display: block;
  text-align: left;
}

.houjin_page .prev__container--img {
  border: solid 1px #e7e7e7;
}

.header_company .bnr-freetrial {
  display: none !important;
}

.houjin .bnr-freetrial {
  display: none !important;
}

.houjin ul {
  list-style: none;
}

.houjin h3,
.houjin h4,
.houjin p {
  margin: 0;
}

.houjin img {
  max-width: 100%;
}

.houjin .text_caption {
  font-size: 13px;
  line-height: 36px;
  margin-top: 20px;
  text-align: right;
}

.houjin .titleH3 {
  background: #135295;
  padding: 0;
}

.houjin .titleH3__text {
  height: 63px;
  line-height: 63px;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
  border: none;
  padding: 0;
}

.houjin .bg_white {
  background: #fff;
}

.houjin .houjin_section_top {
  padding: 2px 2px 0;
  background: #fff;
}

.houjin .houjin_section_top .visualComponent {
  margin-top: 0;
}

.houjin .houjin_section_top .articleBlock__img img {
  display: block;
}

.houjin .houjin_title_top {
  font-size: 3rem;
  line-height: 64px;
  font-weight: bold;
  text-shadow: 0 0 11.76px rgba(0, 0, 0, 0.996);
  color: #fff;
}

.houjin .visualComponent--wide .houjin_title_top {
  padding-top: 142px;
  padding-left: 25px;
}

.houjin .block_contact_top {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  width: 640px;
  max-width: 100%;
  margin: 56px auto 0;
  padding: 24px 40px 20px;
}

.houjin .block_contact_top .text_contact_top {
  padding-top: 14px;
}

.houjin .text_contact_top {
  font-size: 0.875rem;
  line-height: 20px;
}

.houjin .contact_top_bottom {
  overflow: hidden;
}

.houjin .contact_top_bottom .contact_top_phone {
  float: left;
  margin-top: 1px;
}

.houjin .contact_top_bottom .text_contact_top {
  float: right;
  text-align: right;
  padding-top: 0;
  margin-top: -2px;
}

.houjin .contact_top_phone {
  position: relative;
  font-size: 2.25rem;
  font-weight: bold;
  padding-left: 46px;
  line-height: 36px;
}

.houjin .contact_top_phone:before {
  content: "";
  width: 30px;
  height: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/assets2/images/common/icon_phone.png") no-repeat;
  background-size: cover;
  position: absolute;
}

.houjin .houjin_section_needs {
  padding: 45px 0 83px;
  background: url("/assets2/images/common/bg_needs.png") no-repeat;
  background-size: 100% 100%;
}

.houjin .houjin_section_needs .houjin_title_needs {
  text-align: center;
}

.houjin .talk {
  background: url("/assets2/images/houjin/bg_talk.png") no-repeat;
  background-size: cover;
  width: 283px;
  height: 96px;
  padding-top: 18px;
  font-weight: bold;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 24px;
  position: absolute;
  top: -40px;
  left: 18px;
}

.houjin .talk span {
  font-size: 1.25rem;
}

.houjin .plan {
  width: 100%;
  padding: 57px 30px 20px 24px;
  position: relative;
  margin-top: 40px;
}

.houjin .plan:after {
  content: '';
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.houjin .plan.plan1 {
  background: #eff7fc;
}

.houjin .plan.plan1:after {
  background: url("/assets2/images/houjin/bg_plan1.jpg") no-repeat;
  background-size: cover;
}

.houjin .plan.plan1 .title_text span {
  margin-left: -23px;
}

.houjin .plan.plan2 {
  background: #fffdcf;
}

.houjin .plan.plan2:after {
  background: url("/assets2/images/houjin/bg_plan2.jpg") no-repeat;
  background-size: cover;
}

.houjin .plan.plan3 {
  background: #fffdcf;
}

@media only screen and (min-width: 769px) {
  .houjin .plan.plan3 {
    padding: 40px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .houjin .plan.plan3 {
    margin-bottom: 20px;
    padding: 35px 15px;
  }
}

.houjin .plan.plan3 .title {
  text-align: center;
}

.houjin .plan.plan3 .title_text {
  margin-right: 0;
  padding-top: 0;
}

@media only screen and (min-width: 769px) {
  .houjin .plan.plan3 .title_text {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .houjin .plan.plan3 .title_text {
    font-size: 1.625rem;
  }
}

.houjin .plan .title_text {
  padding-top: 10px;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  color: #0052af;
  line-height: 40px;
  margin-right: 26px;
}

.houjin .plan .title_text span {
  font-size: 2rem;
}

.houjin .plan .title_icon {
  width: 64px;
  display: inline-block;
  margin-right: 6px;
}

.houjin .plan .title_highlight {
  background-color: #fffba4;
  border-radius: 20px;
  color: #0052af;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}

@media only screen and (min-width: 769px) {
  .houjin .plan .title_highlight {
    font-size: 1.3125rem;
  }
}

@media only screen and (max-width: 768px) {
  .houjin .plan .title_highlight {
    font-size: 1rem;
  }
}

.houjin .plan_text {
  font-size: 1rem;
  line-height: 28px;
  margin-top: 28px;
}

.houjin .plan__info {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .houjin .plan__info {
    margin: 25px 60px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .houjin .plan__info {
    margin: 25px 17px 5px;
  }
}

.houjin .plan__info__img {
  width: 110px;
}

@media only screen and (min-width: 769px) {
  .houjin .plan__info__img {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .houjin .plan__info__img {
    margin: 0 auto;
  }
}

.houjin .plan__info__text {
  color: #0052af;
  line-height: 30px;
}

@media only screen and (min-width: 769px) {
  .houjin .plan__info__text {
    font-size: 1rem;
    float: right;
    margin-top: 15px;
    width: 620px;
  }
}

@media only screen and (max-width: 768px) {
  .houjin .plan__info__text {
    font-size: 0.875rem;
    margin-top: 25px;
  }
}

.houjin .customize {
  margin-top: 40px;
  padding: 14px 28px 20px 20px;
  border: 4px solid #dfe6f1;
}

.houjin .customize .title_line {
  font-size: 1rem;
  line-height: 28px;
  color: #0052af;
  display: inline-block;
  border-bottom: 2px solid #0052af;
}

.houjin .customize_block {
  overflow: hidden;
}

.houjin .customize_text {
  width: calc(100% - 192px);
  display: block;
  float: left;
  padding-right: 40px;
}

.houjin .customize_text .title {
  font-size: 1.125rem;
  line-height: 28px;
  color: #0052af;
  margin-top: 7px;
  margin-bottom: 4px;
}

.houjin .customize_text .text {
  font-size: 0.875rem;
  line-height: 24px;
  color: #333;
}

.houjin .customize_img {
  width: 188px;
  float: right;
}

.houjin .houjin_section_qqenglish {
  padding-bottom: 0;
}

.houjin .houjin_section_company {
  background: #fff;
  border-top: 4px solid #cce6f7;
}

.houjin .section_management {
  padding-top: 4px;
}

.houjin .management_text .text {
  font-size: 1rem;
  line-height: 28px;
  margin-top: 12px;
}

.houjin .management_img {
  text-align: center;
  width: 523px;
  margin: 38px auto 0;
}

.houjin .bl_english {
  background: #eff7fc;
  position: relative;
  padding: 26px 32px 46px;
}

.houjin .bl_english:after {
  content: '';
  position: absolute;
}

.houjin .bl_english.bg_img1:after {
  background: url("/assets2/images/houjin/bg_english1.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 198px;
  height: 160px;
  top: 24px;
  right: 16px;
}

.houjin .bl_english.bg_img2:after {
  background: url("/assets2/images/houjin/bg_english2.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 192px;
  height: 129px;
  top: 40px;
  right: 24px;
}

.houjin .bl_english.bg_img3:after {
  background: url("/assets2/images/houjin/bg_english3.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 166px;
  height: 148px;
  top: 30px;
  right: 33px;
}

.houjin .bl_english.bg_img4:after {
  background: url("/assets2/images/houjin/bg_english4.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 117px;
  height: 137px;
  top: 35px;
  right: 63px;
}

.houjin .textSmall {
  font-size: 0.875rem;
  line-height: 30px;
  font-weight: lighter;
}

.houjin .textLarge {
  margin-top: 12px;
  font-size: 1.25rem;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.houjin .houjin_title_needs {
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: bold;
  color: #0052af;
}

.houjin .houjin_text_need {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 500;
}

.houjin .houjin_list_needs {
  text-align: center;
  padding: 45px 0 0;
  margin: 0;
}

.houjin .houjin_list_needs li {
  position: relative;
}

.houjin .houjin_list_needs img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.houjin .houjin_list_needs .houjin_text_need {
  display: inline-block;
  vertical-align: middle;
}

.houjin .houjin_section_difference {
  text-align: center;
  background: #fff;
  padding: 30px 0 30px 55px;
}

.houjin .houjin_difference_content {
  border: 4px solid rgba(19, 82, 149, 0.8);
  border-radius: 8px;
  padding: 8px;
  position: relative;
}

.houjin .houjin_difference_content .title_top_number {
  margin-top: 22px;
}

.houjin .houjin_difference_content .title_A {
  padding-top: 34px;
}

.houjin .houjin_difference_content .text_A {
  margin-top: 20px;
  margin-bottom: 37px;
}

.houjin .houjin_list_difference {
  margin: 43px 0 0;
  padding: 0;
}

.houjin .houjin_list_difference a {
  color: #333;
  display: block;
  position: relative;
  padding-bottom: 38px;
}

.houjin .houjin_list_difference a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/assets2/images/common/icon_arrow_blue.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 14px;
}

.houjin .houjin_list_difference img {
  display: block;
}

.houjin .houjin_title_large {
  font-size: 2rem;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
  display: inline-block;
}

.houjin .houjin_title_large:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background: #333;
}

.houjin .title_top_number {
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: bold;
  color: #0052af;
  min-height: 31px;
}

.houjin .title_top_number.has_border {
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
  padding-right: 5px;
}

.houjin .title_top_number.has_border:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #0052af;
}

.houjin .title_top_number img {
  display: inline-block;
  margin-left: -5px;
  vertical-align: bottom;
}

.houjin .title_top_number .icon_number_1 {
  width: 18px;
}

.houjin .title_top_number .icon_number_2 {
  width: 22px;
}

.houjin .title_top_number .icon_number_3 {
  width: 23px;
}

.houjin .title_A {
  font-size: 2rem;
  line-height: 44px;
  font-weight: bold;
  color: #0052af;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.houjin .title_A:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #0052af;
}

.houjin .text_A {
  font-size: 1.125rem;
  line-height: 28px;
}

.houjin .border_bottom_section {
  border-bottom: 3px solid #d0d4e4;
}

.houjin .border_top_section {
  border-top: 4px solid #cce6f7;
}

.houjin .houjin_section_block {
  background: #fff;
}

.houjin .houjin_section_block .customize {
  margin-top: 50px;
}

.houjin .houjin_section_block1 {
  padding-bottom: 48px;
}

.houjin .houjin_section_block2 {
  padding-bottom: 65px;
}

.houjin .houjin_section_block3 {
  padding-bottom: 43px;
}

.houjin .visualComponent--wide .list_lesson {
  margin-top: 38px;
}

.houjin .list_lesson {
  padding: 0;
  margin: 0;
}

.houjin .list_lesson .textNormal {
  padding-left: 10px;
}

.houjin .list_lesson .textNormal.gBold {
  font-weight: bold;
}

.houjin .list_lesson li:first-child .text_houjin_contact {
  padding-left: 0;
}

.houjin .list_lesson img {
  width: 302px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.houjin .introduction_step_item {
  position: relative;
  padding: 0 32px 0 24px;
  background: #eff7fc;
  border-radius: 3px;
  margin-bottom: 58px;
}

.houjin .introduction_step_item .title {
  font-size: 1rem;
  line-height: 26px;
  color: #0052af;
  font-weight: bold;
}

.houjin .introduction_step_item .title span {
  display: block;
  font-size: 1.25rem;
}

.houjin .introduction_step_item:after {
  content: '';
  display: block;
  background: url("/assets2/images/houjin/step_arrow_pc.png") no-repeat;
  background-size: cover;
  width: 61px;
  height: 20px;
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.houjin .introduction_step_lastItem {
  text-align: center;
  font-size: 1.25rem;
  line-height: 48px;
  color: #0052af;
  height: 48px;
  font-weight: bold;
  background: #eff7fc;
}

.houjin .textNormal {
  font-size: 1rem;
  line-height: 28px;
}

.houjin .last_btn {
  background: #fbf1b1;
}

.houjin .button_red {
  border: 2px solid #c6594d;
  border-radius: 14px;
  font-size: 0.875rem;
  color: #c6594d;
  padding: 0 14px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
}

.houjin .curriculum .titleH4 {
  font-size: 1.375rem;
  margin-bottom: 32px;
  margin-top: 75px;
}

.houjin .curriculum .titleH4.has-button {
  overflow: hidden;
}

.houjin .curriculum .titleH4 .button_red {
  float: right;
  margin-bottom: -5px;
}

.houjin .curriculum .articleBlock, .houjin .curriculum .articleBlock--h2, .houjin .curriculum .articleBlock--h3 {
  margin-top: 48px;
}

.houjin .curriculum_content {
  padding-top: 40px;
}

.houjin .curriculum_content .articleBlock, .houjin .curriculum_content .articleBlock--h2, .houjin .curriculum_content .articleBlock--h3 {
  margin-top: 28px;
}

.houjin .curriculum_block .titleH4 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 11px;
}

.houjin .curriculum_block .textNormal {
  line-height: 26px;
}

.houjin .curriculum_block img {
  margin-top: 20px;
  display: block;
}

.houjin .block_address {
  display: table;
  width: 100%;
  margin-top: 10px;
  padding-top: 6px;
}

.houjin .block_address_left {
  display: table-cell;
  vertical-align: middle;
  width: 224px;
  font-size: 1rem;
  line-height: 24px;
}

.houjin .block_address_right {
  display: table-cell;
  font-size: 0.875rem;
  line-height: 30px;
}

.houjin .block_address_right .phone {
  font-size: 2.5rem;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}

.houjin .block_address_right .phone:before {
  content: "";
  background: url("/assets2/images/houjin/icon_phone.png") no-repeat;
  width: 32px;
  height: 34px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.houjin .houjin_block_content .visualComponent {
  margin-top: 62px;
  margin-bottom: 30px;
}

.btn_contact {
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 4px;
  line-height: 56px;
  height: 56px;
  position: relative;
  display: block;
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
}

.btn_contact:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 16px;
  background: url("/assets2/images/common/arrow_right_white.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 16px;
}

a.btn_contact {
  color: #fff;
}

.btn_orange {
  background: #da7538;
  -webkit-box-shadow: 0 6px 0 #743e1e;
          box-shadow: 0 6px 0 #743e1e;
}

.houjin_contact_container {
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.houjin_contact_container .houjin_title_contact {
  padding-top: 40px;
  text-align: center;
}

.houjin_contact_container .btn_contact {
  margin-top: 15px;
}

.houjin_contact_container .text_houjin_contact {
  padding-top: 18px;
}

.houjin_title_contact {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: bold;
}

.text_houjin_contact {
  font-size: 1rem;
  line-height: 30px;
}

.postList {
  overflow: hidden;
}

.postList_item {
  overflow: hidden;
  border: 2px solid #e5e5e5;
}

.postList_item-content {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.postList_item-title {
  text-align: justify;
}

.postList_item a {
  display: block;
}

a.btn-more_company {
  color: #35569c;
  font-size: 0.875rem;
  line-height: 24px;
  border-bottom: 1px solid;
  font-weight: bold;
  display: table;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .houjin_company_detail .block_contact_top {
    width: 690px;
    margin: 66px auto 0;
  }
  .houjin_company_detail .block_contact_top .btn_orange {
    width: 100%;
  }
  .houjin_company_detail .block_contact_top .contact_top_phone {
    font-size: 3.125rem;
    line-height: 44px;
  }
  .houjin_page .block_btn {
    margin-top: 80px;
  }
  .company_import {
    text-align: center;
    margin-top: 80px;
    padding: 0 126px;
  }
  .company_import .title {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
  }
  .company_import-item {
    width: calc(20% - 2px);
    padding: 0 18px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 20px;
  }
  .company_import-item figure {
    width: 100%;
    height: 100px;
    margin: 0;
    border: 1px solid #dbeeff;
  }
  .company_import-item figure img {
    width: auto;
    height: 98px;
  }
  .company_import-item .caption {
    font-size: 0.625rem;
    line-height: 14px;
    margin-top: 5px;
  }
  .company_import-show {
    overflow: hidden;
    display: block;
  }
  .company_import .img {
    margin-top: 20px;
  }
  .company_import .img img {
    display: inline-block;
    margin-right: 46px;
    width: 130px;
    border: 1px solid #dbeeff;
  }
  .company_import .img img:nth-child(4n) {
    margin-right: 0;
  }
  .postList {
    padding: 17px 0 40px;
  }
  .postList_item {
    width: calc(33.3% - 20px);
    display: block;
    float: left;
    margin-right: 30px;
    margin-top: 33px;
  }
  .postList_item-title {
    font-size: 0.8125rem;
    line-height: 18px;
    padding: 18px 24px 30px;
    font-weight: bold;
    color: #333;
  }
  .postList_item-img {
    height: 100px;
    margin: 0;
    text-align: center;
    display: block;
    padding: 0 1px;
  }
  .postList_item-img img {
    height: 100%;
    width: auto !important;
  }
  .postList_item-content {
    padding: 25px 20px 20px 24px;
    font-size: 0.875rem;
    line-height: 24px;
    color: #333;
  }
  .postList_item-note {
    font-size: 0.875rem;
    line-height: 24px;
    padding-right: 24px;
    padding-bottom: 18px;
    text-align: right;
    color: #333;
  }
  .postList_item:nth-child(3n) {
    margin-right: 0;
  }
  .text_contact_top {
    overflow: hidden;
  }
  .text_contact_top .label {
    float: left;
  }
  .text_contact_top .text {
    display: inline-block;
    text-align: left;
  }
  .text_contact_top .text .span1 {
    display: block;
  }
  .text_contact_top .text .span2 {
    display: block;
  }
  .pcBr {
    padding-right: 70px;
  }
  .houjin .sp_large .bg_plan {
    padding-bottom: 0;
  }
  .houjin .leadCopy {
    line-height: 36px;
  }
  .houjin .plan .title_img {
    height: 102px;
    display: inline-block;
    vertical-align: top;
  }
  .houjin .plan .title_img img {
    height: 100%;
    width: auto;
  }
  .houjin .bg_white {
    padding: 0 4px 4px;
  }
  .houjin .bg_plan {
    padding: 0 52px 50px;
  }
  .houjin .articleBlock__3line__2left {
    width: 50%;
    padding-right: 15px;
  }
  .houjin .articleBlock__3line__2left .leadCopy {
    margin-top: -7px;
  }
  .houjin .articleBlock__3line__2left .textItem {
    line-height: 28px;
    margin-top: 10px;
  }
  .houjin .articleBlock__3line__1right {
    width: 50%;
    padding-left: 15px;
    overflow: hidden;
  }
  .houjin .articleBlock__3line__1right img {
    display: block;
  }
  .houjin .articleBlock__img--small {
    margin-bottom: 8px;
  }
  .houjin .buttonItem--small {
    width: 200px;
    padding-top: 13px;
    padding-bottom: 13px;
    float: right;
    font-size: 15px;
  }
  .houjin .buttonItem--small:after {
    width: 9px;
    height: 15px;
    margin-top: -7px;
    right: 20px;
  }
  .houjin .mtop34 {
    margin-top: 34px;
  }
  .houjin .mbot10 {
    margin-bottom: 10px;
  }
  .houjin .pbot6 {
    padding-bottom: 6px;
  }
  .houjin .mtop24 {
    margin-top: 24px;
  }
  .houjin .adoption {
    width: 333px;
    margin: 20px auto 0;
  }
  .houjin .houjin_list_needs li {
    width: 33.333%;
    display: inline-block;
    text-align: left;
  }
  .houjin .houjin_list_needs li:nth-child(1) {
    padding-left: 94px;
    width: 340px;
  }
  .houjin .houjin_list_needs li:nth-child(1) img {
    width: 57px;
  }
  .houjin .houjin_list_needs li:nth-child(2) {
    padding-left: 88px;
    width: 315px;
  }
  .houjin .houjin_list_needs li:nth-child(2) img {
    width: 51px;
  }
  .houjin .houjin_list_needs li:nth-child(3) {
    padding-left: 97px;
    width: 370px;
  }
  .houjin .houjin_list_needs li:nth-child(3) img {
    width: 60px;
  }
  .houjin .houjin_list_difference {
    overflow: hidden;
  }
  .houjin .houjin_list_difference li {
    float: left;
    width: 314px;
    margin-right: 15px;
  }
  .houjin .houjin_list_difference li:last-child {
    margin-right: 0;
  }
  .houjin .houjin_section_block {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 45px;
  }
  .houjin .houjin_section_block .articleBlock--h2 {
    margin-top: 14px;
    overflow: visible;
  }
  .houjin .houjin_section_block .articleBlock--h2:after {
    content: "";
    display: block;
    clear: both;
  }
  .houjin .houjin_section_block .articleBlock--h2 .titleH2 {
    line-height: 48px;
  }
  .houjin .houjin_section_block .articleBlock--h2 .textItem {
    line-height: 28px;
    margin-top: 13px;
  }
  .houjin .houjin_section_block .articleBlock--h2 .articleBlock__left {
    width: 669px;
    padding-right: 30px;
  }
  .houjin .houjin_section_block .articleBlock--h2 .articleBlock__right {
    width: 303px;
    margin-top: -26px;
  }
  .houjin .list_lesson {
    overflow: hidden;
  }
  .houjin .list_lesson li {
    float: left;
    width: 302px;
    margin-right: 33px;
    position: relative;
  }
  .houjin .list_lesson li:after {
    content: "";
    position: absolute;
    right: -24px;
    width: 16px;
    height: 32px;
    background: url("/assets2/images/houjin/icon_right_lesson.png") no-repeat;
    background-size: cover;
    top: 100px;
  }
  .houjin .list_lesson li:last-child {
    margin-right: 0;
  }
  .houjin .list_lesson li:last-child:after {
    content: none;
  }
  .houjin .curriculum .movieComponent__wrap {
    width: 682px;
    margin: 0 auto;
    padding-bottom: 384px;
  }
  .houjin .curriculum_block {
    width: 50%;
  }
  .houjin .curriculum_block_left {
    float: left;
    padding-right: 16px;
  }
  .houjin .curriculum_block_right {
    float: right;
    padding-left: 16px;
  }
  .houjin .curriculum_block .textNormal {
    height: 52px;
  }
  .houjin .houjin_section_top .articleBlock__content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 700px;
    width: 100%;
  }
  .houjin .houjin_section_company .visualComponent {
    padding: 8px 56px 25px;
  }
  .houjin .management {
    padding: 44px 52px 60px;
  }
  .houjin .introduction_step {
    padding: 44px 52px 60px;
  }
  .houjin .introduction_step_item .title {
    display: table-cell;
    padding: 10px 30px 10px 0;
    width: 221px;
    border-right: 2px solid #fff;
  }
  .houjin .introduction_step_item .text {
    padding: 10px 0 10px 30px;
    width: calc(100% - 224px);
    display: table-cell;
    vertical-align: middle;
  }
  .houjin .qqenglish_houjin {
    padding: 30px 52px;
  }
  .company_detail {
    overflow: hidden;
    display: block;
    margin-top: 74px;
    margin-bottom: 30px;
  }
  .company_detail-catchcopy {
    font-size: 2.25rem;
    line-height: 48px;
    font-weight: bold;
    color: #003c96;
  }
  .company_detail-left {
    float: left;
    width: 385px;
    padding-right: 40px;
  }
  .company_detail-left img {
    width: 100%;
  }
  .company_detail-right {
    width: calc(100% - 385px);
    float: right;
  }
  .company_detail-name {
    display: block;
    text-align: right;
  }
  .company_detail-name .company_name {
    font-size: 0.875rem;
    line-height: 30px;
    font-weight: bold;
    margin-top: -5px;
  }
  .company_detail-name .company_type {
    font-size: 0.8125rem;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .company_detail-staff {
    text-align: left;
  }
  .company_detail-staff .company_staff {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .company_detail-staff .company_department {
    font-size: 0.8125rem;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .company_detail-summary {
    width: calc(100% - 385px);
    float: right;
    margin-top: 24px;
    font-size: 0.75rem;
    line-height: 20px;
  }
  .sb_houjin_text {
    font-size: 1.125rem;
    line-height: 30px;
    padding-bottom: 12px;
  }
}

.houjin_company_catchcopy {
  color: #333 !important;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: bold;
}

.houjin_company_name {
  line-height: 21px;
}

.is-hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  .houjin_page .block_btn {
    margin-top: 30px;
  }
  .sb_houjin_text {
    font-size: 0.9375rem;
    line-height: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }
  .company_detail {
    overflow: hidden;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .company_detail-catchcopy {
    font-size: 0.9375rem;
    line-height: 20px;
    font-weight: bold;
    color: #003c96;
  }
  .company_detail-left {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .company_detail-right {
    width: 50%;
    float: right;
  }
  .company_detail-name {
    display: block;
    text-align: right;
  }
  .company_detail-name .company_name {
    font-size: 0.5625rem;
    line-height: 15px;
    font-weight: bold;
  }
  .company_detail-name .company_type {
    font-size: 0.5rem;
    line-height: 15px;
    margin-bottom: 12px;
  }
  .company_detail-staff {
    text-align: left;
  }
  .company_detail-staff .company_staff {
    font-size: 0.9375rem;
    line-height: 1;
  }
  .company_detail-staff .company_department {
    font-size: 0.5rem;
    margin-bottom: 10px;
    line-height: 10px;
  }
  .company_detail-summary {
    overflow: hidden;
    width: 100%;
    padding-top: 16px;
    font-size: 0.75rem;
    line-height: 18px;
  }
  .postList {
    margin-top: 4px;
    padding-bottom: 30px;
  }
  .postList_item {
    margin-top: 18px;
  }
  .postList_item-title {
    color: #333;
    font-size: 0.6875rem;
    font-weight: bold;
    line-height: 21px;
    padding: 15px 20px 28px;
  }
  .postList_item-img {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0;
  }
  .postList_item-img img {
    width: 100%;
    display: block;
  }
  .postList_item-content {
    font-size: 0.8125rem;
    line-height: 21px;
    color: #333;
    padding: 25px 20px 0;
  }
  .postList_item-note {
    font-size: 0.625rem;
    line-height: 21px;
    color: #333;
    margin-top: 15px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .pleft16_sp {
    padding-left: 16px;
  }
  .sidebar_houjin {
    margin-bottom: -94px;
  }
  .houjin_company_ctrl .contents--blog__preNext-container {
    margin-top: 26px;
  }
  .houjin_company_ctrl .contents--blog__pre {
    margin-top: 28px;
  }
  .houjin_company_ctrl .block_btn {
    margin-bottom: 18px;
  }
  .houjin.houjin_company_detail {
    text-align: center;
    margin-top: 32px;
  }
  .houjin.houjin_company_detail .block_contact_top {
    padding: 12px 10px 28px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
  }
  .houjin.houjin_company_detail .block_contact_top .sb_houjin_text {
    padding-top: 20px;
  }
  .houjin.houjin_company_detail .block_contact_top .contact_top_bottom {
    margin-top: 12px;
    padding-bottom: 0;
  }
  .houjin.houjin_company_detail .block_contact_top .contact_top_bottom .contact_top_phone {
    float: none;
    font-size: 2.0625rem;
  }
  .houjin.houjin_company_detail .block_contact_top .contact_top_bottom .contact_top_phone:after {
    width: 26px;
    height: 28px;
  }
  .houjin.houjin_company_detail .block_contact_top .text_contact_top {
    margin-top: 20px;
    padding-top: 0;
    float: none;
    text-align: center;
  }
  .houjin.houjin_company_detail .block_contact_top .text_contact_top .span1 {
    margin-right: 0;
  }
  .houjin.houjin_company_detail .block_contact_top .text_contact_top .span2 {
    display: inline;
  }
  .houjin .wrapper, .houjin .userVoice, .houjin .teacher, .houjin .topExperiences, .houjin .topReason, .houjin .topPlan, .houjin .topLevel, .houjin .topCurriculum, .houjin .topTrial, .houjin .topWp, .houjin .topBnr, .houjin .topComparison, .houjin .topSpecial, .houjin .topSns {
    margin-top: 0;
    padding-top: 12px;
  }
  .houjin .mtop8 {
    margin-top: 8px;
  }
  .houjin .mtop28_sp {
    margin-top: 28px;
  }
  .houjin .mtop6_sp {
    margin-top: 6px;
  }
  .houjin .text_caption {
    line-height: 18px;
    margin-top: 12px;
  }
  .houjin .last_btn .textItem {
    padding: 0 16px;
    font-size: 0.75rem;
    line-height: 15px;
    margin-top: 10px;
  }
  .houjin .bg_plan {
    padding: 0 16px;
  }
  .houjin .bg_plan img {
    width: 100%;
  }
  .houjin .block_address {
    padding: 10px 16px 0;
  }
  .houjin .block_address_left {
    width: 100%;
    display: block;
    font-size: 0.75rem;
    line-height: 16px;
  }
  .houjin .block_address_right {
    width: 100%;
    display: block;
    margin-top: 8px;
    font-size: 0.75rem;
    line-height: 15px;
  }
  .houjin .block_address_right .phone .number_pc {
    display: none;
  }
  .houjin .block_address_right .phone .tel_sp {
    display: inline-block;
    font-size: 1.75rem;
    color: #333;
  }
  .houjin .block_address_right .phone:before {
    width: 22px;
    height: 23px;
  }
  .houjin .adoption {
    margin-top: 32px;
    width: 100%;
  }
  .houjin .adoption img {
    width: 100%;
  }
  .houjin .textSmall {
    font-size: 0.75rem;
    line-height: 21px;
  }
  .houjin .textLarge {
    font-size: 1.125rem;
    line-height: 24px;
    margin-top: 4px;
  }
  .houjin .bl_english {
    padding: 12px 12px 23px;
  }
  .houjin .bl_english:last-child {
    margin-top: 8px;
  }
  .houjin .bl_english.bg_img1:after {
    width: 119px;
    height: 95px;
    right: 3px;
    top: 14px;
  }
  .houjin .bl_english.bg_img2:after {
    width: 115px;
    height: 78px;
    top: 23px;
    right: 5px;
  }
  .houjin .bl_english.bg_img3:after {
    width: 100px;
    height: 87px;
    top: 18px;
    right: 13px;
  }
  .houjin .bl_english.bg_img4:after {
    width: 71px;
    height: 82px;
    top: 21px;
    right: 27px;
  }
  .houjin .qqenglish_houjin {
    padding: 18px 16px 32px;
  }
  .houjin .qqenglish_houjin .text_caption {
    text-align: left;
  }
  .houjin .introduction_step {
    padding: 22px 16px 32px;
  }
  .houjin .introduction_step_item {
    padding: 0;
    margin-bottom: 30px;
    border-radius: 3px;
  }
  .houjin .introduction_step_item:after {
    width: 44px;
    height: 14px;
    bottom: -22px;
    background: url("/assets2/images/houjin/icon_step_sp.png") no-repeat;
    background-size: cover;
  }
  .houjin .introduction_step_item .title {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #fff;
    padding: 9px 12px 8px;
    display: block;
  }
  .houjin .introduction_step_item .title span {
    font-size: 1.125rem;
    display: inline-block;
  }
  .houjin .introduction_step_item .text {
    width: 100%;
    display: block;
    padding: 6px 12px;
  }
  .houjin .management {
    padding: 28px 16px 32px;
  }
  .houjin .management img {
    width: 100%;
  }
  .houjin .management_text .text {
    margin-top: 8px;
  }
  .houjin .management_img {
    width: 100%;
    margin-top: 30px;
  }
  .houjin .houjin_section_company {
    padding: 13px 28px 22px;
  }
  .houjin .houjin_section_company .visualComponent img {
    display: block;
  }
  .houjin .houjin_section_company .articleBlock__right {
    margin-top: 14px;
  }
  .houjin .sp_large {
    padding-bottom: 20px;
  }
  .houjin .sp_large .bg_plan {
    padding: 0 28px;
  }
  .houjin .company_import {
    margin-top: 70px;
    text-align: center;
    overflow: hidden;
  }
  .houjin .company_import-show {
    text-align: left;
  }
  .houjin .company_import-item {
    width: calc(50% - 2px);
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    text-align: center;
  }
  .houjin .company_import-item:nth-child(odd) {
    padding-right: 16px;
  }
  .houjin .company_import-item:nth-child(even) {
    padding-left: 16px;
  }
  .houjin .company_import-item figure {
    margin: 0;
    width: 100%;
    padding: 2px;
    border: 1px solid #dbeeff;
  }
  .houjin .company_import-item figure img {
    width: 100%;
  }
  .houjin .company_import-item .caption {
    font-size: 0.5625rem;
    line-height: 22px;
    margin-top: 5px;
  }
  .houjin .company_import .title {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
  }
  .houjin .company_import .img {
    overflow: hidden;
    margin-top: 16px;
    text-align: center;
  }
  .houjin .customize {
    margin-top: 32px;
    padding: 10px 16px 16px;
    margin-bottom: 32px;
  }
  .houjin .customize_text {
    width: 100%;
    padding-right: 0;
  }
  .houjin .customize_img {
    width: 100%;
    margin-top: 10px;
  }
  .houjin .customize_img img {
    width: 100%;
  }
  .houjin .plan {
    padding: 66px 12px 10px;
  }
  .houjin .plan .title_text {
    font-size: 1.3125rem;
    line-height: 30px;
    margin-right: 0;
    padding-top: 0;
  }
  .houjin .plan .title_text span {
    font-size: 1.5rem;
  }
  .houjin .plan .title {
    overflow: hidden;
  }
  .houjin .plan.plan1 {
    margin-top: 28px;
  }
  .houjin .plan.plan1 .title_text span {
    margin-left: -15px;
  }
  .houjin .plan.plan1 .title_img {
    width: 60px;
    float: right;
    margin-top: 5px;
  }
  .houjin .plan_text {
    line-height: 26px;
    margin-top: 14px;
  }
  .houjin .plan:after {
    width: 32px;
    height: 32px;
  }
  .houjin .plan .title_icon {
    width: 49px;
    margin-right: 0;
  }
  .houjin .plan.plan2 .title_text span {
    margin-left: 0;
  }
  .houjin .plan.plan2 .title_img {
    width: 70px;
    float: right;
  }
  .houjin .talk {
    width: 244px;
    height: 83px;
    padding-top: 13px;
    font-size: 0.9375rem;
    line-height: 20px;
    left: 0;
    top: -28px;
  }
  .houjin .talk span {
    font-size: 1.0625rem;
  }
  .houjin .titleH3__text {
    line-height: 44px;
    height: 44px;
    font-size: 1.25rem;
  }
  .houjin .houjin_title_top {
    font-size: 2rem;
    line-height: 40px;
  }
  .houjin .visualComponent--wide .houjin_title_top {
    text-align: center;
    padding: 0 30px;
  }
  .houjin .houjin_section_top {
    padding: 0;
  }
  .houjin .houjin_section_top .visualComponent--wide {
    padding: 0;
    margin: 0;
  }
  .houjin .houjin_section_top .houjin_top_text {
    position: relative;
  }
  .houjin .houjin_section_top .houjin_top_text img {
    display: block;
    width: 100%;
  }
  .houjin .houjin_section_top .houjin_title_top {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .houjin .houjin_section_top .articleBlock__img {
    display: none;
  }
  .houjin .block_contact_top {
    margin-top: 0;
    padding: 20px 16px 0;
    width: 100%;
  }
  .houjin .block_contact_top .text_contact_top {
    padding-top: 10px;
  }
  .houjin .text_contact_top {
    font-size: 0.75rem;
    line-height: 15px;
  }
  .houjin .text_contact_top .text .span1 {
    margin-right: 1em;
  }
  .houjin .contact_top_phone {
    padding-left: 27px;
    font-size: 1.75rem;
    line-height: 28px;
  }
  .houjin .contact_top_phone:before {
    width: 21px;
    height: 22px;
  }
  .houjin .contact_top_phone span {
    color: #333;
  }
  .houjin .contact_top_bottom {
    padding-bottom: 16px;
  }
  .houjin .contact_top_bottom .contact_top_phone {
    margin-top: 4px;
  }
  .houjin .contact_top_bottom .text_contact_top {
    padding-top: 0;
    margin-top: 6px;
    text-align: left;
    float: left;
    clear: both;
  }
  .houjin .houjin_title_needs {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .houjin .houjin_section_needs {
    padding: 17px 16px 31px;
    background-image: url("/assets2/images/common/bg_needs_sp.png");
  }
  .houjin .houjin_section_needs .houjin_title_needs {
    text-align: left;
  }
  .houjin .houjin_list_needs {
    text-align: left;
    padding-top: 13px;
  }
  .houjin .houjin_list_needs li {
    padding-left: 0;
    margin-bottom: 8px;
  }
  .houjin .houjin_list_needs li:nth-child(1) img {
    width: 29px;
    margin-right: 12px;
  }
  .houjin .houjin_list_needs li:nth-child(2) img {
    width: 26px;
    margin-left: 1px;
    margin-right: 14px;
  }
  .houjin .houjin_list_needs li:nth-child(3) img {
    width: 31px;
    margin-right: 10px;
  }
  .houjin .houjin_list_needs li:last-child {
    margin-bottom: 0;
  }
  .houjin .houjin_list_needs img {
    left: 0;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .houjin .houjin_text_need {
    font-size: 0.875rem;
    line-height: 22px;
  }
  .houjin .houjin_section_difference {
    padding: 15px 16px 0;
  }
  .houjin .houjin_title_large {
    font-size: 1.25rem;
    line-height: 24px;
    padding-bottom: 7px;
  }
  .houjin .houjin_title_large:after {
    height: 2px;
  }
  .houjin .houjin_difference_content {
    border-radius: 6px;
  }
  .houjin .houjin_difference_content .title_top_number {
    margin-top: 7px;
  }
  .houjin .houjin_difference_content .title_A {
    padding-top: 7px;
  }
  .houjin .houjin_difference_content .text_A {
    margin-top: 18px;
    margin-bottom: 12px;
  }
  .houjin .title_top_number img {
    margin-left: 0;
  }
  .houjin .title_top_number .icon_number_1 {
    width: 14px;
  }
  .houjin .title_top_number .icon_number_2 {
    width: 18px;
  }
  .houjin .title_top_number .icon_number_3 {
    width: 18px;
  }
  .houjin .title_A {
    font-size: 1.5rem;
    line-height: 40px;
    padding-bottom: 3px;
  }
  .houjin .text_A {
    font-size: 1rem;
    line-height: 19px;
  }
  .houjin .houjin_list_difference {
    margin-top: 28px;
  }
  .houjin .houjin_list_difference a {
    padding-bottom: 0;
  }
  .houjin .houjin_list_difference a:after {
    content: none;
  }
  .houjin .houjin_list_difference li {
    padding-bottom: 16px;
  }
  .houjin .houjin_list_difference li:last-child {
    padding-bottom: 0;
  }
  .houjin .houjin_section_difference {
    padding-bottom: 20px;
  }
  .houjin .border_bottom_section {
    border-width: 4px;
  }
  .houjin .houjin_section_block {
    padding: 16px;
  }
  .houjin .houjin_section_block .articleBlock--h2 {
    margin-top: 18px;
  }
  .houjin .houjin_section_block .articleBlock--h2 .titleH2 {
    line-height: 36px;
  }
  .houjin .houjin_section_block .articleBlock--h2 .textItem {
    margin-top: 11px;
  }
  .houjin .houjin_section_block .title_top_number {
    font-size: 1rem;
  }
  .houjin .houjin_section_block .visualComponent--wide {
    margin: 0;
  }
  .houjin .houjin_section_block .visualComponent--wide .houjin_title_contact {
    line-height: 26px;
  }
  .houjin .houjin_section_block1 {
    padding-bottom: 0;
  }
  .houjin .houjin_section_block1 .visualComponent--wide {
    padding-top: 13px;
  }
  .houjin .houjin_section_block1 .visualComponent--wide .list_lesson {
    margin-top: 30px;
  }
  .houjin .houjin_section_block1 .customize {
    margin-top: 40px;
  }
  .houjin .list_lesson {
    width: 288px;
    max-width: 100%;
    margin: 0 auto;
  }
  .houjin .list_lesson li {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 11px;
  }
  .houjin .list_lesson li:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: url("/assets2/images/houjin/icon_bottom_lesson.png") no-repeat;
    background-size: cover;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .houjin .list_lesson li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .houjin .list_lesson li:last-child:after {
    content: none;
  }
  .houjin .list_lesson .textNormal {
    text-align: left;
    line-height: 26px;
  }
  .houjin .list_lesson img {
    margin: 12px auto 13px;
  }
  .houjin .list_lesson img.w-228 {
    width: 228px;
  }
  .houjin .list_lesson img.w-265 {
    width: 265px;
  }
  .houjin .list_lesson img.w-255 {
    width: 255px;
  }
  .houjin .button_red {
    font-size: 0.8125rem;
    border-width: 1px;
    border-radius: 15px;
  }
  .houjin .houjin_section_block2 {
    padding-bottom: 32px;
  }
  .houjin .houjin_section_block3 {
    padding-bottom: 30px;
  }
  .houjin .curriculum .titleH4 {
    font-size: 1.125rem;
  }
  .houjin .curriculum .titleH4.has-button {
    position: relative;
    padding-right: 100px;
    padding-top: 3px;
    margin-top: 29px;
    margin-bottom: 20px;
  }
  .houjin .curriculum .titleH4 .button_red {
    float: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-bottom: 0;
  }
  .houjin .curriculum .movieComponent__wrap {
    margin-left: 11px;
    margin-right: 11px;
  }
  .houjin .curriculum .articleBlock, .houjin .curriculum .articleBlock--h2, .houjin .curriculum .articleBlock--h3 {
    margin-top: 21px;
  }
  .houjin .curriculum .recommend {
    margin-top: 16px;
  }
  .houjin .curriculum_content {
    padding-top: 27px;
  }
  .houjin .curriculum_content .curriculum_block_left {
    margin-top: 3px;
  }
  .houjin .curriculum_content .curriculum_block_right {
    margin-top: 29px;
  }
  .houjin .curriculum_block img {
    padding: 0 11px;
    width: 100%;
  }
  .houjin .houjin_block_content .articleBlock__right {
    margin-top: 17px;
  }
  .houjin .houjin_block_content .visualComponent {
    margin-top: 35px;
    margin-bottom: 22px;
  }
  .houjin .catD6 {
    background-size: auto 105px;
    background-position-x: calc(100% + 18px);
  }
  .houjin .articleBlock__3line__2left .textItem {
    margin-top: 10px;
  }
  .houjin .articleBlock__3line__1right {
    margin-top: 0;
    overflow: hidden;
  }
  .houjin .articleBlock__3line__1right .buttonItem--small {
    float: right;
  }
  .houjin .buttonItem--small {
    padding-left: 13px;
  }
  .houjin .recommend__title {
    padding-left: 12px;
  }
  .btn_contact {
    width: 100%;
    font-size: 1rem;
    line-height: 44px;
    height: 44px;
  }
  .btn_contact:after {
    width: 6px;
    height: 12px;
    top: 16px;
  }
  .btn_orange {
    -webkit-box-shadow: 0 4px 0 #743e1e;
            box-shadow: 0 4px 0 #743e1e;
  }
  .houjin_section_contact {
    padding: 0 16px;
  }
  .houjin_contact_container {
    padding-bottom: 22px;
  }
  .houjin_contact_container .houjin_title_contact {
    padding-top: 22px;
  }
  .houjin_contact_container .btn_contact {
    margin-top: 13px;
  }
  .houjin_contact_container .text_houjin_contact {
    padding-top: 16px;
  }
  .houjin_title_contact {
    font-size: 1rem;
    line-height: 20px;
  }
  .text_houjin_contact {
    font-size: 0.875rem;
    line-height: 20px;
  }
}

/*****************************
  howto-skype
 *****************************/
.skypeAnchor {
  border: 1px solid #dee7f2;
  border-radius: 3px;
  overflow: hidden;
  *zoom: 1;
  padding: 16px 0;
}

.skypeAnchor__reserve {
  float: left;
  width: 50%;
  border-right: 1px solid #dee7f2;
  padding: 0 16px;
}

.skypeAnchor__today {
  float: right;
  width: 50%;
  padding: 0 16px;
}

.skypeAnchor__title {
  display: block;
  border-radius: 3px;
  background: #dee7f2;
  color: #2b69cf;
  font-size: 1rem;
  line-height: 46px;
  padding: 0 16px;
}

.skypeAnchor__title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url("../images/common/icon_link_anchor.svg");
  margin-left: 5px;
}

.skypeAnchor__flow {
  display: table;
  height: 60px;
  width: 100%;
}

.skypeAnchor__flow p {
  display: table-cell;
  font-size: 0.875rem;
  line-height: 22px;
  vertical-align: middle;
  background: url("../images/common/icon_arrow-gray_horizontal.svg") 95% center no-repeat;
  background-size: 9px 16px;
  padding-right: 17px;
}

.skypeAnchor__flow p:last-child {
  background: none;
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
  .skypeAnchor {
    padding: 0 16px;
  }
  .skypeAnchor__reserve {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dee7f2;
    padding: 16px 0;
  }
  .skypeAnchor__today {
    width: 100%;
    padding: 16px 0;
  }
  .skypeAnchor__title {
    line-height: 40px;
  }
  .skypeAnchor__flow {
    display: block;
    height: auto;
  }
  .skypeAnchor__flow p {
    display: block;
    background: url("../images/common/icon_arrow-gray_vertical.svg") 20% bottom no-repeat;
    background-size: 12px 7px;
    padding: 5px 0 10px;
    margin: 0;
  }
  .skypeAnchor__flow p:last-child {
    background: none;
    padding: 5px 0;
  }
  .skypeAnchor__flow p br {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .skypeDl .itemize__item {
    vertical-align: middle;
  }
  .skypeDl .itemize__item span {
    display: inline-block;
    width: 8em;
  }
  .skypeDl .itemize__item:before {
    top: 34px;
  }
  .skypeDl .buttonItem--ext {
    margin: 0 0 0 15px;
  }
}

.skypeContact {
  margin-top: 24px;
}

@media only screen and (min-width: 769px) {
  .skypeContact .buttonItem, .skypeContact a.buttonItem--ext, .skypeContact a.buttonItem--modal, .skypeContact a.buttonItem--em, .skypeContact a.buttonItem.disabled, .skypeContact a.buttonItem--medium, .skypeContact a.buttonItem--large, .skypeContact a.buttonItem--visualList, .skypeContact a.buttonItem--small, .skypeContact a.buttonItem--back, .skypeContact .userVoice a.visualCircle__all, .userVoice .skypeContact a.visualCircle__all, .skypeContact .teacher a.visualCircle__all, .teacher .skypeContact a.visualCircle__all, .skypeContact .topPlan a.topPlan__all, .topPlan .skypeContact a.topPlan__all, .skypeContact .topCurriculum a.topCurriculum__all, .topCurriculum .skypeContact a.topCurriculum__all {
    margin-right: 16px;
  }
}

.line_skew {
  height: 24px;
  border-left: 2px solid;
  display: inline-block;
  width: 0;
}

.line_skew.left3 {
  -webkit-transform: rotate(-41deg);
      -ms-transform: rotate(-41deg);
          transform: rotate(-41deg);
  margin-right: 2px;
  height: 19px;
}

.line_skew.left4 {
  -webkit-transform: rotate(-31deg);
      -ms-transform: rotate(-31deg);
          transform: rotate(-31deg);
  height: 32px;
  margin-right: 10px;
}

.line_skew.right3 {
  margin-left: 10px;
  -webkit-transform: rotate(31deg);
      -ms-transform: rotate(31deg);
          transform: rotate(31deg);
  margin-right: 2px;
  height: 32px;
}

.line_skew.right4 {
  -webkit-transform: rotate(41deg);
      -ms-transform: rotate(41deg);
          transform: rotate(41deg);
  height: 19px;
}

.m-top-40 {
  margin-top: 40px;
}

.t-center {
  text-align: center;
}

.btn-orange {
  display: block;
  background: #fb7d01;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 2px #753a00;
          box-shadow: 0 5px 2px #753a00;
  line-height: 1;
  font-weight: bold;
  color: #fff !important;
  position: relative;
  margin: 14px auto 0;
  text-align: center;
}

.btn-orange:after {
  content: "";
  background: url("/assets2/images/skill-up-mother/icon-arrow_right.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-orange span {
  font-size: 1.125rem;
  color: #fff;
}

.line_skew_text {
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (min-width: 769px) {
  .line_skew_text {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .btn-orange {
    width: 520px;
    height: 72px;
    font-size: 1.5rem;
    padding: 22px 24px 22px 0;
  }
  .btn-orange:after {
    width: 33px;
    height: 33px;
    right: 31px;
  }
}

@media only screen and (max-width: 768px) {
  .line_skew_text {
    font-size: 0.875rem;
    line-height: 24px;
  }
  .btn-orange {
    width: 100%;
    height: 48px;
    font-size: 1rem;
    border-top: 1px solid #fdc288;
    border-bottom: 1px solid #bc5e01;
    padding: 15px 20px 15px 0;
  }
  .btn-orange span {
    font-size: 0.875rem;
  }
  .btn-orange:after {
    width: 17px;
    height: 17px;
    right: 10px;
  }
}

.contents--mission .textItem {
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 768px) {
  .contents--mission .textItem {
    letter-spacing: 0;
  }
}

.contents--mission .articleBlock--maginMin {
  margin-top: 5px;
}

.rems__proccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rems__proccess__item {
  background-color: #1556a0;
  border-radius: 8px;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
}

.rems__proccess__number {
  background-color: #ffffff;
  border-radius: 50%;
  color: #1556a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 36px;
  margin: 10px auto;
  width: 36px;
  font-size: 1.4375rem;
}

.rems__proccess__arrow {
  background: url("../images/rems/icon_arrow_blue.png") no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 769px) {
  .rems__proccess__item {
    height: 95px;
    width: calc(100% / 3 - 65px);
  }
  .rems__proccess__text {
    font-size: 1.3125rem;
  }
  .rems__proccess__arrow {
    background-size: 14px 22px;
    width: 65px;
  }
}

@media only screen and (max-width: 768px) {
  .rems__proccess__item {
    height: 105px;
    max-width: 200px;
    width: calc(100% / 3 - 22px);
  }
  .rems__proccess__text {
    font-size: 0.875rem;
  }
  .rems__proccess__arrow {
    background-size: 9px 14px;
    width: 22px;
  }
}

.bnr__rems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  min-height: 135px;
  position: relative;
  width: 100%;
}

.bnr__rems__wrap {
  border: 1.5px solid #1556a0;
  border-radius: 13px;
  display: table;
  height: 100%;
}

.bnr__rems__text {
  display: table-cell;
  color: #1556a0;
  vertical-align: middle;
  font-size: 1.1875rem;
}

.bnr__rems__text--mark {
  font-size: 1.625rem;
}

.bnr__rems:after {
  background: url("../images/rems/icon_rems.png") no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 118px;
  position: absolute;
  width: 78px;
}

@media only screen and (min-width: 769px) {
  .bnr__rems {
    height: 135px;
    padding-left: 103px;
  }
  .bnr__rems__wrap {
    padding: 0 40px;
    width: 645px;
  }
  .bnr__rems:after {
    left: 25px;
    top: 7px;
  }
}

@media only screen and (max-width: 768px) {
  .bnr__rems__wrap {
    margin-left: 78px;
    padding: 12px;
    width: calc(100% - 78px);
  }
  .bnr__rems:after {
    left: 0;
  }
}

.titleH5--rems {
  margin-top: 10px;
}

.sideBar__repo__inner {
  background-color: #fff;
  padding: 20px 16px;
}

.sideBar__repo__title, .sideBar__repo__name {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.sideBar__repo__face {
  width: 104px;
  margin: 0 auto;
}

.sideBar__repo__text {
  font-size: 0.875rem;
}

.sideBar__repo__face, .sideBar__repo__name, .sideBar__repo__text {
  margin-top: 18px;
}

.sideBar__repo img {
  width: 100%;
}

.repo_imgContent {
  max-width: 665px;
  width: 100%;
  margin: 0 auto;
}

.pager .backLink {
  text-align: center;
  margin: 50px 0 0;
}

.pager .backLink a {
  display: block;
  width: 300px;
  background: #fff;
  border: 2px solid #1456a0;
  border-radius: 7px;
  box-shadow: 0px 1px 3px 0px #999;
  -moz-box-shadow: 0px 1px 3px 0px #999;
  -webkit-box-shadow: 0px 1px 3px 0px #999;
  color: #1456a0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 17px 0 15px;
  margin: 0 auto;
}

.pager .backLink a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 320px) {
  .pager .backLink a {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .sideBar__repo {
    float: right;
    margin-bottom: 43px;
    width: 196px;
  }
}

@media only screen and (max-width: 768px) {
  .sideBar__repo {
    float: left;
    margin: 50px 16px 0;
  }
}

/*****************************
  Top
 *****************************/
@media only screen and (max-width: 768px) {
  .top-page .pc-hidden {
    display: none !important;
  }
}

.header--hide-trial a.bnr-freetrial {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 768px) {
  .header--hide-trial .footer__copyright {
    padding-bottom: 16px !important;
  }
}

.top_wrapper, .top_comparison, .top_fee {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
}

.top_content_wrapper {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.top_header {
  width: 100%;
  height: 560px;
  position: relative;
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_header {
    height: 931px;
  }
}

@media only screen and (max-width: 768px) {
  .top_header {
    height: auto;
    margin-top: 54px;
    background-color: #FFFFFF;
  }
}

.top_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_header .top_header__wrap {
  position: absolute;
  left: 50%;
  top: 162px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_header .top_header__wrap--plan {
  bottom: 86px;
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_header .top_header__wrap {
    top: 0;
    bottom: 0;
    height: 1115px;
    padding-top: 51px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (width: 768px) {
  .top_header .top_header__wrap {
    top: 0;
    bottom: 0;
    height: 811px;
    padding-top: 41px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .top_header .top_header__wrap {
    top: 0;
    bottom: 0;
    height: 528px;
    padding-top: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top_header .top_header__wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top_header .top_header__img {
  width: 100%;
  min-height: 560px;
  background-image: url("/assets2/images/top/top_header_pc.jpg");
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_header .top_header__img {
    min-height: 931px;
    background-image: url("/assets2/images/top/top_header_tablet.jpg");
  }
}

@media only screen and (width: 768px) {
  .top_header .top_header__img {
    min-height: 626px;
    background-image: url("/assets2/images/top/top_header_tablet.jpg");
  }
}

@media only screen and (max-width: 767px) {
  .top_header .top_header__img {
    background-position: center;
    min-height: 414px;
    background-image: url("/assets2/images/top/top_header_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .top_header .top_header__img {
    min-height: 426px;
  }
}

.top_header .top_header__plan {
  display: none;
  position: relative;
  margin-bottom: 26px;
  margin-left: 26px;
  max-width: 377px;
}

.top_header .top_header__plan--shown {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .top_header .top_header__plan {
    margin-bottom: 8px;
    margin-left: 0;
    max-width: 261px;
  }
}

.top_header .top_header__title {
  margin: 0 auto;
  color: #333333;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 26px;
}

@media only screen and (width: 768px) {
  .top_header .top_header__title {
    font-size: 2.5rem;
    line-height: 55px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_header .top_header__title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top_header .top_header__title {
    font-size: 1.75rem;
    line-height: 43px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .top_header .top_header__title {
    font-size: 1.6875rem;
    line-height: 38px;
  }
}

.top_header .top_header__link {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .top_header .top_header__link {
    margin-bottom: 0;
  }
}

.top_header .top_header__footer {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.125rem;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .top_header .top_header__footer {
    font-size: 0.625rem;
    line-height: 15px;
    padding-right: 7px;
    margin-top: 5px;
  }
}

.top_adoption {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 30px 18px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F2F2F2;
  position: relative;
}

.top_adoption__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 16.66%;
          flex: 0 16.66%;
}

.top_adoption__logo {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top_adoption__logo img {
  width: 100%;
}

.top_adoption__name {
  font-size: 0.6875rem;
  line-height: 16px;
  display: block;
  text-align: center;
}

.top_adoption__description {
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: -0.03;
  text-align: left;
  position: absolute;
  right: 44px;
  bottom: 36px;
}

.top_adoption__description strong {
  font-size: 1.25rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top_adoption {
    padding: 5px 10px 0;
  }
  .top_adoption__logo {
    width: 40px;
    height: 40px;
  }
  .top_adoption__name {
    font-size: 0.375rem;
    line-height: 8px;
  }
}

.top_introduction {
  width: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 49px 0 49px;
}

@media only screen and (max-width: 767px) {
  .top_introduction {
    padding-bottom: 21px;
  }
}

.top_introduction--plan {
  padding-top: 50px;
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_introduction--plan {
    padding-top: 41px;
  }
}

@media only screen and (width: 768px) {
  .top_introduction--plan {
    padding-top: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .top_introduction--plan {
    padding-top: 21px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_introduction {
    border-top: 185px solid #FFFFFF;
  }
}

@media only screen and (width: 768px) {
  .top_introduction {
    border-top: 185px solid #FFFFFF;
  }
}

@media only screen and (max-width: 767px) {
  .top_introduction {
    border-top: 114px solid #FFFFFF;
  }
}

@media only screen and (max-width: 375px) {
  .top_introduction {
    border-top: 102px solid #FFFFFF;
  }
}

.top_introduction__quality_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -17px;
}

@media only screen and (max-width: 768px) {
  .top_introduction__quality_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
}

.top_introduction .top_introduction__adv_wrap {
  display: none;
  margin-bottom: 27px;
}

.top_introduction .top_introduction__adv_wrap.top_introduction__adv_wrap--shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan {
  width: 730px;
  height: 100%;
}

.top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan .top_introduction__adv__plan_img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_introduction .top_introduction__adv_wrap {
    margin-bottom: 33px;
  }
  .top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan {
    width: 547px;
    height: 100%;
  }
  .top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan .top_introduction__adv__plan_img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (width: 768px) {
  .top_introduction .top_introduction__adv_wrap {
    margin-bottom: 33px;
  }
  .top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan {
    width: 547px;
    height: 100%;
  }
  .top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan .top_introduction__adv__plan_img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .top_introduction .top_introduction__adv_wrap {
    margin-bottom: 21px;
    width: 100%;
    padding: 0 38px;
  }
  .top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan {
    width: 100%;
    height: 100%;
  }
  .top_introduction .top_introduction__adv_wrap .top_introduction__adv__plan .top_introduction__adv__plan_img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .top_introduction .top_introduction__adv_wrap {
    padding: 0 7px;
  }
  .top_introduction .top_introduction__adv_wrap .top_introduction__adv_img {
    width: 100%;
    height: 100%;
  }
}

.top_introduction .top_introduction__title {
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 16px;
  padding-right: 7px;
  letter-spacing: -0.5px;
}

.top_introduction .top_introduction__title .top_introduction__title__highlight {
  font-size: 4.375rem;
  font-weight: bold;
  color: #FF000B;
  font-family: 'Times New Roman', serif;
  letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
  .top_introduction .top_introduction__title {
    font-size: 0.9375rem;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
    padding-left: 4px;
    margin-top: 12px;
  }
  .top_introduction .top_introduction__title .top_introduction__title__highlight {
    letter-spacing: -0.2px;
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 768px) and (max-width: 375px) {
  .top_introduction .top_introduction__title {
    margin-top: 9px;
  }
}

.top_introduction .top_introduction__quality {
  position: relative;
  margin-bottom: 4px;
  height: 148px;
}

.top_introduction .top_introduction__quality.top_introduction__quality--sp, .top_introduction .top_introduction__quality.top_introduction__quality--tab {
  display: none;
}

.top_introduction .top_introduction__quality.top_introduction__quality--pc {
  display: block;
}

.top_introduction .top_introduction__quality img {
  width: 245px;
  height: 100%;
}

.top_introduction .top_introduction__quality img:nth-child(1), .top_introduction .top_introduction__quality img:nth-child(2) {
  margin-right: 16px;
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .top_introduction .top_introduction__quality {
    height: 108px;
  }
  .top_introduction .top_introduction__quality.top_introduction__quality--pc, .top_introduction .top_introduction__quality.top_introduction__quality--sp {
    display: none;
  }
  .top_introduction .top_introduction__quality.top_introduction__quality--tab {
    display: block;
  }
  .top_introduction .top_introduction__quality img {
    width: 180px;
    height: 100%;
  }
  .top_introduction .top_introduction__quality img:nth-child(1) {
    margin-right: 0;
  }
  .top_introduction .top_introduction__quality img:nth-child(2) {
    margin: 0 10.5px;
  }
}

@media only screen and (width: 768px) {
  .top_introduction .top_introduction__quality {
    height: 108px;
  }
  .top_introduction .top_introduction__quality.top_introduction__quality--pc, .top_introduction .top_introduction__quality.top_introduction__quality--sp {
    display: none;
  }
  .top_introduction .top_introduction__quality.top_introduction__quality--tab {
    display: block;
  }
  .top_introduction .top_introduction__quality img {
    width: 180px;
    height: 100%;
  }
  .top_introduction .top_introduction__quality img:nth-child(1) {
    margin-right: 0;
  }
  .top_introduction .top_introduction__quality img:nth-child(2) {
    margin: 0 10.5px;
  }
}

@media only screen and (max-width: 767px) {
  .top_introduction .top_introduction__quality {
    height: 65px;
    margin-bottom: 0;
  }
  .top_introduction .top_introduction__quality.top_introduction__quality--pc, .top_introduction .top_introduction__quality.top_introduction__quality--tab {
    display: none;
  }
  .top_introduction .top_introduction__quality.top_introduction__quality--sp {
    display: block;
  }
  .top_introduction .top_introduction__quality img {
    width: 106px;
    height: 100%;
  }
  .top_introduction .top_introduction__quality img:nth-child(1) {
    margin-right: 0px;
  }
  .top_introduction .top_introduction__quality img:nth-child(2) {
    margin-right: -5.5px;
    margin-left: -5px;
  }
}

.top_introduction .top_introduction__footer {
  margin-bottom: 26px;
}

.top_introduction .top_introduction__footer p {
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: -0.03em;
  line-height: 19px;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .top_introduction .top_introduction__footer {
    display: none;
  }
}

.top_lesson {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .top_lesson {
    margin-top: 16px;
  }
}

.top_lesson .top_lesson__title {
  margin: 0;
  text-align: center;
  font-size: 1.75rem;
  line-height: 43px;
  font-weight: bold;
  position: relative;
}

.top_lesson .top_lesson__title::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -22px;
  width: 560px;
  height: 16px;
  background-image: url("/assets2/images/top/under_line_yellow.svg");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .top_lesson .top_lesson__title {
    font-size: 1rem;
    line-height: 20px;
  }
  .top_lesson .top_lesson__title::after {
    width: 271px;
    height: 8px;
    background-size: 271px 8px;
    left: -2px;
    bottom: -9px;
  }
}

.top_lesson .top_lesson__canvas {
  margin-top: 33px;
  width: 780px;
  height: 498px;
  position: relative;
}

@media only screen and (max-width: 320px) {
  .top_lesson .top_lesson__canvas {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .top_lesson .top_lesson__canvas {
    display: none;
  }
}

.top_lesson .top_lesson__youtube {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 63.62%;
  border: none;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top_lesson .top_lesson__youtube {
    display: block;
    margin-top: 23px;
  }
  .top_lesson .top_lesson__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.top_sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .top_sharing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
}

.top_sharing .top_sharing__message p {
  font-size: 1.4375rem;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 40px;
  position: relative;
  text-align: left;
  margin: 0;
}

.top_sharing .top_sharing__message p::before {
  content: "‘‘";
  text-align: left;
}

.top_sharing .top_sharing__message p::after {
  content: "’’";
  text-align: right;
}

.top_sharing .top_sharing__message p::before, .top_sharing .top_sharing__message p::after {
  color: #FCB23D;
  display: block;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: -0.08em;
  line-height: 32px;
}

@media only screen and (max-width: 768px) {
  .top_sharing .top_sharing__message p {
    font-size: 1rem;
    line-height: 26px;
  }
  .top_sharing .top_sharing__message p::before, .top_sharing .top_sharing__message p::after {
    font-size: 3.125rem;
  }
}

.top_sharing .top_sharing__message span {
  font-size: 1rem;
  line-height: 27px;
  white-space: nowrap;
  font-weight: lighter;
}

@media only screen and (max-width: 768px) {
  .top_sharing .top_sharing__message span {
    font-size: 0.75rem;
    line-height: 18px;
  }
}

.top_sharing .top_sharing__avatar {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 45px;
  width: 345px;
  height: 256px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .top_sharing .top_sharing__avatar {
    margin-left: 0;
    width: 335px;
    height: 168px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  }
}

@media only screen and (max-width: 320px) {
  .top_sharing .top_sharing__avatar {
    width: 100% !important;
  }
}

.top_checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.top_checklist li {
  position: relative;
}

.top_checklist li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  background-image: url("/assets2/images/top/circle_check.svg");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .top_checklist li::before {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    margin-bottom: 2px;
  }
}

.top_mindset {
  width: 100%;
  max-width: 1072px;
  text-align: center;
  margin: 30px auto 0;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .top_mindset {
    margin-top: 27px;
    padding-bottom: 19px;
  }
}

.top_mindset .top_mindset__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 38px;
  margin: 25px 0 0;
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_mindset__title {
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.top_mindset .top_mindset__img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 23px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_mindset__img {
    margin-top: 12px;
    width: 100%;
    height: 166px;
  }
}

.top_mindset .top_mindset__requirements {
  margin: 35px 0 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_mindset__requirements {
    margin-top: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_mindset .top_mindset__requirements li {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 30px;
}

.top_mindset .top_mindset__requirements li:nth-child(2) {
  margin-left: 33px;
}

.top_mindset .top_mindset__requirements li:nth-child(3) {
  margin-left: 37px;
}

.top_mindset .top_mindset__requirements li:nth-child(4) {
  margin-left: 41px;
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_mindset__requirements li {
    font-size: 0.8125rem;
    line-height: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .top_mindset .top_mindset__requirements li::before {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    margin-bottom: 2px;
  }
  .top_mindset .top_mindset__requirements li:nth-child(2), .top_mindset .top_mindset__requirements li:nth-child(3), .top_mindset .top_mindset__requirements li:nth-child(4) {
    margin-left: 0;
    margin-bottom: 12px;
  }
  .top_mindset .top_mindset__requirements li:nth-child(2), .top_mindset .top_mindset__requirements li:nth-child(4) {
    padding-right: 18px;
  }
}

.top_mindset .top_mindset__recruitment_process {
  margin-top: 31px;
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_mindset__recruitment_process {
    margin-top: 40px;
  }
}

.top_mindset .top_mindset__recruitment_process .recruitment_process__title {
  font-size: 1.625rem;
  display: block;
  font-weight: bold;
  line-height: 44px;
  color: #008489;
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_mindset__recruitment_process .recruitment_process__title {
    font-size: 0.875rem;
    line-height: 16px;
    margin-bottom: 4px;
  }
}

.top_mindset .top_mindset__recruitment_process .recruitment_process__graph {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_mindset__recruitment_process .recruitment_process__graph {
    width: 100%;
    max-width: 335px;
  }
}

@media only screen and (max-width: 768px) {
  .top_mindset .top_sharing__message {
    margin-top: 35px;
  }
  .top_mindset .top_sharing__message p::before {
    margin-left: -30px;
    margin-bottom: -15px;
  }
  .top_mindset .top_sharing__message p::after {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 320px) {
  .top_mindset .top_sharing__message p::before {
    margin-left: -12px !important;
  }
}

.top_comparing {
  margin: 52px auto 0;
}

@media only screen and (max-width: 768px) {
  .top_comparing {
    margin-top: 33px;
  }
}

.top_comparing .top_comparing__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 44px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__title {
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.top_comparing .top_comparing__wrap {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__wrap {
    margin-top: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
  .top_comparing .top_comparing__wrap .slick-list {
    padding: 0 20px 10px;
  }
  .top_comparing .top_comparing__wrap .slick-track {
    height: 100%;
  }
}

.top_comparing .top_comparing__wrap .top_comparing__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  background-color: #FFFFFF;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  max-width: 373px;
  min-height: 411px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__wrap .top_comparing__item {
    margin-bottom: 0;
    max-width: 275px;
    min-height: 342px;
  }
  .top_comparing .top_comparing__wrap .top_comparing__item:not(:last-child) {
    margin-right: 28px;
  }
}

.top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__img {
  width: 100%;
  height: 236px;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__img {
    height: 174px;
  }
}

.top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__title {
  margin: 0;
  line-height: 24px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__title {
    line-height: 20px;
  }
}

.top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__title--normal {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__title--normal {
    margin-top: 5px;
    font-size: 0.75rem;
  }
}

.top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__title--bold {
  font-size: 1.1875rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__wrap .top_comparing__item .top_comparing__item__title--bold {
    font-size: 0.875rem;
  }
}

.top_comparing .top_comparing__wrap .top_comparing__description {
  font-size: 0.875rem;
  line-height: 20px;
  padding-left: 26px;
  padding-right: 17px;
  text-align: left;
  margin: 4px 0 12px;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__wrap .top_comparing__description {
    font-size: 0.75rem;
    line-height: 18px;
    padding-left: 19px;
    padding-right: 12px;
    margin: 6px 0 8px;
  }
}

.top_comparing .top_comparing__beginner_mark {
  position: absolute;
  top: 247px;
  right: 25px;
  width: 31px;
  height: 38px;
}

@media only screen and (max-width: 768px) {
  .top_comparing .top_comparing__beginner_mark {
    top: 180px;
    right: 12px;
  }
}

.top__trial_register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .top__trial_register {
    margin-top: 30px;
  }
}

.top__trial_register__link {
  display: block;
  border-radius: 4px;
  width: 377px;
  height: 57px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FF585F;
  color: #FFFFFF !important;
  font-size: 1.75rem;
  line-height: 57px;
  font-weight: bold;
  border: none;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.top__trial_register__link:hover {
  opacity: 1 !important;
  background-color: #E84047;
}

.top__trial_register__link:visited {
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .top__trial_register__link {
    width: 295px;
    height: 39px;
    font-size: 1.125rem;
    line-height: 39px;
  }
}

.top__trial_register__link--green {
  width: 492px;
  min-height: 84px;
  background-color: #16A87E;
  font-size: 2.1875rem;
  line-height: 52px;
  font-weight: 500;
  color: #FFFFFF !important;
  border-radius: 12px;
  text-align: center;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  .top__trial_register__link--green {
    width: 337px;
    font-size: 1.625rem;
    min-height: 58px;
    margin-bottom: 5px;
    line-height: 38px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .top__trial_register__link--green {
    min-height: 52px;
    font-size: 1.5rem;
    padding: 8px 0;
    line-height: 36px;
    width: 306px;
  }
}

.top__trial_register .top__trial_register__message {
  margin-top: 6px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #403E3E;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .top__trial_register .top__trial_register__message {
    margin-top: 2px;
    font-size: 0.8125rem;
    line-height: 19px;
  }
}

.top__trial_register--second {
  margin-top: 44px;
}

@media only screen and (max-width: 768px) {
  .top__trial_register--second {
    display: none;
  }
}

.top__trial_register--third {
  margin-top: 39px;
}

@media only screen and (max-width: 768px) {
  .top__trial_register--third {
    margin-top: 21px;
  }
}

.top_learning_method {
  max-width: 1072px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .top_learning_method {
    margin-top: 30px;
    padding-bottom: 24px;
  }
}

.top_learning_method .top_learning_method__title {
  margin: 36px 0 0;
  font-size: 1.4375rem;
  line-height: 40px;
  font-weight: lighter;
  text-align: center;
}

.top_learning_method .top_learning_method__title strong {
  font-size: 1.75rem;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__title strong {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__title {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 26px;
  }
}

.top_learning_method .top_learning_method__wrap {
  width: 100%;
  max-width: 870px;
}

.top_learning_method .top_learning_method__youtube {
  margin-top: 20px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border: none;
  position: relative;
}

.top_learning_method .top_learning_method__youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__youtube {
    margin-top: 12px;
  }
}

.top_learning_method .top_learning_method__sharing.top_sharing {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__sharing.top_sharing .top_sharing__message p::before {
    margin-left: -30px;
    margin-bottom: -15px;
  }
  .top_learning_method .top_learning_method__sharing.top_sharing .top_sharing__message p::after {
    margin-top: -20px;
    margin-right: -30px;
  }
}

.top_learning_method .top_learning_method__karan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__karan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_learning_method .top_learning_method__karan__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 40px;
  color: #008489;
  margin: 77px 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__karan__title {
    font-size: 1.125rem;
    line-height: 27px;
    margin-top: 20px;
  }
}

.top_learning_method .top_learning_method__checklist {
  margin: 19px 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__checklist {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 13px;
  }
}

.top_learning_method .top_learning_method__checklist li {
  text-align: center;
}

.top_learning_method .top_learning_method__checklist li:nth-child(1) {
  margin-right: 62px;
}

.top_learning_method .top_learning_method__checklist li:nth-child(2) {
  margin-right: 48px;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__checklist li {
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .top_learning_method .top_learning_method__checklist li::before {
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .top_learning_method .top_learning_method__checklist li:nth-child(n) {
    margin-right: 0;
  }
}

.top_learning_method .top_learning_method__curriculum {
  width: 100%;
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__curriculum {
    max-width: 335px;
    margin: 14px auto 0;
  }
}

.top_learning_method .top_learning_method__calan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__calan {
    display: none;
  }
}

.top_learning_method .top_learning_method__calan .calan__title {
  width: 100%;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: center;
  font-weight: lighter;
  margin: 49px 0 0;
}

.top_learning_method .top_learning_method__calan .calan__title strong {
  font-size: 1.75rem;
}

.top_learning_method .top_learning_method__calan .calan__graph {
  width: 417px;
  height: 278px;
  margin-top: 21px;
}

.top_learning_method .top_learning_method__calan .calan__sharing {
  position: relative;
  width: 409px;
}

.top_learning_method .top_learning_method__calan .calan__sharing .top_sharing__avatar {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__calan .calan__sharing .top_sharing__avatar {
    display: none;
  }
}

.top_learning_method .top_learning_method__calan .calan__sharing .top_sharing__message p::after {
  margin-top: 15px;
}

.top_learning_method .top_learning_method__calan .calan__sharing .top_sharing__message span {
  font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .top_learning_method .top_learning_method__calan .calan__sharing .top_sharing__message p {
    padding-right: 40px;
  }
  .top_learning_method .top_learning_method__calan .calan__sharing .top_sharing__message p::before {
    margin-left: -30px;
    margin-bottom: -15px;
  }
  .top_learning_method .top_learning_method__calan .calan__sharing .top_sharing__message p::after {
    margin-top: -15px;
    margin-right: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .top_learning_method__sharing_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 335px;
    width: 100%;
    min-height: 118px;
    border-radius: 4px;
    border: 1px solid #008489;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    margin: 16px auto 0;
    padding: 10px;
    cursor: pointer;
    position: relative;
  }
  .top_learning_method__sharing_sp::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    height: 15px;
    background-image: url("/assets2/images/top/arrow_right.png");
    background-size: 11px 15px;
  }
  .top_learning_method__sharing_sp img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .top_learning_method__sharing_sp__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_learning_method__sharing_sp__title .title-1 {
    margin: 0 0 0 5px;
    font-size: 0.9375rem;
    line-height: 19px;
    letter-spacing: -0.02em;
  }
  .top_learning_method__sharing_sp__title .title-2 {
    font-size: 1.4375rem;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #008489;
    margin: 0 0 0 11px;
  }
}

.top_survey {
  max-width: 1072px;
  padding: 25px 145px 41px 147px;
  background-color: #FFFFFF;
  margin: 54px auto 82px;
}

@media only screen and (width: 768px) {
  .top_survey {
    max-width: 780px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top_survey {
    max-width: 767px;
    padding: 26px 34px 26px 37px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 320px) {
  .top_survey {
    padding: 26px 8px 26px 8px;
  }
}

.top_survey .top_survey__title {
  margin-top: 0;
  margin-bottom: 26px;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 39px;
  text-align: center;
  padding-right: 20px;
}

.top_survey .top_survey__title span {
  font-size: 1.75rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .top_survey .top_survey__title {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 12px;
    line-height: 26px;
    padding-right: 13px;
  }
  .top_survey .top_survey__title span {
    font-size: 1.125rem;
  }
}

.top_survey .top_survey__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top_survey .top_survey__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_survey .top_survey__wrapper .top_survey__doughnuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.top_survey .top_survey__wrapper .top_survey__doughnuts .doughnut-pc {
  display: block;
}

.top_survey .top_survey__wrapper .top_survey__doughnuts .doughnut-sp {
  display: none;
}

.top_survey .top_survey__wrapper .top_survey__doughnuts img {
  width: 371px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .top_survey .top_survey__wrapper .top_survey__doughnuts {
    margin-bottom: 12px;
  }
  .top_survey .top_survey__wrapper .top_survey__doughnuts .doughnut-pc {
    display: none;
  }
  .top_survey .top_survey__wrapper .top_survey__doughnuts .doughnut-sp {
    display: block;
  }
  .top_survey .top_survey__wrapper .top_survey__doughnuts img {
    width: 304px;
    height: 100%;
  }
  .top_survey .top_survey__wrapper .top_survey__doughnuts img:first-child {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .top_survey .top_survey__wrapper .top_survey__doughnuts {
    margin-bottom: 13px;
  }
}

.top_survey .top_survey__wrapper .top_survey__description {
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 22px;
}

@media only screen and (width: 768px) {
  .top_survey .top_survey__wrapper .top_survey__description {
    letter-spacing: -0.1px;
  }
}

.top_survey .top_survey__wrapper .top_survey__description span:nth-child(1) {
  display: block;
}

.top_survey .top_survey__wrapper .top_survey__description span:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 768px) {
  .top_survey .top_survey__wrapper .top_survey__description {
    font-size: 0.625rem;
    line-height: 15px;
    margin-bottom: 16px;
    width: 277px;
    margin-bottom: 24px;
  }
  .top_survey .top_survey__wrapper .top_survey__description span:nth-child(1) {
    display: none;
  }
  .top_survey .top_survey__wrapper .top_survey__description span:nth-child(2) {
    display: block;
  }
}

.top_survey .top_survey__wrapper .top_survey__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .top_survey .top_survey__wrapper .top_survey__content {
    display: none;
  }
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E7E7E7;
  padding: 10px 26px 12px;
  margin-right: 32px;
  min-width: 400px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list .top_survey__content__list__title {
  font-size: 1.375rem;
  line-height: 29px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 7px;
  text-align: center;
  padding-right: 30px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list .top_survey__list-level {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 5px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list .top_survey__list-level .top_survey__list-level__item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list .top_survey__list-level .top_survey__list-level__item span:nth-child(1) {
  margin-right: 10px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list .top_survey__list-level .top_survey__list-level__item span:nth-child(2) {
  margin-right: 11px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list .top_survey__list-level .top_survey__list-level__item:nth-child(9) span:nth-child(2) {
  margin-right: 25px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__list .top_survey__list-level .top_survey__list-level__item:last-child span:nth-child(1) {
  margin-right: 2px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__message {
  position: relative;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__message p {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.01em;
  padding-left: 37px;
  padding-right: 15px;
  margin-top: 65px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__message p::before, .top_survey .top_survey__wrapper .top_survey__content .top_survey__content__message p::after {
  color: #FCB23D;
  display: block;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: -0.08em;
  line-height: 32px;
  position: absolute;
  line-height: 119px;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__message p::before {
  content: "‘‘";
  left: 0;
  top: 0;
}

.top_survey .top_survey__wrapper .top_survey__content .top_survey__content__message p::after {
  content: "’’";
  right: -7px;
  bottom: -2px;
}

.top_survey .top_survey__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_survey .top_survey__footer .top_survey__footer__btn {
  border: 2px solid #FCB23D;
  padding: 8px 12px 14px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4375rem;
  letter-spacing: -0.03em;
  line-height: 34px;
  font-weight: 500;
  min-width: 420px;
  border-radius: 4px;
  color: #333333;
}

.top_survey .top_survey__footer .top_survey__footer__btn svg {
  margin-left: 10px;
  margin-top: 2px;
}

.top_survey .top_survey__footer .top_survey__footer__btn .top_survey__footer__icon-pc {
  display: block;
}

.top_survey .top_survey__footer .top_survey__footer__btn .top_survey__footer__icon-sp {
  display: none;
}

.top_survey .top_survey__footer .top_survey__footer__btn:hover {
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .top_survey .top_survey__footer .top_survey__footer__btn {
    font-size: 0.9375rem;
    line-height: 22px;
    min-width: 277px;
    padding: 5px 7px 7px 22px;
  }
  .top_survey .top_survey__footer .top_survey__footer__btn svg {
    margin-left: 2px;
  }
  .top_survey .top_survey__footer .top_survey__footer__btn .top_survey__footer__icon-pc {
    display: none;
  }
  .top_survey .top_survey__footer .top_survey__footer__btn .top_survey__footer__icon-sp {
    display: block;
  }
}

.top_lesson_quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
  max-width: 1072px;
  margin: 58px auto 0;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality {
    margin-top: 36px;
  }
}

.top_lesson_quality .top_lesson_quality__title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 39px;
  margin: 26px 0 0;
}

.top_lesson_quality .top_lesson_quality__title strong {
  font-size: 1.75rem;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__title strong {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__title {
    font-size: 1rem;
    line-height: 26px;
    margin-top: 16px;
  }
}

.top_lesson_quality .top_lesson_quality__wrap {
  width: 100%;
  max-width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 13px auto 0;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    margin-top: 12px;
  }
  .top_lesson_quality .top_lesson_quality__wrap .slick-list {
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 27px;
  }
  .top_lesson_quality .top_lesson_quality__wrap .slick-track {
    height: 100%;
  }
}

.top_lesson_quality .top_lesson_quality__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 374px;
  min-height: 355px;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  margin-bottom: 43px;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__item {
    max-width: 275px;
    min-width: 275px;
    margin-right: 20px;
    margin-bottom: 0;
    min-height: 344px;
  }
}

.top_lesson_quality .top_lesson_quality__img {
  width: 100%;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__img {
    height: 176px;
  }
}

.top_lesson_quality .top_lesson_quality__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top_lesson_quality .top_lesson_quality__description {
  font-size: 0.875rem;
  line-height: 20px;
  text-align: left;
  padding-left: 23px;
  padding-right: 22px;
  margin: 11px 0 0;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__description {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 14px;
    padding-left: 26px;
    padding-right: 23px;
  }
}

.top_lesson_quality .top_lesson_quality__author {
  display: block;
  font-size: 0.6875rem;
  font-weight: lighter;
  line-height: 17px;
  text-align: right;
  padding-left: 5px;
  padding-right: 13px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__author {
    font-size: 0.75rem;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 16px;
  }
}

.top_lesson_quality .top_lesson_quality__title_2 {
  font-size: 1.75rem;
  line-height: 36px;
  margin: 16px 0 0;
}

.top_lesson_quality .top_lesson_quality__companies.top_adoption {
  margin: 15px auto 0;
  width: 100%;
  max-width: 780px;
  height: 490px;
}

.top_lesson_quality .top_lesson_quality__title_3 {
  margin: 42px auto 0;
  font-size: 1.5rem;
  line-height: 39px;
  font-weight: lighter;
}

.top_lesson_quality .top_lesson_quality__title_3 strong {
  font-size: 1.75rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__title_3 strong {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__title_3 {
    margin-top: 31px;
    font-size: 1rem;
    line-height: 26px;
  }
}

.top_lesson_quality .top_lesson_quality__sharing {
  margin-top: 36px;
  margin-bottom: 50px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_lesson_quality .top_lesson_quality__sharing .top_sharing__message {
  min-width: 390px;
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__sharing .top_sharing__message {
    min-width: unset;
    margin-top: 20px;
  }
  .top_lesson_quality .top_lesson_quality__sharing .top_sharing__message p::before {
    margin-left: -30px;
    margin-bottom: -15px;
  }
  .top_lesson_quality .top_lesson_quality__sharing .top_sharing__message p::after {
    margin-top: -20px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__sharing {
    margin-top: 9px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .top_lesson_quality .top_lesson_quality__button {
    position: relative;
    width: 277px;
    height: 38px;
    font-size: 0.9375rem;
    letter-spacing: -0.03em;
    text-align: right;
    border: 1px solid #008489;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 0 30px 0 0;
  }
  .top_lesson_quality .top_lesson_quality__button::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/assets2/images/top/icon_more_circle.svg");
  }
}

.top_teacher_present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1072px;
  background-color: #FFFFFF;
  margin: 33px auto 0;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present {
    margin-top: 27px;
  }
}

.top_teacher_present .top_teacher_present__title {
  font-size: 1.75rem;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  margin: 29px 0 0;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_present__title {
    margin-top: 22px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.top_teacher_present .top_teacher_present__wrap {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.top_teacher_present .top_teacher_present__sharing {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 27px auto 0;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_present__sharing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}

.top_teacher_present .top_teacher_present__sharing .top_teacher_present__sharing__title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: -0.01em;
  position: relative;
  display: block;
  text-align: left;
  margin: 0 0 0 57px;
}

.top_teacher_present .top_teacher_present__sharing .top_teacher_present__sharing__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  background-image: url("/assets2/images/top/under_line.svg");
  background-repeat: no-repeat;
  background-size: 168px 22px;
  width: 168px;
  height: 22px;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_present__sharing .top_teacher_present__sharing__title {
    font-size: 1.25rem;
    line-height: 22px;
    margin-top: 15px;
    margin-left: 36px;
  }
  .top_teacher_present .top_teacher_present__sharing .top_teacher_present__sharing__title::after {
    width: 117px;
    height: 11px;
    bottom: -15px;
    background-size: 117px 11px;
  }
}

.top_teacher_present .top_teacher_present__sharing .top_sharing__avatar {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_present__sharing .top_sharing__avatar {
    width: 335px;
    height: 181px;
  }
}

.top_teacher_present .top_teacher_present__sharing .top_sharing__message {
  margin-left: 100px;
}

.top_teacher_present .top_teacher_present__sharing .top_sharing__message p {
  margin-top: 47px;
}

.top_teacher_present .top_teacher_present__sharing .top_sharing__message p::before {
  margin-left: -45px;
  margin-bottom: -20px;
}

.top_teacher_present .top_teacher_present__sharing .top_sharing__message p::after {
  margin-top: -20px;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_present__sharing .top_sharing__message p {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_present__sharing .top_sharing__message {
    margin: 0 auto;
  }
  .top_teacher_present .top_teacher_present__sharing .top_sharing__message span {
    font-size: 0.75rem;
    line-height: 18px;
  }
}

.top_teacher_present .top_teacher_presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: visible;
  width: 100%;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_presentation {
    overflow: auto;
    margin-top: 23px;
  }
  .top_teacher_present .top_teacher_presentation .slick-list {
    padding: 5px 50px 26px;
  }
  .top_teacher_present .top_teacher_presentation .slick-track {
    height: 100%;
  }
}

.top_teacher_present .top_teacher_presentation .top_teacher_presentation__item {
  max-width: 243px;
  min-width: 243px;
  min-height: 294px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 37px;
  padding: 11px 10px 9px 14px;
  margin-right: 26px;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_presentation .top_teacher_presentation__item {
    margin-bottom: 0;
    min-width: 275px;
    max-width: 275px;
    min-height: 282px;
    padding: 14px 12px 9px 16px;
    margin-right: 20px;
  }
}

.top_teacher_present .top_teacher_presentation .top_teacher_presentation__item .item__header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.top_teacher_present .top_teacher_presentation .top_teacher_presentation__item .item__img {
  width: 89px;
  height: 27px;
  margin-left: 2px;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_presentation .top_teacher_presentation__item .item__img {
    width: 104px;
    height: 31px;
  }
}

.top_teacher_present .top_teacher_presentation .top_teacher_presentation__item .item__header {
  text-align: right;
}

.top_teacher_present .top_teacher_presentation .top_teacher_presentation__item .item__header span {
  display: block;
  font-size: 0.8125rem;
  line-height: 20px;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 768px) {
  .top_teacher_present .top_teacher_presentation .top_teacher_presentation__item .item__header span {
    font-size: 0.9375rem;
    line-height: 23px;
  }
}

.top_teacher_present .top_teacher_presentation .top_teacher_presentation__item p {
  width: 100%;
  font-size: 0.8125rem;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin: 8px 0 0;
}

.top_membership {
  margin: 54px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 780px;
}

@media only screen and (max-width: 768px) {
  .top_membership {
    margin-top: 17px;
  }
}

.top_membership .top_membership__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 42px;
  position: relative;
  display: inline-block;
}

.top_membership .top_membership__title::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -18px;
  width: 521px;
  height: 16px;
  background-image: url("/assets2/images/top/under_line_yellow.svg");
  background-size: 521px 16px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .top_membership .top_membership__title {
    font-size: 1rem;
    line-height: 20px;
  }
  .top_membership .top_membership__title::after {
    width: 308px;
    height: 6px;
    background-size: 308px 6px;
    left: -15px;
    bottom: -9px;
  }
}

.top_membership .top_membership__video__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 38px;
  outline: none;
}

@media only screen and (max-width: 768px) {
  .top_membership .top_membership__video__wrap {
    margin-top: 15px;
  }
}

.top_membership .top_membership__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_comparison {
  background-color: #FFFFFF;
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .top_comparison {
    margin-top: 24px;
  }
}

.top_comparison .top_comparison__title {
  text-align: center;
  margin: 27px 0 0;
  font-size: 1.75rem;
  line-height: 41px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__title {
    margin-top: 15px;
    font-size: 1.125rem;
    line-height: 27px;
  }
}

.top_comparison .top_comparison__title--sub {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 45px;
  margin-top: -5px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__title--sub {
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 21px;
  }
}

.top_comparison .top_comparison__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 780px;
  margin: 18px auto 0;
}

.top_comparison .top_comparison__wrap::after {
  content: "";
  clear: both;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__wrap {
    margin-top: 12px;
    max-width: 332px;
  }
}

.top_comparison .top_comparison__desc {
  font-size: 12px;
  width: 100%;
  max-width: 780px;
  margin: 10px auto 20px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__desc {
    max-width: 344px;
    font-size: 9px;
  }
}

.top_comparison .top_comparison__table {
  float: left;
  background-color: #F5F7F8;
  border-radius: 4px;
}

.top_comparison .top_comparison__table th,
.top_comparison .top_comparison__table td {
  text-align: center;
  border-bottom: 0.5px solid #ACACAC;
  font-size: 1rem;
  font-weight: normal;
  line-height: 22px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table th,
  .top_comparison .top_comparison__table td {
    font-size: 0.5625rem;
    line-height: 13px;
  }
}

.top_comparison .top_comparison__table td.cell-signal {
  font-size: 1.3125rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table td.cell-signal {
    font-size: 0.6875rem;
  }
}

.top_comparison .top_comparison__table tr:last-child td {
  border-bottom: none;
}

.top_comparison .top_comparison__table th {
  font-size: 1.375rem;
  line-height: 24px;
  height: 56px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table th {
    font-size: 0.625rem;
    line-height: 12px;
    height: 24px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(1) {
  height: 53px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(1) {
    height: 24px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(2) {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(2) {
    height: 25px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(3),
.top_comparison .top_comparison__table tbody tr:nth-child(4) {
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(3),
  .top_comparison .top_comparison__table tbody tr:nth-child(4) {
    height: 37px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(5) {
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(5) {
    height: 37px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(6) {
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(6) {
    height: 38px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(7) {
  height: 52px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(7) {
    height: 24px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(8) {
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(8) {
    height: 38px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(9) {
  height: 78px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(9) {
    height: 37px;
  }
}

.top_comparison .top_comparison__table tbody tr:nth-child(10) {
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table tbody tr:nth-child(10) {
    height: 36px;
  }
}

.top_comparison .top_comparison__table--1 {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  width: 33%;
  height: 686px;
  margin-top: 56px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table--1 {
    height: 333px;
    margin-top: 24px;
  }
}

.top_comparison .top_comparison__table--1 td {
  text-align: left;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table--1 td {
    padding-left: 6px;
    line-height: 13px;
  }
}

.top_comparison .top_comparison__table--1 tr:nth-child(9) td {
  letter-spacing: -0.05em;
}

.top_comparison .top_comparison__table--2 {
  margin-left: 7px;
  margin-right: 7px;
  width: 20%;
  height: 742px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  background-color: #FFE471;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table--2 {
    margin-left: 3px;
    margin-right: 3px;
    height: 357px;
  }
}

@media only screen and (max-width: 320px) {
  .top_comparison .top_comparison__table--2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.top_comparison .top_comparison__table--2 th,
.top_comparison .top_comparison__table--2 td {
  font-weight: bold;
}

.top_comparison .top_comparison__table--2 th {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}

.top_comparison .top_comparison__table--2 th img {
  width: 142px;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table--2 th img {
    width: 61px;
  }
}

.top_comparison .top_comparison__table--3 {
  width: 43%;
  height: 742px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.top_comparison .top_comparison__table--3 th:not(:last-child), .top_comparison .top_comparison__table--3 td:not(:last-child) {
  border-right: 0.5px solid #ACACAC;
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__table--3 {
    height: 357px;
  }
}

@media only screen and (max-width: 768px) {
  .top_comparison .top_comparison__divider_wrap {
    margin: 4px 20px;
  }
  .top_comparison .top_comparison__divider {
    margin: 0 auto;
    width: auto;
    height: 1px;
    background-color: #333333;
    max-width: 335px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top_fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .top_fee {
    margin-top: 25px;
  }
}

.top_fee .top_fee__title {
  margin: 20px auto 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 41px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__title {
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.top_fee .top_fee__wrap {
  margin: 15px auto 23px;
  max-width: 780px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__wrap {
    margin-top: 10px;
    margin-bottom: 22px;
    max-width: 335px;
  }
}

.top_fee .top_fee__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 7px;
  padding: 0;
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}

.top_fee .top_fee__list .top_fee__list__item {
  text-align: center;
  width: 380px;
  height: 138px;
  border-radius: 4px;
  border: 3px solid #008489;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top_fee .top_fee__list .top_fee__list__item:nth-child(1), .top_fee .top_fee__list .top_fee__list__item:nth-child(3) {
  margin-right: 20px;
}

.top_fee .top_fee__list .top_fee__list__item:nth-child(3), .top_fee .top_fee__list .top_fee__list__item:nth-child(4) {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__list .top_fee__list__item {
    width: 335px;
    height: 124px;
  }
  .top_fee .top_fee__list .top_fee__list__item:nth-child(1), .top_fee .top_fee__list .top_fee__list__item:nth-child(3) {
    margin-right: 0;
  }
  .top_fee .top_fee__list .top_fee__list__item:nth-child(3), .top_fee .top_fee__list .top_fee__list__item:nth-child(4) {
    margin-top: 0;
  }
  .top_fee .top_fee__list .top_fee__list__item:not(:last-child) {
    margin-bottom: 14px;
  }
}

.top_fee .top_fee__list .top_fee__list__item .item__header {
  position: relative;
  color: #FFFFFF;
  width: 100%;
  height: 46px;
  background-color: #008489;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

.top_fee .top_fee__list .top_fee__list__item .item__header strong {
  font-size: 1.875rem;
  line-height: 26px;
  font-weight: bold;
}

.top_fee .top_fee__list .top_fee__list__item .item__header strong small {
  font-size: 1.125rem;
  font-weight: bold;
}

.top_fee .top_fee__list .top_fee__list__item .item__header small {
  font-size: 1.0625rem;
  line-height: 26px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__list .top_fee__list__item .item__header {
    height: 40px;
    padding-left: 17px;
  }
  .top_fee .top_fee__list .top_fee__list__item .item__header strong {
    font-size: 1.6875rem;
    line-height: 24px;
  }
  .top_fee .top_fee__list .top_fee__list__item .item__header small {
    font-size: 1.0625rem;
    line-height: 24px;
  }
}

.top_fee .top_fee__list .top_fee__list__item .item__crown {
  position: absolute;
  top: -12px;
  left: 4px;
  width: 56px;
  height: 56px;
  background-image: url("/assets2/images/top/crown.png");
  background-size: 56px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.5625rem;
  line-height: 13px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__list .top_fee__list__item .item__crown {
    left: 1px;
    top: -15px;
    font-size: 0.4375rem;
  }
}

.top_fee .top_fee__list .top_fee__list__item .item__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top_fee .top_fee__list .top_fee__list__item .item__num {
  font-size: 2.5rem;
  line-height: 59px;
  font-weight: bold;
  margin-top: -16px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__list .top_fee__list__item .item__num {
    font-size: 2.1875rem;
    line-height: 55px;
  }
}

.top_fee .top_fee__list .top_fee__list__item .item__description {
  font-size: 0.875rem;
  line-height: 18px;
}

.top_fee .top_fee__list .top_fee__list__item .item__description strong {
  color: #FF585F;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}

.top_fee .top_fee__list .top_fee__list__item .item__description strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 103px;
  height: 6px;
  background-image: url("/assets2/images/top/top_fee_under_line.svg");
  background-size: 103px 6px;
}

.top_fee .top_fee__list .top_fee__list__item .item__description--img {
  color: #FF585F;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.top_fee .top_fee__list .top_fee__list__item .item__description--sub {
  font-size: 0.75rem;
}

.top_fee .top_fee__list .top_fee__list__item .item__description--underline {
  position: relative;
}

.top_fee .top_fee__list .top_fee__list__item .item__description--underline::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -9px;
  width: 158px;
  height: 10px;
  background-image: url("/assets2/images/top/top_fee_under_line.svg");
  background-size: 158px 10px;
}

@media only screen and (max-width: 320px) {
  .top_fee .top_fee__list .top_fee__list__item {
    width: 100% !important;
  }
}

.top_fee .top_fee__list .top_fee__list__item--special {
  border-color: #FCB23D;
}

.top_fee .top_fee__list .top_fee__list__item--special img {
  width: 114px;
  height: 73px;
  position: absolute;
  right: -3px;
  bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__list .top_fee__list__item--special img {
    width: 100px;
    height: 64px;
  }
}

.top_fee .top_fee__list .top_fee__list__item--special .item__header {
  background-color: #FCB23D;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__list .top_fee__list__item--special .item__header {
    padding-left: 4px;
  }
}

.top_fee .top_fee__caption {
  margin: 0;
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__caption {
    font-size: 0.625rem;
    line-height: 1.52;
  }
  .top_fee .top_fee__caption:first-of-type {
    margin-top: 7px;
  }
}

.top_fee .top_fee__cross {
  color: #FE9252;
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 70px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__cross {
    font-size: 2.5rem;
  }
}

.top_fee .top_fee__get_ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_fee .top_fee__get_ticket .get_ticket__box {
  position: relative;
  width: 404px;
  height: 119px;
  background-color: #FE9252;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 51px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__get_ticket .get_ticket__box {
    width: 295px;
    height: 87px;
    padding-right: 35px;
    padding-bottom: 7px;
  }
}

.top_fee .top_fee__get_ticket .get_ticket__bubble {
  position: absolute;
  left: -24px;
  top: -20px;
  width: 81px;
  height: 103px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__get_ticket .get_ticket__bubble {
    left: -24px;
    top: -20px;
    width: 59px;
    height: 75px;
  }
}

@media only screen and (max-width: 320px) {
  .top_fee .top_fee__get_ticket .get_ticket__bubble {
    left: -5px !important;
  }
}

.top_fee .top_fee__get_ticket .get_ticket__paragraph {
  display: inline-block;
  text-align: center;
}

.top_fee .top_fee__get_ticket .get_ticket__text {
  color: #FFFFFF;
  font-weight: bold;
  display: block;
}

.top_fee .top_fee__get_ticket .get_ticket__text--1 {
  font-size: 1.0625rem;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  position: absolute;
  top: 14px;
  left: 60px;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__get_ticket .get_ticket__text--1 {
    font-size: 0.8125rem;
    top: 8px;
    left: 42px;
  }
}

@media only screen and (max-width: 320px) {
  .top_fee .top_fee__get_ticket .get_ticket__text--1 {
    left: 54px !important;
  }
}

.top_fee .top_fee__get_ticket .get_ticket__text--2 {
  font-size: 1.6875rem;
  line-height: 31px;
}

.top_fee .top_fee__get_ticket .get_ticket__text--2 strong {
  font-size: 2.6875rem;
  line-height: 31px;
  letter-spacing: -0.07em;
  color: #F8F803;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__get_ticket .get_ticket__text--2 {
    font-size: 1.25rem;
    line-height: 23px;
  }
  .top_fee .top_fee__get_ticket .get_ticket__text--2 strong {
    font-size: 2rem;
    line-height: 23px;
  }
}

.top_fee .top_fee__get_ticket .get_ticket__text--3 {
  font-size: 1.6875rem;
  line-height: 31px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__get_ticket .get_ticket__text--3 {
    font-size: 1.25rem;
    line-height: 23px;
  }
}

.top_fee .top_fee__get_ticket .get_ticket__description {
  display: block;
  font-size: 1rem;
  line-height: 18px;
  color: #413F3F;
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  .top_fee .top_fee__get_ticket .get_ticket__description {
    font-size: 0.75rem;
    margin-top: 3px;
  }
}

.top_reason {
  width: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-bottom: -104px;
  padding-bottom: 33px;
  position: relative;
  min-height: 661px;
}

.top_reason__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  margin: 45px 0 0;
}

.top_reason__img {
  margin-top: 20px;
  background-image: url("/assets2/images/top/reason.jpg");
  background-position: center;
  width: 100%;
  min-height: 661px;
}

@media only screen and (min-width: 1920px) {
  .top_reason__img {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .top_reason__img {
    margin-top: 12px;
    min-height: 275px;
    background-size: auto 275px;
  }
}

.top_reason__sharing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 16.4%;
  bottom: 159px;
}

.top_reason__sharing .top_sharing__message {
  width: 403px;
  height: 254px;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding-right: 25px;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_reason__sharing .top_sharing__message p {
  position: relative;
  margin-right: -5px;
}

.top_reason__sharing .top_sharing__message p::before, .top_reason__sharing .top_sharing__message p::after {
  position: absolute;
}

.top_reason__sharing .top_sharing__message p::before {
  top: -26px;
}

.top_reason__sharing .top_sharing__message p::after {
  right: 12px;
  bottom: -38px;
}

.top_reason__sharing .top_sharing__message span {
  font-weight: lighter;
  margin-bottom: 22px;
  margin-top: 22px;
}

.top_reason__sharing a {
  color: inherit;
  width: 209px;
  height: 41px;
  border: none;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 24px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_reason__sharing a:hover {
  opacity: 1 !important;
  background-color: #EBEBEB;
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .top_reason__sharing {
    right: 130px;
  }
}

@media only screen and (max-width: 1280px) {
  .top_reason__sharing {
    right: 87px;
  }
}

.top_reason__description {
  display: none;
}

@media only screen and (max-width: 768px) {
  .top_reason {
    margin-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
  }
  .top_reason__title {
    font-size: 1.25rem;
    line-height: 26px;
    margin-top: 20px;
  }
  .top_reason img {
    margin-top: 12px;
    height: 275px;
  }
  .top_reason__sharing {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_reason__sharing .top_sharing__message {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 0;
    min-width: 305px;
  }
  .top_reason__sharing .top_sharing__message p {
    margin-right: 31px;
  }
  .top_reason__sharing .top_sharing__message p::before {
    top: -13px;
    left: -30px;
  }
  .top_reason__sharing .top_sharing__message p::after {
    right: -26px;
    bottom: -17px;
  }
  .top_reason__sharing .top_sharing__message span {
    font-size: 0.75rem;
    line-height: 18px;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .top_reason__sharing a {
    display: none;
  }
  .top_reason__description {
    display: block;
    width: 100%;
    max-width: 335px;
    height: 151px;
    margin: 28px auto 0;
    background-color: #E2E8E0;
    border-radius: 8px;
  }
  .top_reason__description span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 0.5px solid #C4C4C4;
    padding-left: 20px;
    margin-right: 11px;
    font-size: 0.875rem;
    line-height: 30px;
    letter-spacing: -0.01em;
  }
  .top_reason__description span:last-child {
    font-size: 0.75rem;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-align: right;
    border-bottom: none;
  }
}

.top_service {
  width: 100%;
  margin: 103px 0 0;
  background-color: #F4F4F4;
  padding: 14px 0 36px;
}

@media only screen and (max-width: 768px) {
  .top_service {
    padding: 15px 0 25px;
  }
}

.top_service .top_service__title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  width: 780px;
  line-height: 41px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  .top_service .top_service__title {
    width: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 13px;
  }
}

.top_service .list-service-card {
  width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  .top_service .list-service-card {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

.top_service .list-service-card .service-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  height: 192px;
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

.top_service .list-service-card .service-card:not(:last-child) {
  margin-right: 21px;
}

.top_service .list-service-card .service-card .service-card__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 135px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.top_service .list-service-card .service-card .service-card__content .service-card__content__title {
  font-size: 0.6875rem;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  color: #333333;
  margin: -2px 0 0;
}

.top_service .list-service-card .service-card .service-card__content .service-card__content__img-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 1.1875rem;
  color: #27AEDF;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_service .list-service-card .service-card .service-card__content .service-card__content__img-title > img {
  margin-top: 4px;
}

.top_service .list-service-card .service-card .service-card__content img.service-card__content__img-title {
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  .top_service .list-service-card .service-card {
    width: 100%;
    max-width: 335px;
    height: 80px;
    border-radius: 14px;
  }
  .top_service .list-service-card .service-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top_service .list-service-card .service-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_service .list-service-card .service-card .service-card__img {
    width: 100px;
    height: 80px;
    border-top-right-radius: 0;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .top_service .list-service-card .service-card .service-card__content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 13px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_service .list-service-card .service-card .service-card__content .service-card__content__title {
    font-size: 0.875rem;
    line-height: 16px;
    margin: 0;
  }
  .top_service .list-service-card .service-card .service-card__content .service-card__content__img-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    color: #27AEDF;
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_service .list-service-card .service-card .service-card__content .service-card__content__img-title > img {
    margin-top: 0;
    width: 24px;
    height: 22px;
    margin-right: 2px;
  }
  .top_service .list-service-card .service-card .service-card__content img.service-card__content__img-title {
    margin-top: 0;
  }
  .top_service .list-service-card .service-card:first-child .service-card__content {
    padding-bottom: 15px;
  }
  .top_service .list-service-card .service-card:first-child img.service-card__content__img-title {
    width: 115px;
    height: 29px;
  }
  .top_service .list-service-card .service-card:last-child .service-card__content {
    padding-bottom: 20px;
  }
  .top_service .list-service-card .service-card:last-child img.service-card__content__img-title {
    width: 204px;
    height: 19px;
  }
}

.top_service_rate {
  background-color: #FFFFFF;
  margin-bottom: -44px;
}

@media only screen and (max-width: 768px) {
  .top_service_rate {
    margin-bottom: -17px;
  }
}

.top_service_rate .top_service_rate__content {
  padding: 10px 0;
  max-width: 780px;
  margin: 0 auto;
  font-size: 0.625rem;
}

@media only screen and (max-width: 768px) {
  .top_service_rate .top_service_rate__content {
    padding: 10px 10px;
  }
}

.top_service_rate p {
  margin: 0;
}

.top_service_rate ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(23, 23, 23, 0.54);
  display: none;
}

.top_modal--shown {
  display: block;
}

.top_modal__close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 30px;
  height: 30px;
  background-image: url("/assets2/images/top/btn_close.png");
  background-size: 30px 30px;
  cursor: pointer;
}

.top_modal__wrap {
  position: relative;
  width: 100%;
  max-width: 338px;
  min-height: 591px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 12px solid #FAF0F0;
  border-radius: 4px;
}

.top_modal__scroll {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 53px 18px;
}

.top_modal .learning_method__title {
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: bold;
  color: #008489;
  margin: 5px 0 0;
  text-align: center;
}

.top_modal .learning_method__caption {
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: -0.03em;
  margin: 6px 0 0;
  text-align: center;
}

.top_modal .learning_method__description {
  font-size: 0.6875rem;
  line-height: 17px;
  letter-spacing: -0.03em;
  font-weight: normal;
  margin-top: 12px;
  margin-left: 10px;
}

.top_modal .learning_method__description strong {
  font-weight: bold;
  margin: 0;
}

.top_modal .learning_method img {
  display: block;
  margin: 8px auto 0;
}

.top_modal .school_list__title {
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: bold;
  margin: 5px 0 0;
  text-align: center;
}

.top_modal .school_list__companies.top_adoption {
  margin: 6px auto 0;
  width: 100%;
  max-width: 293px;
  min-height: 187px;
}

.top_modal .school_list__description {
  margin: 11px auto 0;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: -0.03em;
  max-width: 295px;
}

.top_modal .school_list__description strong {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.top_modal .reasons {
  background-color: #E2E8E0;
  border: 1px solid #707070;
  height: auto;
}

.top_modal .reasons .top_modal__close {
  top: -15px;
  right: -15px;
}

.top_modal .reasons__title {
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: bold;
  margin: 20px auto 0;
  text-align: center;
}

.top_modal .reasons__description {
  margin: 10px 12px 0 26px;
  font-size: 0.875rem;
  line-height: 28px;
  font-weight: lighter;
  letter-spacing: -0.01em;
  background-image: -webkit-linear-gradient(#C4C4C4 0.5px, transparent 1px);
  background-image: -o-linear-gradient(#C4C4C4 0.5px, transparent 1px);
  background-image: linear-gradient(#C4C4C4 0.5px, transparent 1px);
  background-size: 1px 28px;
}

.top_modal .reasons__button {
  display: block;
  margin: 18px 23px 23px;
  font-size: 1.125rem;
  line-height: 39px;
  font-weight: bold;
  text-align: center;
  width: auto;
  max-width: 291px;
  height: 39px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #FF585F;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.top_modal .reasons__button:hover {
  opacity: 0.5;
}

.youtube_16-9 {
  width: 960px;
  height: 540px;
}

@media only screen and (max-width: 768px) {
  .youtube_16-9 {
    width: calc(100vw - 40px);
    height: calc(56.25vw - 22.5px);
  }
}

/*
 * importantNews
 */
.importantNews {
  width: 1080px;
  margin: 0 auto;
  padding: 15px 0;
  line-height: 1;
  display: none;
  overflow: visible;
  overflow: hidden;
  *zoom: 1;
}

.importantNews__date {
  font-size: 0.75rem;
  margin-right: 20px;
}

.importantNews__link {
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .importantNews {
    width: 100%;
    position: relative;
    top: 54px;
    padding: 15px;
  }
}

.header_video video {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .header_video {
    margin-top: 54px;
  }
}

/*
 * mainSlider
 */
.mainSlider {
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  height: 524px;
  background: url("/assets2/images/common/bx_loader.gif") no-repeat;
  background-position: 50% 50%;
}

.mainSlider.slick-initialized {
  background: none;
  height: auto;
}

.mainSlider__item {
  float: left;
  background: #1456a0;
}

.mainSlider__item a {
  display: block;
}

.mainSlider figure {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mainSlider figure img {
  max-width: 100%;
}

.mainSlider__overlay {
  width: 1080px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}

.mainSlider__text {
  width: 1080px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 22px;
  text-shadow: 0 2px 27px rgba(14, 60, 111, 0.32);
  text-align: left;
  color: #fff;
}

.mainSlider__text.fade {
  display: none;
}

.mainSlider__text--large {
  font-size: 2.5rem;
  margin: 0;
}

.mainSlider__text--sub {
  font-size: 0.625rem;
  margin: 0;
}

.mainSlider__text--small {
  font-size: 1.5rem;
  margin-top: 6px;
}

.mainSlider__text span.buttonItem {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  background: url("../images/common/icon_link_arrow_w.svg") 90% center no-repeat;
  background-size: 7px 12px;
  padding: 13px 16px 13px 0;
  margin: 16px 0 0;
  width: 200px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.mainSlider .slick-prev, .mainSlider .slick-next {
  position: absolute;
  top: 207px;
  width: 50px;
  height: 50px;
  z-index: 99;
  text-indent: 9999px;
  border: none;
}

.mainSlider .slick-prev {
  left: -12px;
  left: calc(((100% - 1080px) / 2) - 42px);
  background: url("../images/common/slider_left.png") center no-repeat;
  background-size: 15px auto;
}

.mainSlider .slick-next {
  right: -12px;
  right: calc(((100% - 1080px) / 2) - 42px);
  background: url("../images/common/slider_right.png") center no-repeat;
  background-size: 15px auto;
}

@media only screen and (min-width: 769px) {
  .mainSlider__text {
    padding-top: 14px;
  }
  .mainSlider .slider04 {
    text-align: center;
    margin: 75px auto 0;
  }
  .mainSlider .slider04 .mainSlider__text--large {
    font-size: 3.625rem;
  }
  .mainSlider .slider04 .mainSlider__text--sub {
    font-size: 0.875rem;
    margin: 5px 0 0;
  }
  .mainSlider .slider04 .mainSlider__text--small {
    font-size: 0.875rem;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .mainSlider {
    padding-bottom: 45px;
    margin-top: 54px;
    height: calc(43vw + 45px);
  }
  .mainSlider figure {
    width: 100%;
    height: inherit;
  }
  .mainSlider__overlay {
    width: 100%;
    height: 100%;
  }
  .mainSlider__text {
    width: 100%;
  }
  .mainSlider__text--large {
    font-size: 1.375rem;
  }
  .mainSlider__text--sub {
    font-size: 0.6875rem;
  }
  .mainSlider__text--small {
    font-size: 1rem;
  }
  .mainSlider .slider04 .mainSlider__text--small {
    display: none;
  }
}

.mainSlider_btn {
  margin-top: 25px;
}

.mainSlider_btn .btn_imgItem {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 13px;
  background: white;
  width: 260px;
  border: none;
  outline: none;
}

.mainSlider_btn .btn_imgItem img {
  display: inline-block;
  margin-left: 14px;
}

.mainSlider_btn .btn_imgItem_text {
  margin-right: 30px;
  margin-left: -12px;
}

.mainSlider_btn .btn_imgItem_text-small {
  font-size: 0.8125rem;
}

.mainSlider_btn .btn_imgItem:first-child img {
  margin-top: 10px;
  margin-left: 16px;
  width: 35px;
  margin-right: 13px;
}

@media only screen and (max-width: 768px) {
  .mainSlider_btn .btn_imgItem:first-child img {
    margin-top: 4px;
  }
}

.mainSlider_btn .btn_imgItem:first-child .btn_imgItem_text {
  margin-right: 46px;
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .mainSlider_btn {
    margin-top: 10px;
  }
  .mainSlider_btn .btn_imgItem:first-child {
    display: block;
    margin: 0 auto;
  }
  .mainSlider_btn .btn_imgItem:last-child {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mainSlider__overlay {
    background-color: #4474a9;
    opacity: 0.7;
  }
  .mainSlider__text {
    text-align: center;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.top_simulation .hidden_top {
  display: none;
}

.topSimulation {
  display: block;
  position: absolute;
  top: 480px;
  left: 50%;
  margin-left: 400px;
  width: 158px;
  height: 158px;
  background: #f5c51c;
  border-radius: 50%;
  text-align: center;
}

.topSimulation__img {
  position: absolute;
  top: -32px;
  left: 22px;
}

.topSimulation__text {
  color: #fff;
}

.topSimulation__text__min {
  font-size: 0.875rem;
  line-height: 28px;
  display: block;
  margin-top: 45px;
}

.topSimulation__text__large {
  font-size: 1.5rem;
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  .topSimulation {
    display: none;
  }
}

.page_top .mfp-content {
  height: 570px;
}

/*
 * userVoice
 */
.userVoice {
  margin-top: 0px;
}

.userVoice .visualCircle__list {
  max-width: 920px;
  margin: 0 auto;
}

.userVoice .visualCircle__item {
  margin-right: 30px;
  outline: none;
}

@media only screen and (max-width: 768px) {
  .userVoice .visualCircle__item {
    margin-right: 8px;
  }
}

.userVoice .slick-prev, .userVoice .slick-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 9;
  text-indent: 9999px;
  border: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.userVoice .slick-prev {
  left: -66px;
  background: url("../images/top/voice_btn_left.gif") no-repeat #fff;
  background-size: cover;
}

.userVoice .slick-prev:hover {
  background-image: url("../images/top/voice_btn_left_ov.gif");
  opacity: 1;
}

.userVoice .slick-next {
  right: -66px;
  background: url("../images/top/voice_btn_right.gif") no-repeat #fff;
  background-size: cover;
}

.userVoice .slick-next:hover {
  background-image: url("../images/top/voice_btn_right_ov.gif");
  opacity: 1;
}

.userVoice .buttonFreetrial__frame {
  width: 1000px;
  margin: 20px auto 40px;
  border-top: 1px solid #ebedee;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .userVoice {
    padding: 0 35px 72px;
  }
  .userVoice .slick-prev {
    left: -27px;
    width: 32px;
    height: 32px;
  }
  .userVoice .slick-next {
    right: -27px;
    width: 32px;
    height: 32px;
  }
  .userVoice .visualCircle__item {
    width: 160px;
  }
  .userVoice .buttonFreetrial__frame {
    display: none;
  }
}

.userVoice a.visualCircle__all {
  position: absolute;
  top: 40px;
  right: 57px;
  line-height: 39px;
  padding: 0;
  margin: 0;
  width: 130px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .userVoice a.visualCircle__all {
    line-height: 46px;
    top: auto;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.js-userVoice {
  opacity: 0;
}

/*
 * teacher
 */
.teacher {
  display: none;
  margin-top: 20px;
}

.teacher a.visualCircle__all {
  position: absolute;
  top: 40px;
  right: 57px;
  line-height: 39px;
  padding: 0;
  margin: 0;
  width: 130px;
}

@media only screen and (max-width: 768px) {
  .teacher a.visualCircle__all {
    line-height: 46px;
    top: auto;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.teacher .visualCircle__list {
  padding: 0 65px;
}

.teacher .visualCircle__photo {
  width: 100%;
}

.teacher .visualCircle__item {
  margin: 0 15px;
}

.teacher .slick-next,
.teacher .slick-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  z-index: 9;
  text-indent: 9999px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}

.teacher .slick-prev {
  background: url("../images/top/voice_btn_left.gif") no-repeat #fff;
  background-size: cover;
  left: -27px;
}

.teacher .slick-next {
  background: url("../images/top/voice_btn_right.gif") no-repeat #fff;
  background-size: cover;
  right: -27px;
}

.teacher .buttonFreetrial__frame {
  width: 1000px;
  margin: 20px auto 40px;
  border-top: 1px solid #ebedee;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .teacher {
    padding: 0 35px 72px;
  }
  .teacher .visualCircle__list {
    padding: 0;
  }
  .teacher .visualCircle__item {
    margin-right: 8px;
    margin-left: 0;
    width: 160px;
  }
  .teacher .visualCircle__photo {
    height: 160px;
  }
  .teacher .buttonFreetrial__frame {
    display: none;
  }
}

.topExperiences {
  background: #fff;
  margin-top: 20px;
  padding: 30px 40px 66px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .topExperiences {
    padding: 16px 16px 30px;
  }
}

.topExperiences .is-readmore {
  display: none;
}

.topExperiences .line--dot {
  display: none;
}

.topExperiences_title {
  position: relative;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .topExperiences_title {
    padding-left: 50px;
  }
}

.topExperiences_title:before {
  content: "";
  position: absolute;
  background: url("/assets2/images/top/icon_topExperiences.png") no-repeat;
  background-size: cover;
  top: 0;
  left: -13px;
  width: 57px;
  height: 54px;
}

@media only screen and (max-width: 768px) {
  .topExperiences_title:before {
    left: 0;
  }
}

.topExperiences_title--main {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 38px;
  color: #0052af;
  font-weight: bold;
  border-bottom: 2px solid #1456a1;
  padding-left: 11px;
  margin: 5px 0 0;
}

.topExperiences_content {
  margin-top: 6px;
  margin-bottom: 10px;
}

.topExperiences_content .experiences_human {
  font-size: 1rem;
  padding-left: 21px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.topExperiences_content .experiences_human:before {
  height: 15px;
  width: 16px;
  top: 3px;
}

.topExperiences_list {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ebedee;
  margin-top: 34px;
  padding-bottom: 25px;
  padding-right: 75px;
}

.topExperiences_list:last-child {
  padding-bottom: 42px;
}

@media only screen and (max-width: 768px) {
  .topExperiences_list {
    padding-right: 0;
  }
}

.topExperiences_list_img {
  position: absolute;
  left: 36px;
  top: 4px;
  height: 180px;
  width: 180px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .topExperiences_list_img {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
}

.topExperiences_list_img img {
  width: 100%;
  border-radius: 100%;
}

.topExperiences_list_container {
  padding-left: 250px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .topExperiences_list_container {
    padding-left: 0;
    margin-top: 20px;
  }
}

.topExperiences .articleBlock__right {
  width: 100%;
}

.topExperiences .articleBlock__left {
  width: 100%;
}

.topExperiences .articleBlock__img {
  display: none;
}

.articleBlock--maginMin .titleH5 {
  margin: 9px 0 14px;
}

.articleBlock--maginMin .text--small {
  margin-top: -8px;
}

.experiences_overlay_container {
  background: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 116px 34px;
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  .experiences_overlay_container {
    width: 100%;
    padding: 0px 0 23px;
  }
}

.experiences_overlay_container .title_post_type {
  font-size: 1rem;
  color: #0052af;
  margin-top: 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #1456a1;
  display: inline-block;
  font-weight: bold;
  line-height: 16px;
  padding-top: 55px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 768px) {
  .experiences_overlay_container .title_post_type {
    padding-top: 16px;
    margin: 0 16px;
  }
}

.experiences_overlay_container .modal__title {
  background: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .experiences_overlay_container .modal__title {
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
  }
}

.experiences_overlay_container .modal__contents {
  overflow: hidden;
  max-height: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .experiences_overlay_container .modal__contents {
    padding: 0 0 23px 0;
    overflow: auto;
  }
}

@media only screen and (max-width: 768px) {
  .experiences_overlay_content {
    padding: 0 16px 32px;
  }
}

@media only screen and (max-width: 768px) {
  .experiences_overlay_content .linkButton--center {
    position: absolute;
    bottom: 23px;
    width: 100%;
    left: 0;
  }
}

.experiences_info {
  overflow: hidden;
  margin-bottom: 69px;
  position: relative;
  min-height: 229px;
}

@media only screen and (max-width: 768px) {
  .experiences_info {
    padding: 18px 16px 0;
    margin-bottom: -13px;
    min-height: auto;
  }
}

.experiences_info .titleH2 {
  padding-right: 312px;
}

@media only screen and (max-width: 768px) {
  .experiences_info .titleH2 {
    padding-right: 0;
  }
}

.experiences_info_text {
  width: 657px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .experiences_info_text {
    width: auto;
    padding-top: 20px;
    position: relative;
    padding-left: 106px;
    min-height: 116px;
  }
}

.experiences_info_img {
  width: 229px;
  height: 229px;
  margin-right: 22px;
  margin-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .experiences_info_img {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
    margin-top: 16px;
  }
}

.experiences_info_img img {
  border-radius: 100%;
  width: 100%;
}

.experiences_human {
  padding-left: 35px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .experiences_human {
    font-size: 1rem;
    line-height: 26px;
    padding-left: 23px;
    margin-top: 0;
  }
}

.experiences_human span {
  font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .experiences_human span {
    font-size: 1rem;
  }
}

.experiences_human:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets2/images/top/icon_human.png") no-repeat;
  background-size: cover;
  height: 19px;
  width: 20px;
}

@media only screen and (max-width: 768px) {
  .experiences_human:before {
    height: 16px;
    width: 17px;
    top: 5px;
  }
}

.experiences_curriculum {
  padding-left: 35px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .experiences_curriculum {
    font-size: 1rem;
    line-height: 26px;
    padding-left: 23px;
    margin-top: 0;
  }
}

.experiences_curriculum span {
  color: #0052af;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .experiences_curriculum span {
    font-weight: 400;
    display: block;
  }
}

.experiences_curriculum:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets2/images/top/icon_curriculum.png") no-repeat;
  background-size: cover;
  height: 19px;
  width: 20px;
}

@media only screen and (max-width: 768px) {
  .experiences_curriculum:before {
    height: 16px;
    width: 17px;
    top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .experiences_button {
    border-top: 1px solid #f2f2f2;
    padding-top: 8px;
  }
}

.main_experiences .mfp-container {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .main_experiences .mfp-container {
    background: transparent;
  }
}

.main_experiences .mfp-content {
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media only screen and (max-width: 768px) {
  .main_experiences .mfp-content {
    padding: 8px;
  }
}

.main_experiences .mfp-close {
  text-indent: -9999px;
  background: url("/assets2/images/top/exit_modal.png") no-repeat;
  background-size: 28px 26px;
  background-position: 17px 18px;
}

@media only screen and (max-width: 768px) {
  .main_experiences .mfp-close {
    background: url("/assets2/images/top/exit_modal_sp.png") no-repeat;
    background-size: 18px 18px;
    background-position: 16px;
    right: 0;
    top: 0;
  }
}

.main_experiences button.mfp-arrow {
  display: none;
}

.arrow_overlay {
  position: absolute;
  width: 28px;
  height: 55px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  pointer-events: visible;
}

@media only screen and (max-width: 768px) {
  .arrow_overlay {
    width: 31px;
    height: 30px;
  }
}

.arrow_overlay_container {
  position: fixed;
  width: 100%;
  max-width: 1280px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  padding: 0 40px;
  display: none;
}

.arrow_overlay_left {
  background: url("/assets2/images/top/icon_arrow_left_overlay.png") no-repeat;
  background-size: cover;
  left: 84px;
}

@media only screen and (max-width: 768px) {
  .arrow_overlay_left {
    background-image: url("/assets2/images/top/icon_arrow_left_overlay_sp.png");
    left: 0px;
  }
}

.arrow_overlay_right {
  background: url("/assets2/images/top/icon_arrow_right_overlay.png") no-repeat;
  background-size: cover;
  right: 84px;
}

@media only screen and (max-width: 768px) {
  .arrow_overlay_right {
    background-image: url("/assets2/images/top/icon_arrow_right_overlay_sp.png");
    right: 0px;
  }
}

.img_arrow {
  margin-top: 55px;
  margin-bottom: 15px;
  background: url("/assets2/images/top/img_arrow_bottom.jpg") no-repeat center;
  background-size: contain;
  height: 56px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .img_arrow {
    margin-bottom: 11px;
    background-image: url("/assets2/images/top/img_arrow_bottom_sp.jpg");
    background-size: 100% 100%;
  }
}

/*
 * reason
 */
.topReason {
  background: url("../images/top/bg_reason.png");
  margin-top: 20px;
  padding: 30px 55px;
  position: relative;
}

.topReason__title {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.topReason__title--main {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 48px;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.topReason__title--sub {
  display: block;
  font-size: 1rem;
  line-height: 40px;
}

.topReason__list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topReason__list__item {
  width: 476px;
  float: left;
}

.topReason__list__item:nth-child(even) {
  float: right;
}

.topReason__list__title {
  display: table;
  width: 100%;
  height: 90px;
  background: #1456a1;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
}

.topReason__list__title span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}

.topReason__list__title span.num {
  font-size: 3rem;
  width: 90px;
  text-align: center;
  border-right: 2px solid #fff;
}

.topReason__list__content {
  margin: 0;
  position: relative;
}

.topReason__list__content.num1 {
  background: url("../images/top/bg_reason_item01.png") left bottom no-repeat #fff;
}

.topReason__list__content.num2 {
  background: url("../images/top/bg_reason_item02.png") left bottom no-repeat #fff;
}

.topReason__list__content.num3 {
  background: url("../images/top/bg_reason_item03.png") left bottom no-repeat #fff;
}

.topReason__list__content.num4 {
  background: url("../images/top/bg_reason_item04.png") left bottom no-repeat #fff;
}

.topReason__list__content.num5 {
  background: url("../images/top/bg_reason_item05.png") left bottom no-repeat #fff;
}

.topReason__list__content.num6 {
  background: url("../images/top/bg_reason_item06.png") left bottom no-repeat #fff;
}

@media only screen and (min-width: 769px) {
  .topReason__list__content {
    min-height: 226px;
  }
}

.topReason__list__content:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: #1456a1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.topReason__list__text {
  margin: 0 0 0 180px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 26px;
}

.topReason__list__open {
  display: none;
}

.topReason .buttonFreetrial__link {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .topReason {
    margin-top: 16px;
    padding: 16px;
  }
  .topReason__title--main {
    font-size: 1.375rem;
    line-height: 30px;
    border-bottom: 1px solid #fff;
  }
  .topReason__title--sub {
    font-size: 0.75rem;
    line-height: 20px;
  }
  .topReason__list__item {
    width: 100%;
    position: relative;
  }
  .topReason__list__title {
    font-size: 1.125rem;
  }
  .topReason__list__title br {
    display: none;
  }
  .topReason__list__title span {
    padding: 5px;
  }
  .topReason__list__title span.num {
    font-size: 2.0625rem;
    width: 50px;
    border-right: 1px solid #fff;
  }
  .topReason__list__content {
    margin: 0;
    position: relative;
    background: #78a8df;
    background-size: auto 150px;
  }
  .topReason__list__content:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: #1456a1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .topReason__list__text {
    margin: 0;
    padding: 0 16px;
    font-size: 0.875rem;
    line-height: 22px;
    max-height: 0;
    overflow: hidden;
  }
  .topReason__list__text.on {
    padding: 10px 16px 20px;
    min-height: 118px;
    max-height: 100%;
  }
  .topReason__list__open {
    position: relative;
    z-index: 5;
    display: block;
    height: 20px;
    background: url("../images/top/slider_down.svg") center center no-repeat #78a8df;
    background-size: 15px;
  }
  .topReason__list__open.on {
    background-image: url("../images/top/slider_up.svg");
  }
  .topReason .buttonFreetrial {
    display: none;
  }
}

/*
 * topPlan
 */
.topPlan {
  background: #fff;
  margin-top: 20px;
  padding: 40px 57px;
  position: relative;
}

.topPlan__title {
  text-align: center;
  margin: 0 0 20px;
  color: #0052af;
  font-weight: bold;
}

.topPlan__title--main {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 48px;
  border-bottom: 2px solid #1456a1;
}

.topPlan__title--sub {
  display: block;
  font-size: 1rem;
  line-height: 40px;
}

.topPlan a.topPlan__all {
  position: absolute;
  top: 40px;
  right: 55px;
  line-height: 39px;
  padding: 0;
  margin: 0;
  width: 130px;
}

.topPlan a.topPlan__all:after {
  right: 10px;
  margin-top: -6px;
}

.topPlan__frame {
  overflow: hidden;
  *zoom: 1;
}

.topPlan__container {
  width: calc(100% / 3);
  float: left;
}

.topPlan__plan {
  border-color: #ebedee;
  border-style: solid;
  border-width: 1px 1px 0 0;
  color: #fff;
  height: 60px;
  display: table;
  text-align: center;
  width: 100%;
}

.topPlan__plan__wrap {
  display: table-cell;
  vertical-align: middle;
}

.topPlan__plan__main {
  font-size: 1.375rem;
  line-height: 25px;
}

.topPlan__plan__sub {
  font-size: 1rem;
}

.topPlan__plan--month {
  background: #429a25;
  border-left: 1px solid #ebedee;
}

.topPlan__plan--date {
  background: #fd9252;
}

.topPlan__price {
  border-color: #ebedee;
  border-style: solid;
  border-width: 1px 1px 0 0;
  color: #429a24;
  font-weight: bold;
  height: 85px;
  line-height: 85px;
  margin: 0;
  text-align: center;
}

.topPlan__price__number {
  font-size: 2.25rem;
}

.topPlan__price__currency {
  font-size: 1.625rem;
}

.topPlan__price__tax {
  font-size: 1rem;
}

.topPlan__price--month {
  border-left: 1px solid #ebedee;
  color: #429a24;
}

.topPlan__price--date {
  color: #ff6408;
}

.topPlan__detail {
  border-color: #ebedee;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  height: 110px;
  line-height: 26px;
  margin: 0;
  padding: 15px 24px;
  font-size: 1rem;
}

.topPlan__detail--month {
  background: #c2f5cb;
  border-left: 1px solid #ebedee;
}

.topPlan__detail--date {
  background: #ffba91;
}

@media only screen and (min-width: 769px) {
  .topPlan__container:first-child {
    width: calc(100% / 3 - 1px);
  }
}

@media only screen and (max-width: 768px) {
  .topPlan {
    padding: 0 16px 70px;
    margin-top: 20px;
  }
  .topPlan__frame {
    margin-bottom: 20px;
  }
  .topPlan__title {
    padding: 15px 0 0;
  }
  .topPlan__title--main {
    font-size: 1.375rem;
    line-height: 40px;
    border-bottom: 1px solid #1456a1;
  }
  .topPlan__title--sub {
    font-size: 0.75rem;
    line-height: 20px;
  }
  .topPlan a.topPlan__all {
    display: inline-block;
    position: absolute;
    top: inherit;
    bottom: 25px;
    right: 50%;
    margin-right: -65px;
    width: 130px;
  }
  .topPlan__container {
    width: 100%;
  }
  .topPlan__container:not(:first-child) {
    margin-top: 10px;
  }
  .topPlan__detail {
    height: auto;
    line-height: 22px;
    padding: 10px 16px;
    font-size: 0.875rem;
  }
  .topPlan__plan--date, .topPlan__price--date, .topPlan__detail--date {
    border-left: 1px solid #ebedee;
  }
}

/*
 * topLevel
 */
.topLevel {
  background: url("../images/top/bg_topLevel_l.gif") left bottom no-repeat, url("../images/top/bg_topLevel_r.gif") right bottom no-repeat #fff;
  margin-top: 20px;
  padding: 40px 57px;
  position: relative;
}

.topLevel__title {
  text-align: center;
  margin: 0 0 20px;
  color: #0052af;
  font-weight: bold;
}

.topLevel__title--main {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 48px;
  border-bottom: 2px solid #1456a1;
}

.topLevel__title--sub {
  display: block;
  font-size: 1rem;
  line-height: 40px;
}

.topLevel__list {
  overflow: hidden;
  *zoom: 1;
  width: 816px;
  list-style: none;
  margin: 0 auto;
  padding: 15px 16px 30px;
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 769px) {
  .topLevel__item {
    width: 220px;
    float: left;
    margin-right: 60px;
    position: relative;
  }
  .topLevel__item:after {
    content: url("../images/top/img_topLevel_arrow.png");
    position: absolute;
    top: 105px;
    right: -60px;
  }
  .topLevel__item:last-child {
    margin-right: 0;
  }
  .topLevel__item:last-child:after {
    content: "";
  }
  .topLevel__circle--pc {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 2px solid #1456a1;
  }
  .topLevel__rank--main {
    font-size: 1.375rem;
    line-height: 1;
    font-weight: bold;
    color: #0052af;
    margin: 40px 0 10px;
    display: block;
    text-align: center;
  }
  .topLevel__rank--sub {
    font-size: 0.625rem;
    color: #2a99e6;
    display: block;
    text-align: center;
  }
  .topLevel__point {
    border-top: 2px solid #1456a1;
    margin: 20px 30px 0;
    padding: 10px 18px;
    list-style: none;
    text-align: center;
  }
  .topLevel__point__item {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 20px;
    color: #0052af;
    margin: 3px 0;
  }
  .topLevel__text {
    font-size: 0.875rem;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .topLevel {
    padding: 0 0 100px;
    margin-top: 20px;
    background-size: auto 100px, auto 100px;
  }
  .topLevel__title {
    padding: 15px 0 0;
  }
  .topLevel__title--main {
    font-size: 1.375rem;
    line-height: 40px;
    border-bottom: 1px solid #1456a1;
  }
  .topLevel__title--sub {
    font-size: 0.75rem;
    line-height: 20px;
  }
  .topLevel__list {
    width: 100%;
    padding: 0 16px;
  }
  .topLevel__item {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px;
  }
  .topLevel__item:last-child {
    margin-bottom: 0;
  }
  .topLevel__rank {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #1456a1;
    float: left;
    margin: 5px 5px 10px 0;
  }
  .topLevel__rank--main {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: bold;
    color: #0052af;
    margin: 30px 0 5px;
    display: block;
    text-align: center;
  }
  .topLevel__rank--sub {
    font-size: 0.5625rem;
    color: #2a99e6;
    display: block;
    text-align: center;
  }
  .topLevel__point {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .topLevel__point__item {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 22px;
    color: #0052af;
    margin: 0;
  }
  .topLevel__text {
    font-size: 0.8125rem;
    line-height: 20px;
    margin: 0;
  }
}

/*
 * topCurriculum
 */
.topCurriculum {
  background: #fff;
  margin-top: 20px;
  padding: 40px 57px 0;
  position: relative;
}

.topCurriculum__title {
  text-align: center;
  margin: 0 0 20px;
  color: #0052af;
  font-weight: bold;
}

.topCurriculum__title--main {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 48px;
  border-bottom: 2px solid #1456a1;
}

.topCurriculum__title--sub {
  display: block;
  font-size: 1rem;
  line-height: 40px;
}

.topCurriculum a.topCurriculum__all {
  position: absolute;
  top: 40px;
  right: 55px;
  line-height: 39px;
  padding: 0;
  margin: 0;
  width: 130px;
}

.topCurriculum a.topCurriculum__all:after {
  right: 10px;
  margin-top: -5px;
}

.topCurriculum__frame {
  overflow: hidden;
  *zoom: 1;
}

.topCurriculum__item {
  width: 476px;
  float: left;
}

.topCurriculum__item__title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 32px;
  color: #0052af;
  margin: 20px 0;
}

.topCurriculum__item__read {
  font-size: 1rem;
  font-weight: bold;
  line-height: 22px;
  color: #0052af;
  margin: 10px 0;
}

.topCurriculum__item__text {
  font-size: 1rem;
  line-height: 26px;
  margin: 10px 0;
}

.topCurriculum__item:first-child .topCurriculum__item__text {
  margin-bottom: 36px;
}

.topCurriculum__item:last-child {
  float: right;
}

.topCurriculum .buttonFreetrial__frame {
  width: 1000px;
  margin: 20px auto 40px;
  border-top: 1px solid #ebedee;
}

@media only screen and (max-width: 768px) {
  .topCurriculum {
    padding: 0 16px 70px;
    margin-top: 20px;
  }
  .topCurriculum__title {
    padding: 15px 0 0;
  }
  .topCurriculum__title--main {
    font-size: 1.375rem;
    line-height: 40px;
    border-bottom: 1px solid #1456a1;
  }
  .topCurriculum__title--sub {
    font-size: 0.75rem;
    line-height: 20px;
  }
  .topCurriculum a.topCurriculum__all {
    display: inline-block;
    position: absolute;
    top: inherit;
    bottom: 25px;
    right: 50%;
    margin-right: -65px;
    width: 130px;
  }
  .topCurriculum__item {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    float: none;
  }
  .topCurriculum__item__title {
    font-size: 1.125rem;
    margin: 7px 0;
  }
  .topCurriculum__item__read {
    margin: 3px 0;
  }
  .topCurriculum__item__text {
    font-size: 0.875rem;
    line-height: 22px;
    margin: 5px 0;
  }
  .topCurriculum__item:last-child {
    float: none;
  }
  .topCurriculum__item:last-child .topCurriculum__item__text {
    margin-bottom: 0;
  }
  .topCurriculum .buttonFreetrial__frame {
    display: none;
  }
}

/*
 * topTrial
 */
.topTrial {
  background: url("../images/top/bg_reason.png");
  margin-top: 20px;
  padding: 30px 55px;
  position: relative;
}

.topTrial__title {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.topTrial__title--main {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 48px;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.topTrial__title--sub {
  display: block;
  font-size: 1rem;
  line-height: 40px;
}

.topTrial a.topTrial__btn {
  position: absolute;
  top: 40px;
  right: 55px;
  display: block;
  border: 2px solid #fff;
  border-radius: 28px;
  background-color: #68b2df;
  padding: 2px 20px 8px;
  margin: 0;
  width: 240px;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: bold;
}

.topTrial a.topTrial__btn:link, .topTrial a.topTrial__btn:visited {
  color: #fff;
}

.topTrial a.topTrial__btn:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url("../images/common/icon_link_arrow_w.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.topTrial__btn__sub {
  font-size: 0.75rem;
}

.topTrial__list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.topTrial__item {
  width: 230px;
  float: left;
  padding: 10px;
  margin-right: 17px;
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .topTrial__item {
    min-height: 395px;
  }
}

.topTrial__item:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -12px;
}

.topTrial__item:last-child {
  margin-right: 0;
}

.topTrial__item__image {
  margin: 0;
}

.topTrial__item__title {
  display: table;
  width: 100%;
  border-bottom: 1px solid #1456a1;
  color: #0052af;
  padding: 5px 0;
}

.topTrial__item__title__num {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.75rem;
  font-weight: bold;
  width: 35px;
}

.topTrial__item__title__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 20px;
}

.topTrial__item__text {
  font-size: 0.875rem;
  line-height: 22px;
  margin: 5px 0 0;
}

.topTrial__item .linkItem, .topTrial__item .linkItem--ext, .topTrial__item .linkItem--anchor, .topTrial__item .linkItem--modal, .topTrial__item .linkItem--movie {
  font-size: 0.875rem;
  line-height: 22px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .topTrial {
    margin-top: 16px;
    padding: 16px 16px 100px;
  }
  .topTrial__title--main {
    font-size: 1.375rem;
    line-height: 30px;
    border-bottom: 1px solid #fff;
  }
  .topTrial__title--sub {
    font-size: 0.75rem;
    line-height: 20px;
  }
  .topTrial a.topTrial__btn {
    display: inline-block;
    position: absolute;
    top: inherit;
    bottom: 25px;
    right: 50%;
    margin-right: -120px;
  }
  .topTrial__item {
    width: 100%;
    padding: 8x;
    margin-right: 0;
    margin-bottom: 27px;
  }
  .topTrial__item:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -30px;
    left: 50%;
    top: initial;
    right: initial;
    margin: 0 0 0 -12px;
  }
  .topTrial__item:last-child {
    margin-bottom: 0;
  }
  .topTrial__item__image {
    margin: 0 0 5px;
    width: 100px;
    float: left;
  }
  .topTrial__item__image img {
    width: 100%;
  }
  .topTrial__item__title {
    float: right;
    width: calc(100% - 100px);
    height: 67px;
    border: none;
  }
  .topTrial__item__text {
    border-top: 1px solid #1456a1;
    padding-top: 5px;
    clear: both;
  }
}

/*
 * topWp
 */
.topWp {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 12px;
}

.topWp__contents {
  background: #fff;
}

.topWp__contents__title {
  border-bottom: 2px solid #1456a1;
  padding-bottom: 10px;
  color: #0052af;
  position: relative;
}

.topWp__contents__title .linkItem, .topWp__contents__title .linkItem--ext, .topWp__contents__title .linkItem--anchor, .topWp__contents__title .linkItem--modal, .topWp__contents__title .linkItem--movie {
  font-size: 0.75rem;
  line-height: 18px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.topWp__contents__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topWp__contents__list__item {
  border-bottom: 1px solid #ebedee;
  padding: 12px 0;
}

@media only screen and (min-width: 769px) {
  .topWp {
    display: table;
  }
  .topWp__contents {
    display: table-cell;
    width: 532px;
    border-right: solid 9px rgba(255, 255, 255, 0);
    padding: 25px 40px 25px 57px;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
  }
  .topWp__contents:last-child {
    border-right: 0;
    padding: 25px 57px 25px 40px;
  }
  .topWp__contents__title--main {
    font-size: 1.375rem;
    line-height: 18px;
    font-weight: bold;
  }
  .topWp__contents__title--sub {
    font-size: 0.875rem;
    line-height: 18px;
    font-weight: bold;
    margin-left: 10px;
  }
  .topWp__contents__list__item {
    display: table;
    width: 100%;
  }
  .topWp__contents__list__date {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .topWp__contents__list__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .topWp__contents {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
  }
  .topWp__contents:last-child {
    margin-bottom: 0;
  }
  .topWp__contents__title--main {
    font-size: 1.125rem;
    line-height: 18px;
    font-weight: bold;
  }
  .topWp__contents__title--sub {
    font-size: 0.625rem;
    line-height: 18px;
    font-weight: bold;
    margin-left: 3px;
  }
  .topWp__contents__list__date {
    display: block;
    font-size: 0.75rem;
    line-height: 20px;
  }
  .topWp__contents__list__title {
    font-size: 0.875rem;
    line-height: 20px;
  }
}

/*
 * topBnr
 */
.topBnr {
  background: #fff;
  margin-top: 20px;
  padding: 30px 57px 15px;
}

.topBnr__list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topBnr__item {
  width: 313px;
  float: left;
  margin: 0 14px 15px 0;
}

.topBnr__item:nth-child(3n) {
  margin: 0 0 15px;
}

@media only screen and (max-width: 768px) {
  .topBnr {
    padding: 25px 0 17px;
  }
  .topBnr__item {
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
  }
  .topBnr__item img {
    max-width: 237px;
  }
}

/*
 * topComparison
 */
.topComparison {
  background: #fff;
  padding: 10px;
}

@media only screen and (min-width: 769px) {
  .topComparison {
    height: 850px;
  }
}

.topComparison__container {
  background-color: #c6ebf7;
  color: #1356a1;
  height: 100%;
  width: 100%;
}

.topComparison__title {
  text-align: center;
}

.topComparison__title--main {
  display: block;
}

@media only screen and (min-width: 769px) {
  .topComparison__title--main {
    font-size: 2.1875rem;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__title--main {
    font-size: 1.375rem;
    padding: 10px 0;
  }
}

.topComparison__title--sub {
  display: block;
}

@media only screen and (min-width: 769px) {
  .topComparison__title--sub {
    font-size: 1rem;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__title--sub {
    font-size: 0.75rem;
    padding: 9px 0 30px;
  }
}

.topComparison__title hr {
  width: 144px;
  border: 1px solid #1356a1;
}

.topComparison__content {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .topComparison__content {
    margin: 30px 55px 50px;
    height: 605px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content {
    margin: 0 auto;
  }
}

.topComparison__content .comparation {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation {
    border-radius: 7px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation {
    border-radius: 4px;
  }
}

.topComparison__content .comparation__div {
  float: left;
}

.topComparison__content .comparation__div:first-child {
  margin-left: 0;
}

.topComparison__content .comparation__div:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation__div {
    margin: 45px 2.5px 5px;
  }
  .topComparison__content .comparation__div--title {
    width: 235px;
  }
  .topComparison__content .comparation__div--qqe {
    width: 260px;
  }
  .topComparison__content .comparation__div--other {
    width: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation__div {
    margin: 35px 1.5px 5px;
  }
  .topComparison__content .comparation__div--title {
    width: 21.5%;
  }
  .topComparison__content .comparation__div--qqe {
    width: 27%;
  }
  .topComparison__content .comparation__div--other {
    width: 24%;
  }
}

.topComparison__content .comparation__cup {
  background-color: #fed30d;
  position: absolute;
  text-align: center;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation__cup {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 55px 55px 0 0;
    height: 55px;
    left: 75px;
    top: -45px;
    width: 110px;
  }
  .topComparison__content .comparation__cup img {
    margin-top: 12px;
    width: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation__cup {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 25px 25px 0 0;
    height: 25px;
    left: calc((100% - 50px) / 2);
    top: -22px;
    width: 50px;
  }
  .topComparison__content .comparation__cup img {
    margin-top: 8px;
    width: 30px;
  }
}

.topComparison__content .comparation__tmp {
  background-color: #fed30d;
  position: absolute;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation__tmp {
    height: 15px;
    left: 65px;
    top: 0;
    width: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation__tmp {
    height: 7px;
    left: calc((100% - 54px) / 2);
    top: 0;
    width: 54px;
  }
}

.topComparison__content .comparation__note {
  margin-right: 8px;
  position: absolute;
  right: 0;
  top: -25px;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation__note {
    font-size: 0.8125rem;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation__note {
    font-size: 0.6875rem;
  }
}

.topComparison__content .comparation__school {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation__school {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation__school {
    font-size: 0.625rem;
  }
}

.topComparison__content .comparation__price {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation__price {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation__price {
    font-size: 0.875rem;
  }
}

.topComparison__content .comparation__currency {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation__currency {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation__currency {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation--title tr {
    border-bottom: 1px solid #ffffff;
  }
}

.topComparison__content .comparation--title tr:first-child, .topComparison__content .comparation--title tr:last-child {
  border: none;
}

.topComparison__content .comparation--qqe {
  position: relative;
}

.topComparison__content .comparation--qqe tr td {
  text-align: center;
}

.topComparison__content .comparation--qqe tr:first-child {
  border-bottom: 1px solid #ffe471;
}

.topComparison__content .comparation--qqe tr:nth-child(odd) {
  background-color: #fed30d;
}

.topComparison__content .comparation--qqe tr:nth-child(even) {
  background-color: #ffe471;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation--qqe {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    width: 260px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation--qqe {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  }
}

.topComparison__content .comparation--other tr td {
  text-align: center;
}

.topComparison__content .comparation--other tr:first-child {
  border-bottom: 1px solid #ffffff;
}

.topComparison__content .comparation--other tr:nth-child(odd) {
  background-color: #f3f6f7;
}

.topComparison__content .comparation--other tr:nth-child(even) {
  background-color: #ebedee;
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation tr {
    font-size: 0.9375rem;
  }
  .topComparison__content .comparation tr:nth-child(-n+6), .topComparison__content .comparation tr:nth-child(10) {
    height: 60px;
  }
  .topComparison__content .comparation tr:nth-child(n+7):nth-child(-n+9) {
    height: 45px;
  }
  .topComparison__content .comparation tr:first-child td {
    border-radius: 7px 7px 0 0;
  }
  .topComparison__content .comparation tr:last-child td {
    border-radius: 0 0 7px 7px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation tr {
    font-size: 0.6875rem;
    line-height: 15px;
  }
  .topComparison__content .comparation tr:nth-child(1) {
    height: 28px;
  }
  .topComparison__content .comparation tr:nth-child(2) {
    height: 42px;
  }
  .topComparison__content .comparation tr:nth-child(3) {
    height: 95px;
  }
  .topComparison__content .comparation tr:nth-child(4), .topComparison__content .comparation tr:nth-child(5), .topComparison__content .comparation tr:nth-child(9) {
    height: 60px;
  }
  .topComparison__content .comparation tr:nth-child(6), .topComparison__content .comparation tr:nth-child(8) {
    height: 50px;
  }
  .topComparison__content .comparation tr:nth-child(7) {
    height: 65px;
  }
  .topComparison__content .comparation tr:first-child td {
    border-radius: 4px 4px 0 0;
  }
  .topComparison__content .comparation tr:last-child td {
    border-radius: 0 0 4px 4px;
  }
}

@media only screen and (min-width: 769px) {
  .topComparison__content .comparation tr td {
    padding: 0 10px;
  }
  .topComparison__content .comparation tr td img {
    width: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .topComparison__content .comparation tr td {
    padding: 0 5px;
  }
  .topComparison__content .comparation tr td img {
    width: 11px;
  }
}

/*
 * topSpecial
 */
.topSpecial {
  background: #fff;
  margin-top: 20px;
  padding: 30px 57px;
  position: relative;
}

.topSpecial__title {
  color: #0052af;
  margin: 0;
}

.topSpecial__title--main {
  font-size: 1.375rem;
  line-height: 18px;
}

.topSpecial__title--sub {
  font-size: 0.875rem;
  line-height: 18px;
  margin-left: 20px;
}

.topSpecial__list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.topSpecial__item {
  width: 230px;
  float: left;
  margin-right: 16px;
}

.topSpecial__item:last-child {
  margin-right: 0;
}

.topSpecial__item__title {
  background: #dee7f2;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 32px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0 8px;
  margin-bottom: 8px;
}

.topSpecial__item__article {
  display: block;
}

.topSpecial__item__article__photo {
  width: 230px;
  height: 152px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.topSpecial__item__article__photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.topSpecial__item__article__date {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 22px;
  margin: 3px 0;
}

.topSpecial__item__article__title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 22px;
  color: #333;
}

.topSpecial__blogList {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px;
}

.topSpecial__blogList__item {
  display: block;
  width: 476px;
  float: left;
  border: 2px solid #ebeded;
  border-radius: 3px;
  padding: 16px 55px 16px 16px;
  position: relative;
}

.topSpecial__blogList__item:last-child {
  float: right;
}

.topSpecial__blogList__item:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: url("../images/common/icon_link_arrow.svg") center center no-repeat #dee7f2;
  background-size: 9px 16px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  right: 0;
  top: 0;
}

.topSpecial__blogList__item__photo {
  float: left;
  width: 130px;
  margin: 0 16px 0 0;
}

.topSpecial__blogList__item__title {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 30px;
}

.topSpecial__blogList__item__text {
  color: #6c6c6c;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 0 0;
}

@media only screen and (max-width: 768px) {
  .topSpecial {
    padding: 16px;
  }
  .topSpecial__title--main {
    font-size: 1.125rem;
  }
  .topSpecial__title--sub {
    font-size: 0.625rem;
    margin-left: 5px;
  }
  .topSpecial__item {
    width: 100%;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dee7f2;
  }
  .topSpecial__blogList {
    margin-top: 20px;
  }
  .topSpecial__blogList__item {
    width: 100%;
    float: none;
    padding: 16px 23px 16px 5px;
    margin-bottom: 5px;
  }
  .topSpecial__blogList__item:after {
    width: 20px;
    background-size: 6px 11px;
  }
  .topSpecial__blogList__item__photo {
    float: left;
    width: 95px;
    margin: 0 5px 0 0;
  }
  .topSpecial__blogList__item__photo img {
    width: 100%;
  }
  .topSpecial__blogList__item__title {
    font-size: 1rem;
    line-height: 22px;
  }
  .topSpecial__blogList__item__text {
    color: #6c6c6c;
    font-size: 0.75rem;
    padding-left: 100px;
  }
}

/*
 * topSns
 */
.topSns {
  overflow: hidden;
  *zoom: 1;
}

.topSns > div {
  background: #ffffff;
  float: left;
  margin-right: 15px;
  text-align: center;
  overflow: hidden;
}

.topSns > div:last-child {
  margin: 0;
}

.topSns > div iframe {
  max-height: 600px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 769px) {
  .topSns > div {
    height: 600px;
  }
  .topSns .topSns__fb {
    width: 500px;
  }
  .topSns .topSns__twitter {
    width: 566px;
  }
}

@media only screen and (max-width: 768px) {
  .topSns {
    padding: 0 16px;
  }
  .topSns > div {
    width: 100%;
    height: 500px;
    margin: 0 0 20px;
  }
  .topSns .topSns__twitter iframe {
    width: 100vw;
  }
}

.bnr_block {
  width: 100%;
  display: block;
  max-width: 1080px;
  padding: 0 142px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .bnr_block {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper__fee {
    margin-top: 15px;
    padding-top: 0;
  }
}

.fee_title__description {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0 0;
}

@media only screen and (max-width: 768px) {
  .fee_title__description {
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: bold;
    margin: 12px 0 0;
    text-align: center;
  }
}

.fee__trial_register {
  margin-top: 25px;
}

.fee__trial_register .fee__trial_register__link {
  width: 404px;
  background-color: #16A87E;
}

.fee__trial_register .fee__trial_register__link:hover {
  background-color: rgba(22, 168, 126, 0.8);
}

@media only screen and (max-width: 768px) {
  .fee__trial_register .fee__trial_register__link {
    width: 295px;
  }
}

@media only screen and (max-width: 768px) {
  .fee__trial_register .fee__trial_register__message {
    font-size: 0.6875rem;
    line-height: 15px;
  }
}

.register-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px;
}

.register-block .register-block__footer {
  font-size: 1.0625rem;
  line-height: 25px;
  letter-spacing: -0.3;
  margin: 6px 0 0;
  font-weight: 500;
}

/*****************************
  Options
 *****************************/
