@charset "UTF-8";
html {
  width: 100%; }

body {
  background-color: #fff;
  counter-reset: number 0; }

a {
  color: #262626; }

/* 
----------------------rayout */
#all {
  overflow: hidden; }

.inner {
  max-width: 1080px;
  margin: auto; }

/* 
----------------------font */
html {
  font-size: 62.5%; }

body {
  font-size: 1.7rem;
  line-height: 1.8; }

h1 {
  font-size: calc(2.4rem + (1vw - 0.56rem) * 3.0000);
  /* 24px~36pxで可変*/
  line-height: 1.3; }

h2 {
  font-size: calc(2rem + (1vw - 0.56rem) * 1.0000);
  /* 20px~24pxで可変*/
  line-height: 1.3; }

.bold {
  font-weight: bold; }

@media screen and (max-width: 560px) {
  /* 560px以下*/
  body {
    font-size: 1rem;
    /* 14px*/
    line-height: 2; }

  h1 {
    font-size: 2.2rem;
    /* 24px*/ }

  h2 {
    font-size: 1.2rem;
    /* 20px*/ } }
@media (min-width: 960px) {
  /* 960px以上*/
  body {
    font-size: 1.7rem; }

  h1 {
    font-size: 3.6rem;
    /* 36px*/ }

  h2 {
    font-size: 2.4rem;
    /* 24px*/ } }
