@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+JP:wght@300;400;500;700&family=Ropa+Sans&family=Questrial&display=swap");
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  font-family: YakuHanJP, Inter, "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #424242;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 4rem;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

menu,
ol,
ul {
  list-style: none;
  list-style-image: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

a {
  color: #424242;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}

a:active, a:hover {
  outline: 0;
}

a:focus {
  outline: none;
}

a img,
a svg {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

::-moz-selection {
  background: #c2d8e3;
  color: #fff;
}

::selection {
  background: #c2d8e3;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #c1c1c1;
}

::-moz-placeholder {
  color: #c1c1c1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-loading .slick-list {
  background: #fff center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  cursor: default;
}

.slick-prev:before,
.slick-next:before {
  font-size: 10rem;
  line-height: 1;
  opacity: 1;
  color: #c2d8e3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -3rem;
}

[dir="rtl"] .slick-prev {
  right: -3rem;
  left: auto;
}

.slick-prev:before {
  content: "\e686";
  font-family: "Pe-icon-7-stroke";
}

[dir="rtl"] .slick-prev:before {
  content: "\e686";
  font-family: "Pe-icon-7-stroke";
}

.slick-next {
  right: -3rem;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -3rem;
}

.slick-next:before {
  content: "\e684";
  font-family: "Pe-icon-7-stroke";
}

[dir="rtl"] .slick-next:before {
  content: "\e684";
  font-family: "Pe-icon-7-stroke";
}

.slick-dots {
  padding: 0;
  display: block;
  list-style: none;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots li {
  position: relative;
  margin: 0 1rem;
  padding: 0;
  display: inline-block;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
  background: #c1c1c1;
  outline: none;
  border-radius: 50px;
}

.slick-dots li.slick-active button {
  background: #424242;
}

@media screen and (min-width: 1280px) {
  .slick-dots li {
    margin: 0 1.2rem;
  }
  .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}

.spec-slide .js-spec-slider {
  padding-bottom: 3rem;
}

@media screen and (min-width: 1280px) {
  .spec-slide {
    width: 60%;
  }
  .spec-slide .js-spec-slider {
    padding-bottom: 4rem;
  }
}

.header {
  height: 100%;
}

.header-logo {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 2rem;
}
.header-logo img{
	height: 20px;
}
.header-logo a{
	font-size: 1rem;
	color: #8c8e7f;
}
.business-guide {
display: flex;
    align-items: center;
}
.business-guide img{
    height: 15px;
}
.header-visual {
  /*height: calc(100% - 47px);*/
  height: calc(100% - 59px);
  background-image: url(../images/visual-img@sp.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.header-visual:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50vw 30vw 0 0;
  border-color: rgba(255, 255, 255, 0.35) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.header-visual .visual-inner {
  text-align: center;
  padding-top: 10rem;
}

.header-visual .visual-inner__sub {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.35rem;
}

.header-visual .visual-inner__heading {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 1rem 0 0.5rem;
}

.header-visual .visual-inner__title {
  font-family: "Abel", sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.35rem;
}

.header-visual .visual-inner__list {
  text-align: center;
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.header-visual .visual-inner__list ul {
  padding: 1.5rem;
  margin: 0 auto;
  background: #c2d8e3;
  display: inline-block;
}

.header-visual .visual-inner__list ul li {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  position: relative;
}

.header-visual .visual-inner__list ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/check-icon-w.svg);
  background-position: center center;
  background-size: 15px 15px;
  position: absolute;
  top: 0.75rem;
  left: 0;
}

.header-scroll {
  font-family: "Ropa Sans", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  padding-bottom: 6rem;
  position: absolute;
  bottom: 0;
  left: 5%;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0;
  letter-spacing: 0.25rem;
}

.header-scroll--line {
  width: 1px;
  height: 50px;

  bottom: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transition: all 0.85s ease-out;
  transition: all 0.85s ease-out;
}

.header-scroll--line:after {
  content: "";
  width: 100%;
  background: #fff;
  display: block;
  -webkit-animation: scroll 1.5s ease infinite normal;
          animation: scroll 1.5s ease infinite normal;
  overflow: hidden;
}

.header .js-header-scroll {
  opacity: 1;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 60px;
    margin-top: 0;
  }
  100% {
    margin-top: 60px;
    height: 60px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 60px;
    margin-top: 0;
  }
  100% {
    margin-top: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .header-logo {
        padding: 3.5rem;
        /*position: fixed;
        z-index: 9999;
        background: white;
        width: 100%;
        box-sizing: border-box;*/
  }
  .header-logo img{
	  height: 35px;
  }
  .header-logo a{
    font-size: 1.3rem;
  }
  .business-guide img{
    height: 25px;
  }
  .header-visual {
    /*height: calc(100% - 65px);*/
	height: calc(100% - 105px);
    background-image: url(../images/visual-img@pc.jpg);
  }
  .header-visual:before {
    border-width: 30vw 20vw 0 0;
  }
  .header-visual .visual-inner {
    text-align: right;
    padding: 4.5% 5% 0 0;
  }
  .header-visual .visual-inner__sub {
    font-size: 4rem;
    line-height: 1;
  }
  .header-visual .visual-inner__heading {
    font-size: 6rem;
    line-height: 1;
    margin: 1.5rem 0 1rem;
  }
  .header-visual .visual-inner__title {
    font-size: 5rem;
    letter-spacing: 0.85rem;
  }
  .header-visual .visual-inner__list {
    max-width: 550px;
    text-align: right;
    margin: 1rem 0 0 auto;
    padding: 0;
  }
  .header-visual .visual-inner__list ul {
    padding: 1.5rem 2rem;
    margin: 0;
    background: #c2d8e3;
  }
  .header-visual .visual-inner__list ul li {
    font-size: 1.9rem;
    letter-spacing: 0.35rem;
    font-weight: 500;
    padding-left: 2.5rem;
  }
  .header-visual .visual-inner__list ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/check-icon-w.svg);
    background-position: center center;
    background-size: 18px 18px;
    position: absolute;
    top: 0.75rem;
    left: 0;
  }
  .header-scroll {
    font-size: 1.5rem;
    bottom: 0;
    left: 95%;
  }
}

@media screen and (min-width: 1280px) {
  .header-visual .visual-inner__sub {
    font-size: 5.4rem;
    letter-spacing: 0.65rem;
  }
  .header-visual .visual-inner__heading {
    font-size: 6.8rem;
  }
}

.main {
  display: block;
  overflow: hidden;
}

.hero-main {
  position: relative;
}

.hero-main--r {
  margin-right: 12%;
}

.hero-main--l {
  margin-left: 12%;
}

.hero-main img {
  width: 100%;
}

.hero-main__heading {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: 20%;
  z-index: 9999;
}

.movie {
  padding: 5%;
  background: #c2d8e3;
  position: relative;
}

.movie-wrap {
  height: 35vh;
  background-image: url(../images/movie-img@sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.movie a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.movie .play-icon {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice {
  margin-top: 8rem;
}

.voice-heading {
  font-size: 3.2rem;
  font-weight: 400;
  color: #c2d8e3;
  text-align: center;
  letter-spacing: 0.35rem;
}

.voice-heading--sp {
  margin-bottom: 1.5rem;
}

.voice-heading--pc {
  display: none;
}

.voice-inner {
  margin: 2.5rem 1rem 0;
}

.voice-inner p {
  font-weight: 700;
}

.voice-inner .profile-txt {
  font-size: 1.3rem;
  font-weight: 400;
}

.voice-inner .profile-txt:before {
  content: "";
  width: 80px;
  height: 1px;
  margin: 2.5rem 0;
  background: #424242;
  display: block;
}

.voice-col__block {
  margin-top: 8rem;
}

.voice-col__block img {
  width: 100%;
}

.voice-col__heading {
  font-size: 2.2rem;
  color: #c2d8e3;
  text-align: center;
  margin: 2rem 0;
}

.voice-col__txt {
  margin: 0 1rem;
  padding: 2rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.voice-col__txt:before {
  content: "";
  width: 35px;
  height: 35px;
  border-top: 1px solid #424242;
  border-left: 1px solid #424242;
  position: absolute;
  top: 0;
  left: 0;
}

.voice-col__txt:after {
  content: "";
  width: 35px;
  height: 35px;
  border-bottom: 1px solid #424242;
  border-right: 1px solid #424242;
  position: absolute;
  bottom: 0;
  right: 0;
}

.voice-col__txt p {
  letter-spacing: 0.15rem;
}

.feature {
  margin-top: 8rem;
}

.feature-col__block {
  margin-top: 8rem;
}

.feature-col__block img {
  width: 100%;
}

.feature-col__heading {
  font-size: 2.2rem;
  color: #c2d8e3;
  text-align: center;
  margin: 2rem 0;
}

.feature-col__txt {
  margin: 0 1rem;
  padding: 2rem 2rem 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feature-col__txt p {
  letter-spacing: 0.15rem;
}

.use {
  margin-top: 8rem;
  padding: 6rem 1rem;
  background: #c1c1c1;
}

.use-heading {
  font-family: "Abel", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75rem;
  margin-bottom: 1rem;
}

.use-txt {
  color: #fff;
  text-align: center;
}

.use-inner {
  margin-top: 3.5rem;
}

.spec {
  max-width: 1400px;
  margin: 8rem auto;
}

.spec-heading {
  font-family: "Abel", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #c2d8e3;
  text-align: center;
  letter-spacing: 0.75rem;
  margin-bottom: 1rem;
}

.spec-txt {
  color: #a5a5a5;
  text-align: center;
}

.spec-note {
  font-size: 1.2rem;
  line-height: 2.5;
  text-align: center;
  margin-top: 1.5rem;
}

.spec-note span {
  color: #fff;
  padding: 0.35rem;
  background: #a5a5a5;
}

.spec-inner {
  margin: 0 1rem;
}

.spec-inner__block {
  margin-top: 3.5rem;
  padding: 2.5rem;
  border: 1px solid #a5a5a5;
}

.spec-inner__block p {
  font-size: 1.5rem;
}

.spec-inner .s-heading {
  padding: 0 0 0 5.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  position: relative;
}

.spec-inner .s-heading span {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.spec-inner .week {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #c1c1c1;
}

.spec-inner .week dl {
  width: 100%;
  display: table;
}

.spec-inner .week dl + dl {
  margin-top: 2rem;
}

.spec-inner .week dl dt,
.spec-inner .week dl dd {
  font-size: 1.4rem;
  font-weight: 500;
  display: table-cell;
  vertical-align: top;
}

.spec-inner .week dl dt {
  width: 75px;
}

.spec-level {
  margin-top: 5rem;
}

.spec-table {
  margin-top: 5rem;
  padding: 0 1rem;
}

.spec-table table {
  width: 100%;
  table-layout: fixed;
  font-size: 1.4rem;
  text-align: center;
}

.spec-table table th,
.spec-table table td {
  padding: 0.5rem;
  border-bottom: 1px solid #c1c1c1;
}

.spec-info {
  max-width: 1024px;
  margin: 5rem auto 5rem;
  padding: 0 1rem;
}

.spec-info dl {
  padding: 1.7rem 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.spec-info dl:nth-child(n + 2) {
  margin-top: -1px;
}

.spec-info dl dt {
  font-size: 1.5rem;
  font-weight: 700;
}

.spec-info dl dd {
  font-size: 1.5rem;
}

.spec-info ul {
  font-size: 1.2rem;
  margin-top: 2rem;
}

.spec-info ul li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

.spec-faq {
  margin: auto;
  max-width: 1024px;
  padding: 0 1rem;
}

.spec-faq table {
  width: 100%;
  font-size: 1.5rem;
  text-align: left;
}

.spec-faq table th,
.spec-faq td {
  padding: 0.5rem;
  border-bottom: 1px solid #c1c1c1;
}

.set {
  padding: 6rem 1rem;
  background: #fff;
}

.set-heading {
  font-family: "Abel", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #c2d8e3;
  text-align: center;
  letter-spacing: 0.75rem;
  margin-bottom: 1rem;
}

.set .start-plan {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.set .start-plan__heading {
  font-size: 2.4rem;
  text-align: center;
}

.set .start-plan__txt {
  font-size: 1.5rem;
  color: #a5a5a5;
  text-align: center;
}

.set .start-plan__note {
  margin-top: 3rem;
  padding: 2rem;
  background: #a5a5a5;
}

.set .start-plan__note dl {
  font-size: 1.5rem;
}

.set .start-plan__note dl + dl {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}

.set .start-plan__note dl dt {
  width: 120px;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.35rem;
  background: #fff;
}

.set .start-plan__note dl dd {
  color: #fff;
}

.set .start-plan__info {
  margin-top: 3rem;
}

.set .start-plan__info h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.set .start-plan__info dl {
  padding: 2rem;
  background: #c2d8e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.set .start-plan__info dl + dl {
  margin-top: 0.5rem;
}

.set .start-plan__info dl dt {
  width: 65px;
  margin-right: 2rem;
}

.set .start-plan__info dl dd {
  font-size: 1.4rem;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.set .start-plan__info dl dd span {
  font-size: 1.6rem;
  font-weight: 700;
}
.start-plan p {
	color: #a5a5a5;
	text-align: center;
    padding-top: 10px;
}

.set .more-plan {
  margin-top: 3rem;
}

.set .more-plan__heading {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.set .more-plan__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.set .more-plan__inner .course {
  margin-top: 2.5rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #a5a5a5;
}

.set .more-plan__inner .course h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.set .more-plan__inner .course-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.set .more-plan__inner .course-col__img {
  width: 60px;
  margin-right: 1.5rem;
}

.set .more-plan__inner .course-col__block p {
  font-size: 1.4rem;
  color: #c1c1c1;
}

.set .more-plan__inner .course-col__block .price {
  font-weight: 700;
  margin-top: 1rem;
}

.set .more-plan__inner .course-col__block .price span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}

.set .more-plan__inner .course-txt {
  font-size: 1.4rem;
  text-align: left;
  color: #000;
}

.set .more-plan__inner .oil-txt {
  font-size: 1.4rem;
  text-align: left;
  color: #a5a5a5;
}

.set .more-plan__inner .course-set {
  margin-top: 3.5rem;
  padding: 2rem 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.set .more-plan__inner .sourse-txt {
  font-size: 1.2rem;
  text-align: left;
  color: #a5a5a5;
}

.set .more-plan__inner .course-price {
  text-align: center;
  margin: 2.5rem 0;
}

.set .more-plan__inner .course-price h4 {
  font-family: "Questrial", sans-serif;
  font-size: 2.4rem;
}

.set .more-plan__inner .course-price h4 span {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: bold;
}

.set .more-plan__inner .course-price p {
  font-size: 1.4rem;
}

.set .more-plan__inner .course-price p span {
  font-size: 1.4rem;
  color: #a5a5a5;
}

.set .more-plan__inner .course-price > span {
  font-size: 1.1rem;
  color: #a5a5a5;
  display: block;
}

.set .more-plan__inner {
  width: 100%;
  margin: 0 auto;
}

.set .more-plan__inner p {
  font-size: 1.1rem;
  color: #a5a5a5;
  margin-top: 0.75rem;
}

.set .more-plan__inner .course-recommend {
  margin-top: 1.5rem;
  padding: 2rem 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.set .more-plan__inner .course-recommend h5 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.set .more-plan__inner .course-recommend ul li {
  font-size: 1.4rem;
  padding-left: 2rem;
  position: relative;
}

.set .more-plan__inner .course-recommend ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/arrow-icon.svg);
  background-size: 12px 12px;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.set .more-plan__inner .course-recommend ul li + li {
  margin-top: 0.5rem;
}

.set .more-plan__inner .course-btn {
  max-width: 380px;
  margin: 3rem auto 0;
}

.set .more-plan__inner .course-btn a {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1.3rem;
  background: #a5a5a5;
  border: 1px solid #a5a5a5;
  display: block;
  border-radius: 50px;
  position: relative;
}

.set .more-plan__inner .course-btn a:after {
  content: "";
  width: 25px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.set .btn {
  max-width: 560px;
  margin: 4rem auto 0;
}

.set .btn a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #a5a5a5;
  text-align: center;
  padding: 1.3rem;
  background: #fff;
  border: 1px solid #fff;
  display: block;
  border-radius: 50px;
  position: relative;
}

.set .btn a:after {
  content: "";
  width: 25px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.plan {
  padding: 6rem 1rem;
  background: #c2d8e3;
}

.plan-heading {
  font-family: "Abel", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75rem;
  margin-bottom: 1rem;
}

.plan .start-plan {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plan .start-plan__heading {
  font-size: 2.4rem;
  text-align: center;
}

.plan .start-plan__txt {
  font-size: 1.5rem;
  color: #a5a5a5;
  text-align: center;
}

.plan .start-plan__note {
  margin-top: 3rem;
  padding: 2rem;
  background: #a5a5a5;
}

.plan .start-plan__note dl {
  font-size: 1.5rem;
}

.plan .start-plan__note dl + dl {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}

.plan .start-plan__note dl dt {
  width: 120px;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.35rem;
  background: #fff;
}

.plan .start-plan__note dl dd {
  color: #fff;
}

.plan .start-plan__info {
  margin-top: 3rem;
}

.plan .start-plan__info h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.plan .start-plan__info dl {
  padding: 2rem;
  background: #c2d8e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan .start-plan__info dl + dl {
  margin-top: 0.5rem;
}

.plan .start-plan__info dl dt {
  width: 65px;
  margin-right: 2rem;
}

.plan .start-plan__info dl dd {
  font-size: 1.4rem;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plan .start-plan__info dl dd span {
  font-size: 1.6rem;
  font-weight: 700;
}

.plan .more-plan {
  margin-top: 50px;
}

.plan .more-plan__heading {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.plan .more-plan__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.plan .more-plan__inner .course {
  margin-top: 2.5rem;
  padding: 2rem;
  background: #fff;
}

.plan .more-plan__inner .course h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.plan .more-plan__inner .course-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.plan .more-plan__inner .course-col__img {
  width: 60px;
  margin-right: 1.5rem;
}

.plan .more-plan__inner .course-col__block p {
  font-size: 1.4rem;
  color: #c1c1c1;
}

.plan .more-plan__inner .course-col__block .price {
  font-weight: 700;
  margin-top: 1rem;
}

.plan .more-plan__inner .course-col__block .price span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}

.plan .more-plan__inner .course-txt {
  font-size: 1.4rem;
  text-align: center;
  color: #a5a5a5;
}

.plan .more-plan__inner .course-price {
  text-align: center;
  margin: 2.5rem 0;
}

.plan .more-plan__inner .course-price h4 {
  font-family: "Questrial", sans-serif;
  font-size: 2.4rem;
}

.plan .more-plan__inner .course-price h4 span {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: bold;
}

.plan .more-plan__inner .course-price p {
  font-size: 1.4rem;
}

.plan .more-plan__inner .course-price > span {
  font-size: 1.1rem;
  color: #a5a5a5;
  display: block;
}

.plan .more-plan__inner {
  width: 100%;
  margin: 0;
}

.plan .more-plan__inner p {
  font-size: 1.1rem;
  color: #a5a5a5;
  margin-top: 0.75rem;
}

.plan .more-plan__inner .course-recommend {
  margin-top: 3.5rem;
  padding: 2rem 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.plan .more-plan__inner .course-recommend h5 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.plan .more-plan__inner .course-recommend ul li {
  font-size: 1.4rem;
  padding-left: 2rem;
  position: relative;
}

.plan .more-plan__inner .course-recommend ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/arrow-icon.svg);
  background-size: 12px 12px;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.plan .more-plan__inner .course-recommend ul li + li {
  margin-top: 0.5rem;
}

.plan .more-plan__inner .course-btn {
  max-width: 380px;
  margin: 3rem auto 0;
}

.plan .more-plan__inner .course-btn a {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1.3rem;
  background: #a5a5a5;
  border: 1px solid #a5a5a5;
  display: block;
  border-radius: 50px;
  position: relative;
}

.plan .more-plan__inner .course-btn a:after {
  content: "";
  width: 25px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.plan .btn {
  max-width: 560px;
  margin: 4rem auto 0;
}

.plan .btn a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #a5a5a5;
  text-align: center;
  padding: 1.3rem;
  background: #fff;
  border: 1px solid #fff;
  display: block;
  border-radius: 50px;
  position: relative;
}

.plan .btn a:after {
  content: "";
  width: 25px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.course-flow {
	margin: 20px 0 0;
}
.course-flow img {
	width: 80%;
}
.course_wrap {
	display: flex;
	text-align: center;
	gap: 10px;
	padding-top: 10px;
}
.course_block {
	background: #b3b3b3;
}
.course__block {
	background: #bcd4df;
}
.course_block h3, .course__block h3 {
    color: #ffffff;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: 400;
}
.course_block h4, .course__block h4 {
	color: #ffffff;
	font-size: 24px;
	padding: 0 0 10px;
}
.course_block p, .course__block p {
	color: #ffffff;
	padding: 10px 0 20px;
}

@media (min-width: 650px) and (max-width: 1024px) {
    .course-flow img {
        width: 50%;
    }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .hero-main h1 {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .voice-txt p br {
    display: none;
  }
  .use-inner__block {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .use-inner__block + div {
    margin-top: 0.5rem;
  }
  .use-inner .use-img {
    width: 140px;
  }
  .use-inner .use-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 1.5rem;
  }
  .use-inner .use-block h2 {
    font-size: 1.6rem;
  }
  .use-inner .use-block p {
    font-size: 1.3rem;
  }
  .use-inner .use-block p br {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hero-main--r {
    margin-right: 20%;
  }
  .hero-main--r h1 {
    right: -20%;
  }
  .hero-main--l {
    margin-left: 20%;
  }
  .hero-main--l h1 {
    left: -20%;
  }
  .hero-main__heading {
    font-size: 3.2rem;
    color: #424242;
    top: 15%;
  }
  .movie-wrap {
    height: 550px;
    background-image: url(../images/movie-img@pc.jpg);
  }
  .movie a:hover {
    background: rgba(255, 255, 255, 0.35);
  }
  .movie .play-icon {
    width: 110px;
  }
  .voice {
    margin-top: 0;
    position: relative;
  }
  .voice img {
    width: 100%;
  }
  .voice-heading {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: left;
    letter-spacing: 0.85rem;
  }
  .voice-heading--sp {
    display: none;
  }
  .voice-heading--pc {
    display: block;
  }
  .voice-inner {
    max-width: 400px;
    margin: 0;
    position: absolute;
    top: 3rem;
    right: 0;
  }
  .voice-txt {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.75);
  }
  .voice-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .voice-col__block {
    width: 50%;
    margin-top: 0;
  }
  .voice-col__block:nth-child(n + 3) {
    margin-top: 10rem;
  }
  .voice-col__heading {
    font-size: 2.8rem;
    margin: 3rem 0;
  }
  .voice-col__txt {
    margin: 0 3.5rem;
  }
  .feature img {
    width: 100%;
  }
  .feature-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .feature-col__block {
    width: 50%;
    margin-top: 0;
  }
  .feature-col__block:nth-child(n + 3) {
    margin-top: 10rem;
  }
  .feature-col__heading {
    font-size: 2.8rem;
    margin: 3rem 0;
  }
  .feature-col__txt {
    margin: 2rem 3.5rem;
  }
  .use {
    padding: 8rem 1rem;
  }
  .use-heading {
    font-size: 9rem;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 1rem;
  }
  .use-txt {
    font-size: 2rem;
  }
  .use-inner {
    margin-top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .use-inner__block {
    width: 24%;
    background: #fff;
  }
  .use-inner .use-block {
    padding: 2rem;
    text-align: center;
  }
  .use-inner .use-block h2 {
    font-size: 1.8rem;
  }
  .use-inner .use-block h2:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #424242;
    margin: 2rem auto;
    display: block;
  }
  .use-inner .use-block p {
    font-size: 1.4rem;
  }
  .use-inner .use-block p br {
    display: block;
  }
  .spec-heading {
    font-size: 9rem;
    line-height: 1.2;
    letter-spacing: 1rem;
    margin-bottom: 1rem;
  }
  .spec-txt {
    font-size: 2rem;
  }
  .spec-note {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin-top: 1rem;
  }
  .spec-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .spec-inner__block {
    width: 48.5%;
    margin-top: 5rem;
    padding: 3.5rem;
    border: 1px solid #a5a5a5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .spec-inner__block p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .spec-inner .s-heading {
    padding: 2rem 0 0 7rem;
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
  }
  .spec-inner .s-heading span {
    width: 50px;
  }
  .spec-inner .week {
    margin-top: 3rem;
    padding-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .spec-inner .week dl {
    width: 48.5%;
  }
  .spec-inner .week dl + dl {
    margin-top: 0;
  }
  .spec-inner .week dl dt,
  .spec-inner .week dl dd {
    font-size: 1.4rem;
  }
  .spec-inner .week dl dt {
    width: 85px;
  }
  .spec-level {
    margin-top: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .spec-table {
    width: 33.9285714%;
    margin-top: 0;
    padding: 0;
  }
  .spec-table table {
    width: 100%;
    table-layout: fixed;
    font-size: 1.5rem;
    text-align: center;
  }
  .spec-table table th,
  .spec-table table td {
    padding: 1.1rem;
  }
  .spec-info {
    margin-top: 8rem;
  }
  .spec-info dl {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .spec-info dl:nth-child(n + 2) {
    margin-top: -1px;
  }
  .spec-info dl dt {
    width: 170px;
    font-size: 1.6rem;
    margin-right: 4rem;
    padding: 2.3rem 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .spec-info dl dd {
    font-size: 1.6rem;
    padding: 2.3rem 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .spec-info ul {
    font-size: 1.3rem;
    margin-top: 3rem;
  }
  .spec-faq {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .spec-faq table {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
  .spec-faq table th,
  .spec-faq table td {
    padding: 1.1rem;
  }

  .set {
    padding: 8rem 1rem;
    position: relative;
  }
  .set-heading {
    font-size: 9rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 1rem;
  }
  .set .start-plan {
    padding: 4.5rem;
  }
  .set .start-plan__heading {
    font-size: 3rem;
    text-align: center;
  }
  .set .start-plan__txt {
    font-size: 1.6rem;
  }
  .set .start-plan__note {
    padding: 0;
  }
  .set .start-plan__note dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
  .set .start-plan__note dl + dl {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
  .set .start-plan__note dl dt {
    width: 120px;
    text-align: center;
    margin: 0 2rem 0 0;
    padding: 0.65rem;
  }
  .set .start-plan__info {
    margin-top: 6rem;
  }
  .set .start-plan__info h3 {
    font-size: 3rem;
    text-align: center;
  }
  .set .start-plan__info .info-plan-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .set .start-plan__info dl {
    width: 49.5%;
    padding: 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 1%;
  }
  .set .start-plan__info dl:nth-child(even) {
    margin-left: 1%;
  }
  .set .start-plan__info dl + dl {
    margin-top: 1%;
  }
  .set .start-plan__info dl:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    top: 0.7rem;
  }
  .set .start-plan__info dl dt {
    width: 90px;
  }
  .set .start-plan__info dl dd {
    font-size: 1.4rem;
  }
  .set .start-plan__info dl dd span {
    font-size: 1.8rem;
  }
  .set .more-plan {
    margin-top: 3rem;
  }
  .set .more-plan__heading {
    font-size: 4rem;
  }
  .set .more-plan__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .set .more-plan__inner .course {
    width: 48.5%;
    margin-top: 3.5rem;
    padding: 3.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .set .more-plan__inner .course h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .set .more-plan__inner .course-col {
    margin-bottom: 1.5rem;
  }
  .set .more-plan__inner .course-col__img {
    width: 70px;
  }
 .set .more-plan__inner .course-txt {
   font-size: 1.6rem;
   text-align: left;
   color: #000;
 }
 .set .more-plan__inner .oil-txt {
   font-size: 1.6rem;
   text-align: left;
   color: #a5a5a5;
 }
 .set .more-plan__inner .sourse-txt {
   font-size: 1.4rem;
   text-align: left;
   color: #a5a5a5;
 }
  .set .more-plan__inner .course-price {
    margin: 3.5rem 0;
  }
  .set .more-plan__inner .course-price h4 {
    font-size: 3rem;
  }
  .set .more-plan__inner .course-price h4 span {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .set .more-plan__inner .course-price p {
    font-size: 1.6rem;
  }
  .set .more-plan__inner .course-price p span {
    font-size: 1.6rem;
    color: #a5a5a5;
  }
  .set .more-plan__inner .course-price > span {
    font-size: 1.3rem;
  }
  .set .more-plan__inner p {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .set .more-plan__inner .course-recommend {
    margin-top: 4rem;
    padding: 2.5rem 0;
  }
  .set .more-plan__inner .course-recommend h4 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  .set .more-plan__inner .course-recommend ul li {
    font-size: 1.5rem;
  }
  .set .more-plan__inner .course-btn {
    margin-top: 4rem;
  }
  .set .more-plan__inner .course-btn a {
    font-size: 1.8rem;
    padding: 1.8rem;
    background: #a5a5a5;
    border: 1px solid #a5a5a5;
    display: block;
    border-radius: 50px;
    position: relative;
  }
  .set .more-plan__inner .course-btn a:after {
    right: 30px;
  }
  .set .more-plan__inner .course-btn a:hover {
    color: #a5a5a5;
    background: #fff;
  }
  .set .more-plan__inner .course-btn a:hover:after {
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
  }
  .set .btn {
    max-width: 560px;
    margin: 5rem auto 0;
  }
  .set .btn a {
    font-size: 1.8rem;
    padding: 2rem;
  }
  .set .btn a:after {
    right: 30px;
  }
  .set .btn a:hover {
    color: #fff;
    background: transparent;
  }
  .set .btn a:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .plan {
    padding: 8rem 1rem;
    position: relative;
  }
  .plan-heading {
    font-size: 9rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 1rem;
  }
  .plan .start-plan {
    padding: 4.5rem;
  }
  .plan .start-plan__heading {
    font-size: 3rem;
    text-align: center;
  }
  .plan .start-plan__txt {
    font-size: 1.6rem;
  }
  .plan .start-plan__note {
    padding: 3.5rem;
  }
  .plan .start-plan__note dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
  .plan .start-plan__note dl + dl {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
  .plan .start-plan__note dl dt {
    width: 120px;
    text-align: center;
    margin: 0 2rem 0 0;
    padding: 0.65rem;
  }
  .plan .start-plan__info {
    margin-top: 6rem;
  }
  .plan .start-plan__info h3 {
    font-size: 3rem;
    text-align: center;
  }
  .plan .start-plan__info .info-plan-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .plan .start-plan__info dl {
    width: 49.5%;
    padding: 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 1%;
  }
  .plan .start-plan__info dl:nth-child(even) {
    margin-left: 1%;
  }
  .plan .start-plan__info dl + dl {
    margin-top: 1%;
  }
  .plan .start-plan__info dl:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    top: 0.7rem;
  }
  .plan .start-plan__info dl dt {
    width: 90px;
  }
  .plan .start-plan__info dl dd {
    font-size: 1.4rem;
  }
  .plan .start-plan__info dl dd span {
    font-size: 1.8rem;
  }
  .plan {
    margin-top: 10rem;
  }
	.course-flow {
		display: flex;
		gap: 10px;
		margin: 20px 0 0;
	}
  /*.more-plan {
    margin-top: 10rem;
  }*/
  .plan .more-plan__heading {
    font-size: 4rem;
  }
  /*.plan .more-plan__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }*/
	.plan .more-plan__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
        -ms-flex-pack: justify;
            justify-content: center;
	margin: 0 auto;
	gap: 10px;
  }
  .plan .more-plan__inner .course {
    width: 48.5%;
    /*margin-top: 3.5rem;*/
    padding: 3.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .plan .more-plan__inner .course h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .plan .more-plan__inner .course-col {
    margin-bottom: 1.5rem;
  }
  .plan .more-plan__inner .course-col__img {
    width: 70px;
  }
  .plan .more-plan__inner .course-txt {
    font-size: 1.4rem;
    text-align: center;
    color: #a5a5a5;
  }
  .plan .more-plan__inner .course-price {
    margin: 3.5rem 0;
  }
  .plan .more-plan__inner .course-price h4 {
    font-size: 3rem;
  }
  .plan .more-plan__inner .course-price h4 span {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .plan .more-plan__inner .course-price p {
    font-size: 1.6rem;
  }
  .plan .more-plan__inner .course-price > span {
    font-size: 1.3rem;
  }
  .plan .more-plan__inner p {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .plan .more-plan__inner .course-recommend {
    margin-top: 4rem;
    padding: 2.5rem 0;
  }
  .plan .more-plan__inner .course-recommend h4 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  .plan .more-plan__inner .course-recommend ul li {
    font-size: 1.5rem;
  }
  .plan .more-plan__inner .course-btn {
    margin-top: 4rem;
  }
  .plan .more-plan__inner .course-btn a {
    font-size: 1.8rem;
    padding: 1.8rem;
    background: #a5a5a5;
    border: 1px solid #a5a5a5;
    display: block;
    border-radius: 50px;
    position: relative;
  }
  .plan .more-plan__inner .course-btn a:after {
    right: 30px;
  }
  .plan .more-plan__inner .course-btn a:hover {
    color: #a5a5a5;
    background: #fff;
  }
  .plan .more-plan__inner .course-btn a:hover:after {
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
  }
  .plan .btn {
    max-width: 560px;
    margin: 5rem auto 0;
  }
  .plan .btn a {
    font-size: 1.8rem;
    padding: 2rem;
  }
  .plan .btn a:after {
    right: 30px;
  }
  .plan .btn a:hover {
    color: #fff;
    background: transparent;
  }
  .plan .btn a:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (min-width: 1280px) {
  .hero-main__heading {
    font-size: 4.8rem;
  }
  .voice-heading {
    font-size: 6rem;
  }
  .voice-inner {
    max-width: 500px;
    margin: 0;
    position: absolute;
    top: 4rem;
    right: 0;
  }
  .voice-txt {
    padding: 3rem;
  }
  .voice-txt p {
    font-size: 1.8rem;
  }
  .voice-txt .profile-txt {
    font-size: 1.4rem;
  }
  .voice-col__heading {
    font-size: 3.4rem;
    margin: 4rem 0;
  }
  .voice-col__txt {
    max-width: 630px;
    margin: 0 auto;
    padding: 3rem;
  }
  .voice-col__txt:before {
    width: 50px;
    height: 50px;
  }
  .voice-col__txt:after {
    width: 50px;
    height: 50px;
  }
  .feature-col__heading {
    font-size: 3.4rem;
    margin: 4rem 0;
  }
  .feature-col__txt {
    max-width: 630px;
    margin: 0 auto;
    padding: 3rem;
  }
  .use {
    margin-top: 10rem;
    padding: 10rem 6rem;
  }
  .use-heading {
    font-size: 10rem;
    letter-spacing: 2rem;
  }
  .use-txt {
    font-size: 2.5rem;
  }
  .use-inner {
    margin-top: 6rem;
  }
  .use-inner .use-block {
    padding: 3rem;
  }
  .use-inner .use-block h2 {
    font-size: 2.4rem;
  }
  .use-inner .use-block p {
    font-size: 1.6rem;
  }
  .spec {
    margin: 10rem auto;
  }
  .spec-heading {
    font-size: 10rem;
    letter-spacing: 2rem;
  }
  .spec-txt {
    font-size: 2.6rem;
  }
  .set {
    padding: 10rem 0;
  }
  .set-heading {
    font-size: 10rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 10rem;
    left: 3rem;
  }
  .set .start-plan {
    padding: 5rem;
  }
  .set .start-plan__heading {
    font-size: 3.4rem;
  }
  .set .start-plan__txt {
    font-size: 1.7rem;
  }
  .set .more-plan__heading {
    font-size: 4.8rem;
  }
  .set .more-plan__inner .course h3 {
    font-size: 3rem;
  }
  .set .more-plan__inner .course-col__block p {
    font-size: 1.6rem;
  }
  .set .more-plan__inner .course-col__block .price {
    font-size: 2rem;
  }
  .set .more-plan__inner .course-col__block .price span {
    font-size: 1.5rem;
  }
  .set .more-plan__inner .course-btn a {
    font-size: 2rem;
  }
  .set .btn a {
    font-size: 2rem;
  }
  .plan {
    padding: 10rem 0;
  }
  .plan-heading {
    font-size: 10rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 10rem;
    left: 3rem;
  }
  .plan .start-plan {
    padding: 5rem;
  }
  .plan .start-plan__heading {
    font-size: 3.4rem;
  }
  .plan .start-plan__txt {
    font-size: 1.7rem;
  }
  .plan .more-plan__heading {
    font-size: 4.8rem;
  }
  .plan .more-plan__inner .course h3 {
    font-size: 3rem;
  }
  .plan .more-plan__inner .course-col__block p {
    font-size: 1.6rem;
  }
  .plan .more-plan__inner .course-col__block .price {
    font-size: 2rem;
  }
  .plan .more-plan__inner .course-col__block .price span {
    font-size: 1.5rem;
  }
  .plan .more-plan__inner .course-btn a {
    font-size: 2rem;
  }
  .plan .btn a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1480px) {
  .hero-main__heading {
    font-size: 4.8rem;
  }
  .voice-heading {
    font-size: 7.5rem;
  }
  .voice-inner {
    max-width: 600px;
    top: 5rem;
  }
  .voice-txt {
    padding: 3.5rem;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #2e2e2e;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #2e2e2e;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #2e2e2e;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.footer {
  padding: 0 1rem 9rem;
}

.footer-btn a {
  text-align: center;
  padding: 6rem 1.5rem;
  display: block;
  position: relative;
}

.footer-btn a:before {
  content: "";
  background: #a5a5a5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-btn__title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-btn p {
  font-size: 1.5rem;
  color: #fff;
}

.footer-btn__icon {
  width: 8rem;
  height: 8rem;
  margin: 2.5rem auto 0;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer-btn__icon:after {
  content: "";
  width: 30px;
  height: 8px;
  margin: -7px 0 0 -17px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer-nav {
  margin: 4rem 0 2.5rem;
  text-align: center;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
}

.footer-nav li + li {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #c1c1c1;
}

.footer-copy {
  font-family: "Abel", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 0 7rem 5rem;
  }
  .footer-btn a {
    padding: 10rem 1.5rem;
  }
  .footer-btn a:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.96, 0.07, 0.28, 0.78);
    transition: -webkit-transform 0.35s cubic-bezier(0.96, 0.07, 0.28, 0.78);
    transition: transform 0.35s cubic-bezier(0.96, 0.07, 0.28, 0.78);
    transition: transform 0.35s cubic-bezier(0.96, 0.07, 0.28, 0.78), -webkit-transform 0.35s cubic-bezier(0.96, 0.07, 0.28, 0.78);
  }
  .footer-btn a:hover:before {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .footer-btn a:hover .footer-btn__icon {
    background: #fff;
  }
  .footer-btn a:hover .footer-btn__icon:after {
    border-bottom: 1px solid #c2d8e3;
    border-right: 1px solid #c2d8e3;
  }
  .footer-btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #c2d8e3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .footer-btn__title {
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
  }
  .footer-btn p {
    font-size: 1.7rem;
    color: #fff;
  }
  .footer-btn__icon {
    width: 10rem;
    height: 10rem;
  }
  .footer-btn__icon:after {
    width: 40px;
    height: 12px;
    margin: -9px 0 0 -24px;
  }
  .footer-nav {
    margin: 8rem 0 4rem;
  }
  .footer-nav li {
    font-size: 1.3rem;
    display: inline-block;
  }
  .footer-nav li + li {
    margin-left: 1.3rem;
    padding-left: 1.3rem;
  }
  .footer-nav li a:hover {
    text-decoration: underline;
  }
  .footer-copy {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
  }
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 9999;
}
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 9px;
	
}

#sp-fixed-menu li {
   background: #292929;
}

#sp-fixed-menu li a{
   color: #fff;
   display: flex;
   text-align: center;
   justify-content: center;
   align-items: center;
   font-size: 9px;
   line-height: 11px;
   padding: 1px 0 6px;
}
#sp-fixed-menu img {
	width: 25%;
	padding-top: 5px;
	display: block;
    margin: 0 auto;
}
@media  (min-width:376px) and (max-width:564px) {
#sp-fixed-menu li a{
   padding: 0px 0 6px;
}
#sp-fixed-menu img {
	width: 20%;
}
}
@media  (min-width:563px) and (max-width:768px) {
#sp-fixed-menu li a{
   padding: 0px 0 6px;
}
#sp-fixed-menu img {
	width: 15%;
}
}
@media (min-width: 769px) {
   .for-sp{
      display:none;
    }
}