@charset "UTF-8";
.main {
  margin: 0 0 13.7rem;
}
@media only screen and (max-width: 767px) {
  .main {
    margin-bottom: 17rem;
  }
}
.main .mv {
  background: url("../img/home/mv.jpg") no-repeat bottom center/cover;
  height: 875px;
  position: relative;
  margin-bottom: 15rem;
}
@media print, screen and (min-width: 768px) {
  .main .mv {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main .mv {
    background-size: 150vw;
    height: 68.359vw;
  }
}
@media only screen and (max-width: 767px) {
  .main .mv {
    background: url("../img/home/sp/mv.jpg") no-repeat bottom center/cover;
    margin: 12rem 0 17rem;
    height: 90.8rem;
  }
}
.main .mv .left-decoration,
.main .mv .right-decoration {
  position: absolute;
  height: 50rem;
}
@media only screen and (max-width: 767px) {
  .main .mv .left-decoration,
.main .mv .right-decoration {
    height: 37.5rem;
  }
}
.main .mv .left-decoration {
  top: 0;
  left: 0;
  width: 42rem;
  background: url("../img/home/mv-left.svg") no-repeat bottom left/cover;
}
@media only screen and (max-width: 767px) {
  .main .mv .left-decoration {
    background: url("../img/home/sp/mv-left.svg") no-repeat bottom left/cover;
    width: 27rem;
    top: -12rem;
  }
}
.main .mv .right-decoration {
  right: 0;
  bottom: 0;
  width: 34rem;
  background: url("../img/home/mv-right.svg") no-repeat bottom right/cover;
}
@media only screen and (max-width: 767px) {
  .main .mv .right-decoration {
    width: 20.5rem;
    height: 35rem;
    background: url("../img/home/sp/mv-right.svg") no-repeat bottom right;
  }
}
.main .mv .right-decoration .scroll {
  position: absolute;
  right: 4.5rem;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main .mv .right-decoration .scroll {
    display: none;
  }
}
.main .mv .right-decoration .scroll::after {
  content: "";
  width: 1px;
  height: 9rem;
  background: #666666;
  margin: 1.4rem auto 0;
  display: block;
  position: relative;
  right: 2px;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.main .mv .right-decoration .scroll p {
  color: #666666;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.main .mv .mv-txt {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.main .mv .mv-txt.view {
  opacity: 1;
  visibility: visible;
}
.main .mv .mv-txt.mv-catch1 {
  top: 24rem;
  width: 52.8rem;
}
.main .mv .mv-txt.mv-catch1.view {
  top: 22rem;
}
@media only screen and (max-width: 767px) {
  .main .mv .mv-txt.mv-catch1 {
    top: 10rem;
    width: 58rem;
  }
  .main .mv .mv-txt.mv-catch1.view {
    top: 8rem;
  }
  .main .mv .mv-txt.mv-catch1 img {
    width: 100%;
  }
}
.main .mv .mv-txt.mv-catch2 {
  bottom: -2rem;
  width: 55rem;
}
.main .mv .mv-txt.mv-catch2.view {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main .mv .mv-txt.mv-catch2 {
    bottom: 0.3rem;
    width: 59rem;
  }
  .main .mv .mv-txt.mv-catch2.view {
    bottom: 2.3rem;
  }
  .main .mv .mv-txt.mv-catch2 img {
    width: 100%;
  }
}
.main .course {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .main .course {
    margin-bottom: 17rem;
  }
}
.main .course .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .main .course .inner {
    max-width: 90vw;
    width: 130rem;
  }
}
.main .course .section-title {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .main .course .section-title {
    margin-bottom: 0.2rem;
  }
}
.main .course .section-title img {
  width: 18.5rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  .main .course .section-title img {
    width: 24.1rem;
    margin: 0 auto 5.5rem;
  }
}
.main .course .section-title span {
  display: block;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: rgba(255, 0, 20, 0.15);
  line-height: 0.7;
  letter-spacing: 0.105em;
  position: relative;
  left: 0.05em;
}
@media only screen and (max-width: 767px) {
  .main .course .section-title span {
    font-size: 8.3rem;
    letter-spacing: 0.02em;
  }
}
.main .course .course__single {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .main .course .course__single {
    padding-top: 17rem;
  }
}
.main .course .course__single__left {
  width: 56rem;
  background: url("../img/home/content-bg1.png") repeat-x top right/100%;
  height: 100%;
  padding: 6rem 0 0 7rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .main .course .course__single__left {
    width: 72.4rem;
    height: auto;
    padding: 4.2rem 0 6.1rem 17.1rem;
  }
  .main .course .course__single__left::before {
    content: "理容";
    background: url("../img/home/icon-bg.svg") no-repeat center/cover;
    width: 10.2rem;
    height: 10.2rem;
    position: absolute;
    top: 2.8rem;
    left: 4rem;
    text-align: center;
    line-height: 10.2rem;
    font-size: 2.5rem;
  }
}
.main .course .course__single__left .title {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .main .course .course__single__left .title {
    margin-bottom: 2rem;
    font-size: 4.5rem;
  }
}
.main .course .course__single__left .title span.zenkaku {
  width: 8.4rem;
  height: 8.4rem;
  background: url("../img/home/icon-bg.svg") no-repeat center/cover;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .main .course .course__single__left .title span.zenkaku {
    display: none;
  }
}
.main .course .course__single__left .title span.small {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .main .course .course__single__left .title span.small {
    font-size: 3.4rem;
    position: relative;
    left: 0.8rem;
    top: -0.4rem;
  }
}
.main .course .course__single__left p {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.461;
  letter-spacing: 0.05em;
  padding-bottom: 2.5rem;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main .course .course__single__left p {
    padding-bottom: 3.2rem;
    font-size: 3.2rem;
  }
}
.main .course .course__single__left p::after {
  content: "";
  width: 10rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .main .course .course__single__left p::after {
    width: 12rem;
  }
}
.main .course .course__single__right {
  width: 92rem;
  height: 40rem;
  margin-left: auto;
  background: url("../img/home/course-img.png") no-repeat right center/cover;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main .course .course__single__right {
    background-position: left center;
    width: 82rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .course .course__single__right {
    width: 100%;
    height: 45rem;
    background: url("../img/home/sp/course-img.jpg") no-repeat top center/cover;
  }
}
.main .course .course__txt {
  background: #fff4dd;
  position: relative;
  width: 79.5rem;
  padding: 2rem 8.5rem 3.6rem;
  border-radius: 8rem;
  margin: -9rem auto 0;
}
@media only screen and (max-width: 767px) {
  .main .course .course__txt {
    width: 69.3rem;
    margin-top: -7rem;
    padding: 4rem 4rem 5rem;
  }
}
.main .course .course__txt::before {
  content: "";
  background: url("../img/home/course-txt-bg.svg") repeat top center/cover;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  z-index: -1;
}
.main .course .course__txt p {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.538;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main .course .course__txt p {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.main .course .course__txt p span {
  margin-top: 2rem;
  background: #14ad7e;
  line-height: 6rem;
  color: #fff;
  display: block;
  width: 62.5rem;
  font-size: 2.6rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .main .course .course__txt p span {
    font-size: 2.7rem;
    font-weight: 500;
    width: 100%;
    line-height: normal;
    margin-top: 3rem;
    padding: 1.9rem 0px 1.5rem;
  }
}
.main .feature {
  padding: 9.4rem 0 14rem;
  background: url("../img/home/feature-bg.svg") no-repeat top center/cover;
  margin-bottom: 20rem;
  position: relative;
}
.main .feature::before {
  content: "FEATURES OF LEARNING";
  color: rgba(102, 102, 102, 0.1);
  position: absolute;
  top: 9.2rem;
  left: 0;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.035em;
  writing-mode: vertical-rl;
  line-height: 0.75;
}
@media only screen and (max-width: 767px) {
  .main .feature::before {
    font-size: 8.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .feature {
    padding: 12rem 0;
    background: url("../img/home/sp/feature-bg.svg") no-repeat top center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .main .feature .inner {
    width: 110rem;
    margin: auto;
  }
}
.main .feature .section-title {
  margin: 0 0 7.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .feature .section-title {
    margin-bottom: 9rem;
  }
}
.main .feature .section-title img {
  width: 37.6rem;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .main .feature .section-title img {
    width: 49rem;
  }
}
.main .feature__list {
  gap: 9.3rem 7rem;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .main .feature__list {
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .main .feature__list {
    gap: 6.7rem 0rem;
  }
}
.main .feature__list .single {
  width: 51.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single {
    margin: auto;
    width: 56.7rem;
    position: relative;
    left: 2.1rem;
  }
}
.main .feature__list .single .num {
  position: absolute;
  writing-mode: vertical-rl;
  top: 0;
  right: 100%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ff0014;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single .num {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    color: #ff0014;
    line-height: 1;
  }
}
.main .feature__list .single .num span {
  font-size: 150%;
}
.main .feature__list .single figure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single figure {
    padding-bottom: 10.6rem;
  }
}
.main .feature__list .single figure figcaption {
  width: 56.6rem;
  background: url("../img/home/feature_figure_bg.png") no-repeat top right/cover;
  padding: 3rem 3.9rem 4.8rem;
  position: absolute;
  bottom: -4rem;
  left: -2rem;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single figure figcaption {
    width: auto;
    bottom: auto;
    left: -4rem;
    right: -4rem;
    bottom: 0;
    background: url("../img/home/sp/feature_figure_bg.png") no-repeat right bottom/cover;
    padding: 3.5rem 2.9rem 6.3rem 4.5rem;
  }
}
.main .feature__list .single figure figcaption p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-right: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single figure figcaption p {
    font-size: 2.8rem;
    line-height: 1.714;
    padding-right: 9.1rem;
  }
}
.main .feature__list .single figure .title {
  color: #ff0014;
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}
.main .feature__list .single figure .title h3 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.538;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single figure .title h3 {
    font-size: 3.5rem;
  }
}
.main .feature__list .single figure .title h3.other {
  position: relative;
  left: -1rem;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single figure .title h3.other {
    left: -2rem;
  }
}
.main .feature__list .single figure .title::before {
  content: "";
  width: 10.5rem;
  height: 10.5rem;
  display: block;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .main .feature__list .single figure .title::before {
    width: 12rem;
    height: 12rem;
    margin-right: 2.8rem;
  }
}
.main .feature__list .single.point1 figure .title::before {
  background: url("../img/home/feature-icon1.svg") no-repeat center/100%;
}
.main .feature__list .single.point2 figure .title::before {
  background: url("../img/home/feature-icon2.svg") no-repeat center/100%;
}
.main .feature__list .single.point3 figure .title::before {
  background: url("../img/home/feature-icon3.svg") no-repeat center/100%;
}
.main .feature__list .single.point4 figure .title::before {
  background: url("../img/home/feature-icon4.svg") no-repeat center/100%;
}
.main .access {
  position: relative;
  z-index: 1;
}
.main .access .inner {
  position: relative;
}
.main .access .section-image {
  width: 123rem;
  margin: auto;
  position: absolute;
  bottom: 93%;
  left: -2.8rem;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .main .access .section-image {
    left: -0.1rem;
    bottom: 90.4%;
  }
}
.main .access .section-image img {
  width: 48.1rem;
}
@media only screen and (max-width: 767px) {
  .main .access .section-image img {
    width: 52.7rem;
  }
}
.main .access--content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .main .access--content .map {
    width: 62.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .main .access--content .map {
    width: 100%;
  }
}
.main .access--content .map iframe {
  width: 100%;
  height: 45rem;
}
@media only screen and (max-width: 767px) {
  .main .access--content .map iframe {
    height: 51.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .access--content::before {
    content: "Access Map";
    color: rgba(255, 0, 20, 0.15);
    line-height: 0.7;
    letter-spacing: 0.0821em;
    right: -0.9rem;
    bottom: 100%;
    position: absolute;
    font-size: 9rem;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    display: block;
    text-align: right;
  }
}
.main .access--text {
  width: 86rem;
  height: 102.3%;
  background: url("../img/home/access-bg.png") no-repeat left bottom/cover;
  z-index: 1;
  padding: 5.5rem 0 0 15.5rem;
}
@media screen and (max-width: 1600px) {
  .main .access--text {
    width: 70rem;
  }
}
@media print, screen and (min-width: 768px) {
  .main .access--text {
    position: absolute;
    bottom: 2rem;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .access--text {
    width: 73rem;
    height: auto;
    margin-left: auto;
    background: url("../img/home/sp/access-bg.png") no-repeat left bottom/102%;
    position: relative;
    top: -4rem;
    padding: 4.5rem 0 8.2rem 15.2rem;
  }
}
.main .access--text::before {
  content: "Access Map";
  color: rgba(255, 0, 20, 0.15);
  line-height: 0.7;
  letter-spacing: 0.0821em;
  left: 10rem;
  bottom: 101%;
  position: absolute;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .main .access--text::before {
    left: auto;
    right: -1.5%;
  }
}
@media only screen and (max-width: 767px) {
  .main .access--text::before {
    display: none;
  }
}
.main .access--text h2 {
  display: flex;
  align-items: center;
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .main .access--text h2 {
    margin-bottom: 1.5rem;
  }
  .main .access--text h2 img {
    width: 18.2rem;
    margin-top: 1rem;
  }
}
.main .access--text h2::before {
  content: "";
  width: 6.1rem;
  height: 5rem;
  background: url("../img/home/access-icon.svg") no-repeat center/cover;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .main .access--text h2::before {
    width: 7.3rem;
    height: 6rem;
  }
}
.main .access--text .address {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.15;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main .access--text .address {
    font-size: 2.88rem;
    line-height: 1.1;
  }
}
.main .access--text .address span {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .main .access--text .address span {
    font-size: 3.36rem;
  }
}
.main .access--text .address span.big {
  font-size: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .main .access--text .address span.big {
    font-size: 4.56rem;
  }
}
.main .access--text .address.mb1 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .main .access--text .address.mb1 {
    margin-bottom: 1.4rem;
  }
}
.main .access--text dl {
  margin-top: 3.2rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem 0 1.2rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main .access--text dl {
    padding: 1.3rem 0 1.5rem;
  }
}
.main .access--text dl dt {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .main .access--text dl dt {
    font-size: 3.25rem;
  }
}
.main .access--text dl dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .main .access--text dl dd {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=home.css.map */