@media (min-width: 1400px) {
  /* 1400px以上*/
  body {
    font-size: 1.7rem; }

  h1 {
    font-size: 3.8rem;
    /* 36px*/ }

  h2 {
    font-size: 2.6rem;
    /* 24px*/ } }
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); }
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); }
@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("Yu Mincho-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }
@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Bold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: nomal;
  color: #272727; }

.clr-green {
  color: #62D5C7 !important; }

/* style base
--------------------------------*/
p {
  font-size: 2rem;
  letter-spacing: 0.025em;
  text-justify: inter-ideograph;
  margin-bottom: 1.5em;
  line-height: 1.7; }
  @media screen and (max-width: 560px) {
    p {
      font-size: 1.2rem; } }

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif; }

.bold {
  font-weight: bold; }

.tx-right {
  margin-left: auto;
  text-align: right !important; }

.tx-center {
  margin: 0 auto;
  text-align: center !important; }

.txt-u {
  border-bottom: 1px solid #2F2F2F;
  padding-bottom: 0.2em;
  display: inline-block; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  position: relative;
  top: 0.3em; }

/* 
----------------------color */
.bg-1 {
  background-color: rgba(174, 232, 253, 0.1); }

.grd-clr {
  background: #75DAFF;
  background: -moz-linear-gradient(bottom, #51EBDC 0%, #75DAFF 100%);
  background: -webkit-gradient(linear, bottom, right top, from(#51EBDC), to(#75DAFF));
  background: -webkit-linear-gradient(bottom, #51EBDC 0%, #75DAFF 100%);
  background: -o-linear-gradient(bottom, #51EBDC 0%, #75DAFF 100%);
  background: -ms-linear-gradient(bottom, #51EBDC 0%, #75DAFF 100%);
  background: linear-gradient(to top right, #51EBDC 0%, #75DAFF 100%); }

.grd-clr2 {
  background: #70D9FF;
  background: -moz-linear-gradient(bottom left, #7C9EFF 0%, #70D9FF 100%);
  background: -webkit-gradient(linear, left bottom, right top, from(#7C9EFF), to(#70D9FF));
  background: -webkit-linear-gradient(bottom left, #7C9EFF 0%, #70D9FF 100%);
  background: -o-linear-gradient(bottom left, #7C9EFF 0%, #70D9FF 100%);
  background: -ms-linear-gradient(bottom left, #7C9EFF 0%, #70D9FF 100%);
  background: linear-gradient(to top right, #7C9EFF 0%, #70D9FF 100%); }

/* 
----------------------common */
section {
  padding: 4em 0; }
  @media screen and (max-width: 560px) {
    section {
      padding: 2em 0; } }

h1 {
  margin-top: 0; }
  h1.ttl {
    text-align: center;
    margin-bottom: 2em; }
    h1.ttl span {
      display: block;
      font-size: 2rem;
      letter-spacing: 0.6em;
      color: #6D8BDD;
      margin-bottom: 1em; }

h2 {
  font-size: 2rem;
  margin-bottom: 1em; }

h3 {
  font-size: 1.8rem;
  letter-spacing: 0.6em;
  color: #62D5C7; }

.ttl-b {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.6em;
  color: #6D8BDD;
  text-align: center; }

.btn a {
  display: block;
  position: relative;
  max-width: 600px;
  margin: auto;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #6D8BDD;
  border-radius: 3em;
  cursor: pointer;
  font-size: 2rem; }
  .btn a:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 24%;
    right: 1%;
    background-image: url("../images/_svg/icn-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    vertical-align: sub;
    margin-right: 0.5em; }
  .btn a:hover {
    background-color: #608FB7; }
  @media screen and (max-width: 560px) {
    .btn a {
      width: 80%;
      margin: auto;
      font-size: 1.5rem; } }
.btn.btn-m {
  width: 50%; }

.movie {
  width: 80%;
  padding: 5%;
  margin: 3% auto;
  background-color: #F7F7F6; }
  .movie video {
    width: 100%; }

/* 
----------------------index header */
#mv, #page {
  position: relative; }
  #mv header, #page header {
    min-width: 60%;
    position: fixed;
    top: 1em;
    right: -1.5em;
    z-index: 9999; }
    @media screen and (max-width: 860px) {
      #mv header, #page header {
        min-width: 100%;
        right: 0; } }
    #mv header nav, #page header nav {
      padding: 0.5em 2em;
      border-radius: 2em; }
      #mv header nav ul, #page header nav ul {
        margin-right: 4vw; }
        @media screen and (max-width: 860px) {
          #mv header nav ul, #page header nav ul {
            margin-right: 13vw; } }
        #mv header nav ul li, #page header nav ul li {
          margin: 0; }
          #mv header nav ul li a, #page header nav ul li a {
            color: #fff;
            padding: 0 1em; }

/* 
----------------------intro */
.intro h1.ttl {
  padding: 0 0 1em;
  color: #62D5C7;
  border-bottom: 6px solid #62D5C7; }
.intro .list {
  width: 80%;
  margin: auto;
  font-size: 1.5em; }
  @media screen and (max-width: 560px) {
    .intro .list {
      width: 94%;
      font-size: 1.3em; } }
  .intro .list li {
    margin-bottom: 0;
    padding: 0.3em 0;
    border-bottom: 1px solid #CECECE; }
    .intro .list li:before {
      content: "";
      background-image: url("../images/_svg/icn_check.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 2em;
      height: 2em;
      display: inline-block;
      position: relative;
      top: 1.2em;
      margin-right: 0.5em; }
      @media screen and (max-width: 560px) {
        .intro .list li:before {
          width: 1em;
          height: 1em;
          top: 0; } }
.intro dl {
  width: 90%;
  margin: auto;
  border: 3px solid #62D5C7;
  border-radius: 6px; }
  .intro dl dt {
    width: 30%; }
  .intro dl dd {
    width: 67%;
    padding-left: 3%;
    justify-content: left;
    align-items: center; }
    .intro dl dd p {
      font-size: 2.2rem;
      margin-bottom: 0; }
      @media screen and (max-width: 560px) {
        .intro dl dd p {
          font-size: 1rem; } }

/* 
----------------------voice */
.voice h1.ttl {
  position: relative;
  padding: 0.5em 0;
  color: #6D8BDD;
  background-color: #fff;
  border: 3px solid #6D8BDD;
  border-radius: 6px; }
  .voice h1.ttl:after {
    border-top: 20px solid #6c8bdd;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    content: '';
    margin-left: -25px;
    position: absolute;
    bottom: -20px;
    left: 50%; }
  @media screen and (max-width: 560px) {
    .voice h1.ttl {
      width: 90%;
      margin: auto;
      font-size: 1.8rem; } }
.voice .voice-list dl {
  padding: 5% 10%;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 4vw;
  width: 90%; }
  @media screen and (max-width: 560px) {
    .voice .voice-list dl.flex {
      display: block;
      width: 90%;
      margin: auto;
      padding: 5% 5%; } }
  .voice .voice-list dl dt {
    width: 35%; }
    @media screen and (max-width: 560px) {
      .voice .voice-list dl dt {
        width: 100%; } }
    .voice .voice-list dl dt p {
      text-align: center;
      margin: 0.5em 0; }
      @media screen and (max-width: 560px) {
        .voice .voice-list dl dt p {
          font-size: 1.5rem; } }
    .voice .voice-list dl dt .icon {
      position: relative;
      width: 70%;
      margin: auto; }
      .voice .voice-list dl dt .icon .tag {
        width: 60%;
        position: absolute;
        top: -1em;
        left: -4em; }
        @media screen and (max-width: 560px) {
          .voice .voice-list dl dt .icon .tag {
            width: 45%; } }
  .voice .voice-list dl dd {
    width: 65%; }
    @media screen and (max-width: 560px) {
      .voice .voice-list dl dd {
        width: 100%; }
        .voice .voice-list dl dd p {
          font-size: 1.2rem; } }
    .voice .voice-list dl dd h2 {
      font-size: 3rem;
      padding: 0.5em 0;
      border-bottom: 1px solid #6D8BDD;
      margin-bottom: 1em; }
      @media screen and (max-width: 560px) {
        .voice .voice-list dl dd h2 {
          font-size: 2rem; } }

/* 
----------------------recommend */
.recommend {
  padding-top: 0; }
  .recommend .sec-head {
    padding: 7vw 0; }
  .recommend .read {
    position: relative;
    top: -6vw;
    background: #fff;
    padding: 6vw 6vw 0; }
  .recommend h2 {
    background-color: #62D5C7;
    border-radius: 1.5em;
    padding: 0.5em;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 560px) {
      .recommend h2 {
        font-size: 1.5rem; } }
  .recommend .list {
    padding: 3vw;
    font-size: 2.2rem; }
    @media screen and (max-width: 560px) {
      .recommend .list {
        padding: 5vw; } }
    .recommend .list li {
      border-bottom: 1px solid #CECECE;
      padding-bottom: 0.5em; }
      .recommend .list li:before {
        content: "●";
        color: #62D5C7;
        padding-right: 1em;
        font-size: 1.2rem;
        position: relative;
        top: -0.5em; }
      @media screen and (max-width: 560px) {
        .recommend .list li {
          font-size: 1.3rem; } }
    .recommend .list small {
      display: block;
      font-weight: normal;
      padding: 1em; }
      @media screen and (max-width: 560px) {
        .recommend .list small {
          font-size: 1rem; } }
  .recommend .ws_list {
    padding: 3vw; }
    .recommend .ws_list li {
      position: relative;
      background-color: #FAFAFA;
      padding: 2vw; }
      .recommend .ws_list li p {
        margin-bottom: 0.5em;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 560px) {
          .recommend .ws_list li p {
            letter-spacing: 0; } }
        .recommend .ws_list li p span {
          width: 7em;
          display: inline-block;
          background-color: #62D5C7;
          border-radius: 1em;
          margin-right: 1em;
          padding: 0.1em 0;
          color: #fff;
          text-align: center;
          letter-spacing: 0; }
          @media screen and (max-width: 560px) {
            .recommend .ws_list li p span {
              width: 5em;
              font-size: 1.2rem; } }
          .recommend .ws_list li p span.available {
            display: none;
            font-size: 0.7em;
            margin-left: 3em;
            background-color: #6c8bdd; }
            .recommend .ws_list li p span.available.on {
              display: inline-block; }
          .recommend .ws_list li p span.unavailable {
            display: none;
            font-size: 0.7em;
            margin-left: 3em;
            background-color: #f87474; }
            .recommend .ws_list li p span.unavailable.off {
              display: inline-block; }
      .recommend .ws_list li .link-btn {
        width: 15%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
        .recommend .ws_list li .link-btn a {
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #6D8BDD;
          height: 100%;
          color: #fff;
          text-align: center; }
          .recommend .ws_list li .link-btn a:hover {
            background-color: #62d5c7; }
          .recommend .ws_list li .link-btn a.off {
            pointer-events: none;
            background-color: #9C9C9C; }
          .recommend .ws_list li .link-btn a img {
            display: block;
            width: 2em;
            margin: auto; }

/* 
----------------------page header */
#pankuzu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 560px) {
    #pankuzu {
      padding: 0 0 5% 5%; } }
  #pankuzu li {
    line-height: 2;
    display: contents; }
    #pankuzu li a {
      color: #6D8BDD;
      line-height: 2; }
      #pankuzu li a .material-symbols-outlined {
        position: relative;
        top: 0.2em; }

#page-header {
  position: fixed;
  width: 100%;
  z-index: 9999; }

#logo {
  position: relative;
  height: 6em; }
  #logo::before {
    position: absolute;
    top: 0;
    left: -5%;
    width: 65%;
    height: 100%;
    background: url("../images/bg-grd.jpg");
    background-size: cover;
    content: '';
    transform: skew(-30deg);
    z-index: -1; }
  #logo p {
    width: 13em;
    padding-top: 0.5em;
    margin-left: 2em; }

/* 
----------------------phead ttl */
#head-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  z-index: -10;
  background-color: #E5ECFF; }
  #head-ttl img {
    opacity: 0.27; }
    @media screen and (max-width: 560px) {
      #head-ttl img {
        width: 210%; } }
  #head-ttl h1 {
    position: absolute;
    text-align: center;
    letter-spacing: 0.2em; }
    #head-ttl h1 span {
      display: block;
      font-size: 1.2rem;
      letter-spacing: 0.6em;
      margin-bottom: 0.5em;
      color: #6D8BDD; }

/* 
----------------------page common */
h2.sec-ttl {
  font-size: 3rem;
  margin-bottom: 3em;
  padding-bottom: 0.5em;
  color: #6D8BDD;
  border-bottom: 2px solid #6D8BDD; }
  @media screen and (max-width: 560px) {
    h2.sec-ttl {
      font-size: 2.5rem; } }
  h2.sec-ttl span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.6em;
    margin-bottom: 0.8em;
    color: #62D5C7; }
h2.ttl {
  font-size: 3rem;
  background-color: #6D8BDD;
  color: #fff;
  border-radius: 3em;
  padding: 0.3em;
  margin-bottom: 2em; }
  @media screen and (max-width: 560px) {
    h2.ttl {
      font-size: 1.8rem; } }

/* 
----------------------teacher */
@media screen and (max-width: 560px) {
  #page.teacher .message dl {
    width: 90%;
    margin: auto; }
    #page.teacher .message dl.flex-sb {
      display: block; } }
#page.teacher .message dt {
  width: 32%; }
  @media screen and (max-width: 560px) {
    #page.teacher .message dt {
      width: 50%;
      margin: 0 auto 2em; } }
#page.teacher .message dd {
  width: 65%; }
  @media screen and (max-width: 560px) {
    #page.teacher .message dd {
      width: 100%; } }
  #page.teacher .message dd h2 {
    font-size: 3.2rem;
    border-bottom: 1px solid #6D8BDD;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 560px) {
      #page.teacher .message dd h2 {
        text-align: center;
        font-size: 2.2rem;
        line-height: 0.5; } }
    #page.teacher .message dd h2 span {
      display: block;
      font-size: 2rem;
      margin-bottom: 0.5em; }
      @media screen and (max-width: 560px) {
        #page.teacher .message dd h2 span {
          font-size: 1.5rem; } }
#page.teacher .app, #page.teacher .work {
  margin: auto;
  padding: 5%;
  background-color: #fff;
  margin-top: 1em;
  border-radius: 1em; }
#page.teacher .app {
  overflow: hidden; }
  #page.teacher .app dt, #page.teacher .app dd {
    padding: 0.8em 0; }
    #page.teacher .app dt:last-child, #page.teacher .app dd:last-child {
      border: none; }
  #page.teacher .app dt {
    width: 25%;
    float: left;
    clear: both;
    color: #6D8BDD;
    font-size: 1.6rem; }
    @media screen and (max-width: 560px) {
      #page.teacher .app dt {
        width: 100%;
        font-size: 1.2rem;
        float: inherit; } }
  #page.teacher .app dd {
    border-bottom: 1px solid #EAEAEA;
    padding-left: 25%;
    font-size: 1.7rem; }
    @media screen and (max-width: 560px) {
      #page.teacher .app dd {
        font-size: 1.3rem;
        padding-left: 0; } }
#page.teacher .work li {
  border-bottom: 1px solid #EAEAEA;
  padding: 0.8em 0; }
  #page.teacher .work li:last-child {
    border: none; }

/* 
----------------------lesson */
#page.lesson .read p {
  width: 80%;
  margin: auto; }
#page.lesson .detail {
  padding: 5% 8%;
  background-color: #fff;
  border-radius: 1em;
  margin-top: 4em;
  margin-bottom: 10em; }
  #page.lesson .detail img {
    width: 9em;
    margin: -9em auto 0;
    display: block; }
  #page.lesson .detail dt {
    font-size: 2.5rem;
    border-bottom: 1px solid #62D5C7;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-weight: bold; }
    @media screen and (max-width: 560px) {
      #page.lesson .detail dt {
        font-size: 1.6rem; } }
    #page.lesson .detail dt:before {
      display: inline-block;
      counter-increment: number 1;
      content: counter(number) " ";
      background: #62D5C7;
      border-radius: 50%;
      width: 5rem;
      height: 5rem;
      padding: 0 1.7rem;
      margin-right: 0.5em;
      color: #fff; }
      @media screen and (max-width: 560px) {
        #page.lesson .detail dt:before {
          width: 3rem;
          height: 3rem;
          text-align: center;
          padding: 0; } }
  #page.lesson .detail dd {
    margin-bottom: 4em; }
    #page.lesson .detail dd:last-child {
      margin-bottom: 0; }
#page.lesson .special {
  padding: 5% 8%;
  background-color: #fff;
  border-radius: 1em; }
  #page.lesson .special img {
    width: 12em;
    margin: -11em auto 0;
    display: block; }
  #page.lesson .special li {
    font-size: 2rem; }
    #page.lesson .special li:before {
      content: "●";
      margin-right: 0.5em;
      color: #6D8BDD; }
#page.lesson .request-area {
  position: relative;
  background-color: #6D8BDD;
  color: #fff;
  font-size: 2rem;
  border-radius: 1em; }
  @media screen and (max-width: 560px) {
    #page.lesson .request-area {
      width: 98%;
      margin: auto; } }
  #page.lesson .request-area .ttl {
    font-size: 3rem;
    padding-top: 1.5em; }
    @media screen and (max-width: 560px) {
      #page.lesson .request-area .ttl {
        font-size: 2rem;
        margin-bottom: 1em; } }
    #page.lesson .request-area .ttl span {
      display: block;
      margin-bottom: 0.3em;
      color: #EBFE00;
      font-size: 2rem; }
      @media screen and (max-width: 560px) {
        #page.lesson .request-area .ttl span {
          font-size: 1.3rem; } }
  #page.lesson .request-area ul {
    width: 70%;
    margin: auto;
    font-size: 2.5rem; }
    @media screen and (max-width: 560px) {
      #page.lesson .request-area ul {
        margin-bottom: 1em; }
        #page.lesson .request-area ul.flex-center {
          display: block;
          width: 90%; } }
    #page.lesson .request-area ul li {
      padding: 0.5em 1em; }
      @media screen and (max-width: 560px) {
        #page.lesson .request-area ul li {
          font-size: 1.6rem;
          padding: 0;
          margin: 0 0 0.5em; } }
      #page.lesson .request-area ul li span {
        display: inline-block;
        background-color: #fff;
        color: #6D8BDD;
        font-size: 2rem;
        padding: 0 1em;
        border-radius: 2em;
        margin-right: 1em; }
        @media screen and (max-width: 560px) {
          #page.lesson .request-area ul li span {
            font-size: 1.6rem;
            width: 6em;
            padding: 0;
            text-align: center; } }
  #page.lesson .request-area .request-icn {
    position: absolute;
    display: block;
    width: 13%;
    top: -10%;
    right: 8%; }
    @media screen and (max-width: 560px) {
      #page.lesson .request-area .request-icn {
        width: 24%;
        top: -16%;
        right: 0; } }
  #page.lesson .request-area .request-btn a {
    display: block;
    background-color: #62D5C7;
    color: #fff;
    font-size: 2.5rem;
    padding: 0.5em 0;
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em; }
    @media screen and (max-width: 560px) {
      #page.lesson .request-area .request-btn a {
        font-size: 1.6rem; } }
    #page.lesson .request-area .request-btn a:after {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      background-image: url("../images/_svg/icn-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      vertical-align: text-top;
      margin-left: 0.5em; }
#page.high-level h2 {
  position: relative;
  padding-left: 2em; }
  @media screen and (max-width: 560px) {
    #page.high-level h2 {
      padding-left: 1em;
      font-size: 2rem;
      letter-spacing: -0.05em; } }
  #page.high-level h2 img {
    position: absolute;
    width: 20%;
    display: block;
    top: -3em;
    right: 0; }
    @media screen and (max-width: 560px) {
      #page.high-level h2 img {
        top: 0; } }
#page.high-level .read p {
  width: 80%;
  margin: auto; }
#page.high-level dl {
  margin: 2em auto 0;
  padding: 5%;
  background-color: #fff;
  border-radius: 1em;
  font-size: 2rem;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    #page.high-level dl {
      font-size: 1.5rem; } }
  #page.high-level dl dt, #page.high-level dl dd {
    padding: 0.8em 0; }
    #page.high-level dl dt:last-child, #page.high-level dl dd:last-child {
      border: none; }
  #page.high-level dl dt {
    width: 25%;
    float: left;
    clear: both;
    font-weight: bold; }
    @media screen and (max-width: 560px) {
      #page.high-level dl dt {
        float: none;
        width: 95%; } }
  #page.high-level dl dd {
    border-bottom: 1px solid #EAEAEA;
    padding-left: 25%; }
    @media screen and (max-width: 560px) {
      #page.high-level dl dd {
        float: none;
        width: 95%;
        padding-left: 5%; } }
#page.high-level .intermediate h3 {
  width: 80%;
  margin: auto;
  background-color: #62D5C7;
  color: #fff;
  border-radius: 2em;
  font-size: 2.5rem; }
  @media screen and (max-width: 560px) {
    #page.high-level .intermediate h3 {
      font-size: 1.8rem; } }
#page.high-level .intermediate dl {
  margin-bottom: 2em; }
  #page.high-level .intermediate dl dd {
    border-bottom: 1px solid #62D5C7; }
    #page.high-level .intermediate dl dd:last-child {
      border: none; }
    #page.high-level .intermediate dl dd:before {
      content: url("../images/_svg/arrow-grn.svg");
      display: inline-block;
      position: relative;
      left: -0.5em; }
#page.high-level .advanced h3 {
  width: 80%;
  margin: auto;
  background-color: #6D8BDD;
  color: #fff;
  border-radius: 2em;
  font-size: 2.5rem; }
  @media screen and (max-width: 560px) {
    #page.high-level .advanced h3 {
      font-size: 1.8rem; } }
#page.high-level .advanced dl dd {
  border-bottom: 1px solid #6D8BDD; }
  #page.high-level .advanced dl dd:last-child {
    border: none; }
  #page.high-level .advanced dl dd:before {
    content: url("../images/_svg/arrow-bl.svg");
    display: inline-block;
    position: relative;
    left: -0.5em; }
#page.high-level .price .box {
  border: 2px solid #6D8BDD;
  border-radius: 1em;
  padding: 5%; }
#page.high-level .price .price-area .txt-u {
  display: block;
  border-bottom: 1px solid #6D8BDD; }
#page.high-level .price h3 {
  font-size: 2.5rem;
  color: #6D8BDD;
  margin-bottom: 1em; }
#page.high-level .price h4 {
  color: #6D8BDD;
  letter-spacing: 0.6em;
  margin-bottom: 0.5em; }
#page.high-level .price .special {
  background-color: #EBFE00;
  border-radius: initial;
  padding: 3%; }

/* 
----------------------voice */
#page.voice .list {
  margin-top: 4em; }
  @media screen and (max-width: 560px) {
    #page.voice .list {
      width: 90%;
      margin: auto; } }
  #page.voice .list li {
    border: 3px solid #6D8BDD;
    padding: 5%;
    margin-bottom: 2em;
    border-radius: 1em; }
    #page.voice .list li .ttl {
      border-bottom: 1px solid #6D8BDD;
      padding-bottom: 0.5em;
      font-size: 2.3rem;
      margin-bottom: 1em; }
      @media screen and (max-width: 560px) {
        #page.voice .list li .ttl {
          font-size: 1.8rem; } }
    #page.voice .list li .txt {
      font-size: 1.8rem; }
      @media screen and (max-width: 560px) {
        #page.voice .list li .txt {
          font-size: 1.4rem; } }

/* 
----------------------column */
#page.column .list {
  margin-top: 4em; }
  @media screen and (max-width: 560px) {
    #page.column .list {
      width: 90%;
      margin: auto; } }
  #page.column .list li {
    border: 3px solid #6D8BDD;
    padding: 5%;
    margin-bottom: 2em;
    border-radius: 1em; }
    #page.column .list li .ttl {
      border-bottom: 1px solid #6D8BDD;
      padding-bottom: 0.5em;
      font-size: 2.3rem;
      margin-bottom: 1em; }
      @media screen and (max-width: 560px) {
        #page.column .list li .ttl {
          font-size: 1.8rem; } }
    #page.column .list li .txt {
      font-size: 1.8rem;
      margin-bottom: 1em; }
      @media screen and (max-width: 560px) {
        #page.column .list li .txt {
          font-size: 1.4rem; } }
    #page.column .list li .date {
      color: #62D5C7;
      font-size: 1.5rem;
      margin-bottom: 0; }
      @media screen and (max-width: 560px) {
        #page.column .list li .date {
          font-size: 1.2rem; } }
    #page.column .list li .more-btn a {
      color: #6D8BDD;
      letter-spacing: 0.2em;
      font-size: 1.5rem; }
      @media screen and (max-width: 560px) {
        #page.column .list li .more-btn a {
          font-size: 1.2rem; } }
      #page.column .list li .more-btn a img {
        width: 1.3em;
        position: relative;
        top: 0.4em; }

/* 
----------------------login area */
.lock-area {
  padding: 5%;
  background-color: #F3FCFC;
  max-width: 800px;
  margin: 3% auto; }
  .lock-area button,
  .lock-area [type="button"],
  .lock-area [type="reset"],
  .lock-area [type="submit"] {
    border: none; }
  .lock-area .psw-read {
    text-align: center;
    margin-bottom: 1em; }
  .lock-area .pass {
    display: block;
    width: 35%;
    padding: 0.8em;
    margin: auto auto 2em;
    border: 1px solid #ccc;
    border-radius: 6px; }
  .lock-area .submit {
    display: block;
    position: relative;
    max-width: 600px;
    width: 17em;
    margin: auto;
    padding: 0.5em 1em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #6D8BDD;
    border-radius: 3em;
    cursor: pointer;
    font-size: 2rem; }
    .lock-area .submit:after {
      content: "";
      display: block;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      top: 24%;
      right: 1%;
      background-image: url("../images/_svg/icn-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      vertical-align: sub;
      margin-right: 0.5em; }
    .lock-area .submit:hover {
      background-color: #608FB7; }

.customer .list {
  border-bottom: 1px solid #6c8bdd; }
  .customer .list li {
    border-top: 1px solid #6c8bdd;
    margin-bottom: 0;
    position: relative; }
    .customer .list li a {
      display: block;
      color: #272727;
      padding: 1em; }
      .customer .list li a:hover {
        background-color: rgba(108, 139, 221, 0.28); }
    .customer .list li .thumb {
      width: 20%; }
    .customer .list li .read {
      width: 75%; }
      .customer .list li .read .ttl {
        font-size: 1.5em;
        color: #6c8bdd;
        margin-bottom: 0.5em; }
        .customer .list li .read .ttl:before {
          counter-increment: number 1;
          content: counter(number) " ";
          display: inline-block;
          background-color: #58e7e3;
          width: 1.8em;
          text-align: center;
          position: relative;
          top: 0px;
          color: #fff; }
      .customer .list li .read .txt p {
        margin-bottom: 0; }
    .customer .list li .more-btn {
      position: absolute;
      top: 45%;
      left: 0;
      width: 3%; }

/* 
----------------------movie single */
.movie-single video {
  width: 100%; }

/* 
----------------------privacy policy */
.privacy-policy h3 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  margin-top: 2em; }

/* 
----------------------company detail */
.company .detail {
  max-width: 760px;
  margin: 3em auto 3em;
  overflow: hidden; }
  .company .detail dd, .company .detail dt {
    padding: 0.8em 0;
    border-bottom: 1px solid #ccc; }
  .company .detail dt {
    float: left;
    clear: both;
    width: 30%;
    font-weight: bold; }
  .company .detail dd {
    float: right;
    width: 70%; }

/* 
----------------------footer */
footer {
  padding-top: 3em; }
  footer .ttl-b {
    margin-bottom: 2em; }
  footer .company {
    background-color: #F5F5F5;
    padding: 4vw;
    margin-top: 4vw; }
    footer .company span {
      margin-right: 1em; }
    footer .company .name:before {
      content: url("../images/_svg/icn-arrow-br.svg");
      display: inline-block;
      position: relative;
      left: -0.5em; }

#copy {
  padding: 1em;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.2em; }

#fix-btn {
  width: 8em;
  position: absolute;
  bottom: -5%;
  right: 10%; }

/* 
----------------------sp-nav */
#sp-nav {
  /*header-nav*/ }
  #sp-nav .nav-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb; }
    #sp-nav .nav-btn span, #sp-nav .nav-btn span:before, #sp-nav .nav-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute; }
    #sp-nav .nav-btn span:before {
      bottom: 8px; }
    #sp-nav .nav-btn span:after {
      top: 8px; }
  #sp-nav #nav-check:checked ~ .nav-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/ }
  #sp-nav #nav-check:checked ~ .nav-btn span::before {
    bottom: 0;
    transform: rotate(45deg); }
  #sp-nav .menu-trigger, #sp-nav .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
  #sp-nav .menu-trigger {
    position: fixed;
    top: 20px;
    right: 0.5em;
    width: 60px;
    height: 50px;
    z-index: 9999;
    border-radius: 3px;
    background-color: #6c8bdd; }
  #sp-nav .menu-trigger span {
    position: absolute;
    z-index: 9999;
    left: 20%;
    width: 60%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px; }
  #sp-nav .menu-trigger span:nth-of-type(1) {
    top: 14px; }
  #sp-nav .menu-trigger span:nth-of-type(2) {
    top: 23px; }
  #sp-nav .menu-trigger span:nth-of-type(3) {
    bottom: 14px; }
  #sp-nav .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  #sp-nav .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  #sp-nav .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
    bottom: 18px; }
  #sp-nav #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #62D5C7;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.8rem; }
    #sp-nav #overlay .flex-sb {
      display: block; }
  #sp-nav #overlay ul {
    width: 100%;
    margin-top: 36px;
    letter-spacing: 0.1em; }
    #sp-nav #overlay ul li {
      padding-left: 0px;
      list-style-type: none;
      border-bottom: 1px solid #fff;
      padding: 0 0.5em !important;
      text-align: center; }
      #sp-nav #overlay ul li:last-child {
        border: none; }
      #sp-nav #overlay ul li .revel2 {
        position: static;
        display: block;
        width: 100%;
        margin-top: 0;
        padding: 0; }
        #sp-nav #overlay ul li .revel2 li {
          border-bottom: none;
          text-align: left; }
          #sp-nav #overlay ul li .revel2 li:last-child {
            margin-bottom: 1em; }
          #sp-nav #overlay ul li .revel2 li a {
            padding: 0; }
            #sp-nav #overlay ul li .revel2 li a:before {
              content: "-";
              display: inline-block; }
      #sp-nav #overlay ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: 700;
        padding: 0.5em 0;
        text-align: left;
        border-bottom: none; }
