@charset "UTF-8";
* {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

ol, ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
}

body {
  margin: 0;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

.inner {
  width: 960px;
  margin: auto;
}

.speech-balloon {
  border-bottom: solid 2px #707070;
  position: relative;
  background-color: #fff;
  text-align: center;
  font-size: 35px;
  padding-bottom: 20px;
}
.speech-balloon::before, .speech-balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.speech-balloon::before {
  content: "";
  border: 39px solid transparent;
  border-top: 24px solid #555;
}
.speech-balloon:after {
  content: "";
  border: 36px solid transparent;
  border-top: 22px solid #fff;
}

.application-btn.learge {
  width: 423px;
  background: #FFB801;
  border-radius: 30px;
  height: 54px;
  margin: auto;
}
.application-btn.learge a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 54px;
  background-image: url("./assets/images/play.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.application-btn.hero {
  width: 304px;
  background: #FFB801;
  border-radius: 30px;
  height: 42px;
  margin-bottom: 30px;
}
.application-btn.hero a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  background-image: url("./assets/images/play.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.sp-show {
  display: none;
}

/*
 * ヘッダー
 */
.header {
  max-height: 608px;
  height: auto;
  background-image: url("./assets/images/bg-top.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 1000px;
}
.header.thanks-header {
  height: 606px;
}
.header.thanks-header .header-top-inner {
  justify-content: center;
}
.header::after {
  content: "";
  background: transparent linear-gradient(-90deg, #FFFFFF00 0%, #FFFFFF 30%, #FFFFFF 100%, #F9F4F49E 100%) 0% 0% no-repeat padding-box;
  display: block;
  width: 60%;
  height: 608px;
  position: absolute;
  top: 0;
}
.header-top {
  background: #fff;
  position: fixed;
  z-index: 9;
  width: 100%;
}
.header-top-inner {
  padding: 0 20px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 216px;
}
.header .gnav {
  display: flex;
  align-items: center;
}
.header .gnav-list {
  display: flex;
  align-items: center;
}
.header .gnav-item {
  margin-right: 30px;
}
.header .gnav-item a {
  font-weight: 500;
  font-size: 15px;
}
.header .gnav .application-btn {
  width: 148px;
  background: #FFB801;
}
.header .gnav .application-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.header-hero {
  height: 100%;
  z-index: 1;
  position: relative;
}
.header-hero .inner {
  position: relative;
  height: 100%;
}
.header-hero .hero-text {
  padding-top: 230px;
  padding-left: 20px;
  position: relative;
}
.header-hero .hero-text h1 {
  margin: 0;
}
.header-hero .hero-text .site-name {
  font-size: 25px;
  display: block;
  line-height: 1;
}
.header-hero .hero-text .catchcopy {
  font-size: 50px;
  line-height: 60px;
  display: block;
}
.header-hero .hero-text small {
  font-size: 19px;
  display: block;
  padding-left: 10px;
  margin-bottom: 20px;
}
.header-hero .hero-text .hero-list {
  display: flex;
}
.header-hero .hero-text .hero-list li {
  width: 100px;
  height: 100px;
  background: #49D6BB;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  letter-spacing: -0.33px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
}
.header-hero .hero-text .badge {
  width: 100px;
  height: 100px;
  background: #FC8F8F;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 150px;
  left: 360px;
}
.header-hero .hero-text .badge-inner {
  line-height: 1;
}
.header-hero .hero-text .badge span {
  font-size: 35px;
}
.header-hero .hero-summary {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 18px;
  padding: 0 5px;
}

/*
 * voice
 */
.voice {
  padding-top: 40px;
}
.voice-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 34px;
}
.voice-title h2 {
  font-size: 35px;
  margin: 0;
}
.voice-title p {
  font-size: 20px;
  margin: 0;
}
.voice-list {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.voice-item {
  width: 256px;
  padding-bottom: 190px;
  position: relative;
}
.voice-item .voice-name {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
}
.voice-item .voice-text {
  margin: 0;
  font-size: 16px;
}
.voice-item .voice-image {
  position: absolute;
  bottom: 0;
}

/*
 * waker
 */
.worker {
  padding-bottom: 70px;
}
.worker-video {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}
.worker-caption {
  font-size: 16px;
}
.worker-text {
  padding: 0 20px;
}
.worker-text p {
  margin: 0 0 20px;
  font-size: 18px;
}

/*
 * features
 */
.features {
  background: #F5F5F5;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-top: -40px;
}
.features-title {
  text-align: center;
  font-size: 35px;
  margin: 0;
}
.features-title span {
  background-image: url("./assets/images/line-1.svg"), url("./assets/images/line-2.svg");
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  padding: 0 70px;
  display: inline-block;
}
.features-title span strong {
  color: #0D6DC6;
}
.features-list {
  padding: 0 20px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.features-item {
  width: 280px;
  background: #fff;
}
.features-item .features-image {
  margin-bottom: 13px;
}
.features-item h3 {
  text-align: center;
  margin: 0 0 20px;
}
.features-item p {
  padding: 0 10px 15px;
  margin: 0;
}

/*
 * program
 */
.program {
  padding-top: 55px;
  margin-top: -55px;
  padding-bottom: 40px;
}
.program .course-inner {
  padding: 0 20px;
  margin-bottom: 50px;
}
.program .course-title {
  font-size: 25px;
  font-weight: bold;
  margin: 5px 0 0;
}
.program .course-summary {
  margin-bottom: 55px;
}
.program .course-summary p {
  font-size: 18px;
}
.program .course-date-list {
  display: flex;
  width: 100%;
  max-width: 870px;
  margin: auto;
  margin-bottom: 50px;
}
.program .course-date-list.common {
  max-width: 520px;
  margin-top: 70px;
}
.program .course-date-list.common .course-date-item {
  width: 33.3333%;
}
.program .course-date-item {
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 20%;
  padding-bottom: 30px;
}
.program .course-date-item:last-child {
  border-right: 1px solid #707070;
}
.program .course-date-item h5 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  border-bottom: 1px solid #707070;
  padding: 7px 0;
}
.program .course-date-item .course-date-content-list {
  padding-right: 5px;
  padding-top: 5px;
}
.program .course-date-item .course-date-content-list li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
.program .course-date-item .course-date-content-list li::before {
  content: "・";
  position: absolute;
  left: 5px;
}
.program .course-video {
  text-align: center;
}
.program .tutor-list {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 35px;
}
.program .tutor-item {
  width: 280px;
}
.program .tutor-item .tutor-img {
  margin-bottom: 20px;
}
.program .tutor-item h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  padding-left: 20px;
}
.program .tutor-item h4 span {
  font-size: 15px;
}
.program .tutor-item p {
  margin: 0;
}

/*
 * pr
 */
.pr {
  background: #F5F5F5;
  padding-top: 70px;
  padding-bottom: 35px;
  margin-top: -40px;
}
.pr-title {
  font-size: 35px;
  text-align: center;
}
.pr-title span {
  background-image: url("./assets/images/line-1.svg"), url("./assets/images/line-2.svg");
  background-repeat: no-repeat;
  background-position: bottom 10px left, bottom 10px right;
  padding: 0 70px;
  display: inline-block;
}
.pr-title span strong {
  color: #0D6DC6;
}
.pr-list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.pr-item {
  width: 417px;
  background: #fff;
  padding: 8px 15px 40px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.pr-item p {
  margin: 0;
}
.pr-item strong {
  display: block;
}
.pr-item ul {
  padding-left: 16px;
  position: relative;
}
.pr-item ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.pr-item .pr-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #F5F5F5;
  text-align: center;
  padding: 3px 0;
}
.pr-item-arrow {
  width: 68px;
  align-self: center;
  padding: 0 8px;
}
.pr-video {
  text-align: center;
}
.pr-video h3 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 5px;
}

/*
 * graduate
 */
.graduate {
  padding-top: 50px;
  padding-bottom: 70px;
}
.graduate-title {
  text-align: center;
  margin: 0;
  font-size: 35px;
  margin-bottom: 50px;
}
.graduate-wrap {
  display: flex;
  width: 100%;
  max-width: 880px;
  margin: auto;
}
.graduate-summary {
  width: calc(100% - 280px);
  padding-right: 25px;
}
.graduate-summary p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
}
.graduate-person {
  width: 280px;
  text-align: center;
}
.graduate-person p {
  margin: 0;
  font-size: 16px;
}

/*
 * faq
 */
.faq {
  background: #F5F5F5;
  padding-top: 70px;
  padding-bottom: 25px;
  margin-top: -40px;
}
.faq-title {
  text-align: center;
  font-size: 35px;
  margin: 0 0 50px;
}
.faq-title span {
  background-image: url("./assets/images/line-1.svg"), url("./assets/images/line-2.svg");
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  padding: 0 110px;
  display: inline-block;
}
.faq-title span strong {
  color: #0D6DC6;
}
.faq-list dt {
  font-size: 22px;
  font-weight: bold;
  padding-left: 100px;
  margin-bottom: 30px;
  position: relative;
}
.faq-list dt::before {
  content: "Q";
  font-size: 30px;
  width: 53px;
  height: 53px;
  line-height: 48px;
  display: inline-block;
  background: #707070;
  border: 1px solid #707070;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  margin-right: 8px;
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-list dd {
  font-size: 18px;
  padding-left: 100px;
  margin-left: 0;
  line-height: 20px;
  margin-bottom: 50px;
  position: relative;
}
.faq-list dd::before {
  content: "A";
  font-size: 30px;
  width: 53px;
  height: 53px;
  line-height: 48px;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  border: 1px solid #707070;
  text-align: center;
  color: #707070;
  border-radius: 30px;
  margin-right: 8px;
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}

/*
 * application
 */
.application {
  padding-top: 50px;
  text-align: center;
}
.application iframe {
  margin-top: 100px;
  transform: scale(1.2);
  min-height: 800px;
}

/*
 * thanks
 */
.thanks {
  padding-top: 80px;
}
.thanks-body {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.thanks-body p {
  margin-bottom: 60px;
  line-height: 45px;
  color: #333333;
}

/*
 * フッター
 */
.footer {
  border-top: 1px solid #707070;
  padding-top: 50px;
  padding-bottom: 35px;
  margin-top: 100px;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  margin-bottom: 35px;
}
.footer-wrap .company-info p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.footer-wrap .company-info address {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}
.footer-wrap .footer-logo {
  width: 216px;
}
.footer-copyright {
  text-align: center;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 1200px) {
  h3 {
    font-size: 1.5vw;
  }

  p {
    font-size: 1.3333333333vw;
  }

  .inner {
    width: 80vw;
  }

  .speech-balloon {
    font-size: 2.9166666667vw;
    padding-bottom: 1.6666666667vw;
  }

  .application-btn.learge {
    width: 35.25vw;
    height: 4.5vw;
  }
  .application-btn.learge a {
    padding-left: 4.1666666667vw;
    font-size: 1.8333333333vw;
    line-height: 4.5vw;
    background-position: center right 1.6666666667vw;
    background-size: 2.75vw;
  }
  .application-btn.hero {
    width: 25.3333333333vw;
    border-radius: 30px;
    height: 3.5vw;
    margin-bottom: 2.5vw;
  }
  .application-btn.hero a {
    padding-left: 4.1666666667vw;
    font-size: 1.8333333333vw;
    line-height: 3.5vw;
    background-position: center right 1.6666666667vw;
    background-size: 2.75vw;
  }

  /*
   * ヘッダー
   */
  .header {
    max-height: 50.6666666667vw;
    background-size: 83.3333333333vw;
  }
  .header::after {
    height: 50.6666666667vw;
  }
  .header-top {
    width: 100%;
  }
  .header-top-inner {
    padding: 0 1.6666666667vw;
    height: 4.8333333333vw;
  }
  .header-logo {
    width: 18vw;
  }
  .header .gnav-item {
    margin-right: 2.5vw;
  }
  .header .gnav-item a {
    font-size: 1.25vw;
  }
  .header .gnav .application-btn {
    width: 12.3333333333vw;
  }
  .header .gnav .application-btn a {
    line-height: 2.6666666667vw;
    font-size: 1.25vw;
  }
  .header-hero .hero-text {
    padding-top: 19.1666666667vw;
    padding-left: 1.6666666667vw;
  }
  .header-hero .hero-text .site-name {
    font-size: 2.0833333333vw;
  }
  .header-hero .hero-text .catchcopy {
    font-size: 4.1666666667vw;
    line-height: 5vw;
  }
  .header-hero .hero-text small {
    font-size: 1.5833333333vw;
    padding-left: 0.8333333333vw;
    margin-bottom: 1.6666666667vw;
  }
  .header-hero .hero-text .hero-list li {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 50px;
    font-size: 1.8333333333vw;
    letter-spacing: -0.33px;
    margin-right: 1.6666666667vw;
  }
  .header-hero .hero-text .badge {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    font-size: 1.9166666667vw;
    top: 12.5vw;
    left: 30vw;
  }
  .header-hero .hero-text .badge span {
    font-size: 2.9166666667vw;
  }
  .header-hero .hero-summary {
    bottom: 0.8333333333vw;
    font-size: 1.5vw;
    padding: 0 0.4166666667vw;
  }

  /*
   * voice
   */
  .voice {
    padding-top: 3.3333333333vw;
  }
  .voice-title {
    margin-bottom: 2.8333333333vw;
  }
  .voice-title h2 {
    font-size: 2.9166666667vw;
  }
  .voice-title p {
    font-size: 1.6666666667vw;
  }
  .voice-list {
    padding: 0 3.3333333333vw;
  }
  .voice-item {
    width: 21.3333333333vw;
    padding-bottom: 15.8333333333vw;
  }
  .voice-item .voice-name {
    font-size: 1.5833333333vw;
  }
  .voice-item .voice-text {
    font-size: 1.3333333333vw;
  }

  /*
   * waker
   */
  .worker {
    padding-bottom: 5.8333333333vw;
  }
  .worker-video {
    margin-bottom: 2.5vw;
    margin-top: 4.1666666667vw;
  }
  .worker-video iframe {
    width: 55.5vw;
    height: 31.25vw;
  }
  .worker-caption {
    font-size: 1.3333333333vw;
  }
  .worker-text {
    padding: 0 1.6666666667vw;
  }
  .worker-text p {
    margin: 0 0 1.6666666667vw;
    font-size: 1.5vw;
  }

  /*
   * features
   */
  .features {
    padding-top: 5.8333333333vw;
    padding-bottom: 3.3333333333vw;
    margin-top: -3.3333333333vw;
  }
  .features-title {
    font-size: 2.9166666667vw;
  }
  .features-title span {
    background-size: 3.8333333333vw, 2.3333333333vw;
    padding: 0 5.8333333333vw;
  }
  .features-list {
    padding: 0 1.6666666667vw;
    margin-top: 2.9166666667vw;
  }
  .features-item {
    width: 23.3333333333vw;
  }
  .features-item .features-image {
    margin-bottom: 1.0833333333vw;
  }
  .features-item h3 {
    margin: 0 0 1.6666666667vw;
  }
  .features-item p {
    padding: 0 0.8333333333vw 1.25vw;
  }

  /*
   * program
   */
  .program {
    padding-top: 4.5833333333vw;
    margin-top: -4.5833333333vw;
    padding-bottom: 3.3333333333vw;
  }
  .program .course-inner {
    padding: 0 1.6666666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .program .course-title {
    font-size: 2.0833333333vw;
    margin: 0.4166666667vw 0 0;
  }
  .program .course-summary {
    margin-bottom: 4.5833333333vw;
  }
  .program .course-summary p {
    font-size: 1.5vw;
  }
  .program .course-date-list {
    max-width: 72.5vw;
    margin-bottom: 4.1666666667vw;
  }
  .program .course-date-list.common {
    max-width: 43.3333333333vw;
    margin-top: 5.8333333333vw;
  }
  .program .course-date-item {
    padding-bottom: 2.5vw;
  }
  .program .course-date-item h5 {
    font-size: 1.8333333333vw;
    padding: 0.5833333333vw 0;
  }
  .program .course-date-item .course-date-content-list {
    padding-right: 0.4166666667vw;
    padding-top: 0.4166666667vw;
  }
  .program .course-date-item .course-date-content-list li {
    padding-left: 1.6666666667vw;
    font-size: 1.3333333333vw;
    line-height: 1.8333333333vw;
  }
  .program .course-date-item .course-date-content-list li::before {
    left: 0.4166666667vw;
  }
  .program .course-video iframe {
    width: 55.5vw;
    height: 31.25vw;
  }
  .program .tutor-list {
    max-width: 60vw;
    margin-top: 5.8333333333vw;
    margin-bottom: 2.9166666667vw;
  }
  .program .tutor-item {
    width: 23.3333333333vw;
  }
  .program .tutor-item .tutor-img {
    margin-bottom: 1.6666666667vw;
  }
  .program .tutor-item h4 {
    margin-bottom: 0.8333333333vw;
    font-size: 1.6666666667vw;
    padding-left: 1.6666666667vw;
  }
  .program .tutor-item h4 span {
    font-size: 1.25vw;
  }

  /*
   * pr
   */
  .pr {
    padding-top: 5.8333333333vw;
    padding-bottom: 2.9166666667vw;
    margin-top: -3.3333333333vw;
  }
  .pr-title {
    font-size: 2.9166666667vw;
  }
  .pr-title span {
    background-image: url("./assets/images/line-1.svg"), url("./assets/images/line-2.svg");
    background-position: bottom 0.8333333333vw left, bottom 0.8333333333vw right;
    background-size: 3.8333333333vw, 2.3333333333vw;
    padding: 0 5.8333333333vw;
  }
  .pr-list {
    margin-bottom: 4.1666666667vw;
  }
  .pr-item {
    width: 34.75vw;
    padding: 0.6666666667vw 1.25vw 3.3333333333vw;
    font-size: 1.3333333333vw;
    line-height: 1.8333333333vw;
  }
  .pr-item ul {
    padding-left: 1.3333333333vw;
  }
  .pr-item .pr-label {
    padding: 0.25vw 0;
  }
  .pr-item-arrow {
    width: 5.6666666667vw;
    padding: 0 0.6666666667vw;
  }
  .pr-video h3 {
    font-size: 2.3333333333vw;
    margin-bottom: 0.4166666667vw;
  }
  .pr-video iframe {
    width: 55.5vw;
    height: 31.25vw;
  }

  /*
   * graduate
   */
  .graduate {
    padding-top: 4.1666666667vw;
    padding-bottom: 5.8333333333vw;
  }
  .graduate-title {
    font-size: 2.9166666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .graduate-wrap {
    max-width: 73.3333333333vw;
  }
  .graduate-summary {
    width: calc(100% - vw(280));
    padding-right: 2.0833333333vw;
  }
  .graduate-summary p {
    font-size: 1.5vw;
    line-height: 1.6666666667vw;
  }
  .graduate-person {
    width: 23.3333333333vw;
  }
  .graduate-person p {
    font-size: 1.3333333333vw;
  }

  /*
   * faq
   */
  .faq {
    padding-top: 5.8333333333vw;
    padding-bottom: 2.0833333333vw;
    margin-top: -3.3333333333vw;
  }
  .faq-title {
    font-size: 2.9166666667vw;
    margin: 0 0 4.1666666667vw;
  }
  .faq-title span {
    background-size: 3.8333333333vw, 2.3333333333vw;
    padding: 0 9.1666666667vw;
  }
  .faq-list dt {
    font-size: 1.8333333333vw;
    padding-left: 8.3333333333vw;
    margin-bottom: 2.5vw;
  }
  .faq-list dt::before {
    font-size: 2.5vw;
    width: 4.4166666667vw;
    height: 4.4166666667vw;
    line-height: 4vw;
    margin-right: 0.6666666667vw;
    left: 3vw;
  }
  .faq-list dd {
    font-size: 1.5vw;
    padding-left: 8.3333333333vw;
    line-height: 1.6666666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .faq-list dd::before {
    font-size: 2.5vw;
    width: 4.4166666667vw;
    height: 4.4166666667vw;
    line-height: 4vw;
    margin-right: 0.6666666667vw;
    left: 3vw;
  }

  /*
   * application
   */
  .application {
    padding-top: 4.1666666667vw;
  }
  .application iframe {
    margin-top: 8.3333333333vw;
    min-height: 66.6666666667vw;
    transform: scale(1);
    max-width: 90% !important;
    min-height: 940px;
  }

  /*
   * thanks
   */
  .thanks {
    padding-top: 6.6666666667vw;
  }
  .thanks-body {
    font-weight: bold;
  }
  .thanks-body p {
    font-size: 2.1666666667vw;
    margin-bottom: 5vw;
    line-height: 3.75vw;
  }

  /*
   * フッター
   */
  .footer {
    padding-top: 4.1666666667vw;
    padding-bottom: 2.9166666667vw;
    margin-top: 8.3333333333vw;
  }
  .footer-wrap {
    padding: 0 8.3333333333vw;
    margin-bottom: 2.9166666667vw;
  }
  .footer-wrap .company-info p {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }
  .footer-wrap .company-info address {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }
  .footer-wrap .footer-logo {
    width: 18vw;
  }
  .footer-copyright {
    font-size: 1.25vw;
  }
}
@media (max-width: 760px) {
  .inner {
    width: 100%;
  }

  .application-btn.hero {
    display: none;
  }
  .application-btn.learge {
    width: 80.2631578947vw;
    height: 11.8421052632vw;
  }
  .application-btn.learge a {
    font-size: 4.6052631579vw;
    line-height: 11.8421052632vw;
    background-size: 7.5vw;
    padding-left: 4.6052631579vw;
    background-position: center right 5.9210526316vw;
  }

  .speech-balloon {
    font-size: 5.9210526316vw;
    letter-spacing: -0.2960526316vw;
  }

  .sp-show {
    display: block;
  }

  .sp-none {
    display: none;
  }

  .header {
    height: 76.3157894737vw;
    background-size: 138.1578947368vw;
    max-height: initial;
    background-position: center right -35.5263157895vw;
  }
  .header.thanks-header {
    height: 76.3157894737vw;
  }
  .header::after {
    height: 76.3157894737vw;
    width: 69.4736842105vw;
    background: transparent linear-gradient(-90deg, #FFFFFF00 0%, #FFFFFF 40%, #FFFFFF 100%, #F9F4F49E 100%) 0% 0% no-repeat padding-box;
  }
  .header-top {
    height: 12.2368421053vw;
    box-shadow: 0px 0px 5px #00000029;
  }
  .header-top .inner {
    height: 100%;
  }
  .header-top-inner {
    height: 100%;
    padding: 2.6315789474vw;
  }
  .header-logo {
    width: 38.1578947368vw;
  }
  .header .gnav-list {
    display: none;
  }
  .header .gnav .application-btn {
    width: 41.8421052632vw;
  }
  .header .gnav .application-btn a {
    font-size: 3.9473684211vw;
    letter-spacing: -0.0789473684vw;
    line-height: 6.4473684211vw;
    height: 6.4473684211vw;
  }
  .header-hero .hero-text {
    padding-top: 16.3157894737vw;
  }
  .header-hero .hero-text .badge {
    display: none;
  }
  .header-hero .hero-text .sp-badge {
    font-weight: bold;
    font-size: 4.3421052632vw;
    color: #fff;
    border-radius: 1.3157894737vw;
    background: #FC8F8F;
    width: 35.3947368421vw;
    text-align: center;
    margin-bottom: 1.3157894737vw;
  }
  .header-hero .hero-text .site-name {
    font-size: 4.6052631579vw;
  }
  .header-hero .hero-text .catchcopy {
    font-size: 7.2368421053vw;
    line-height: 7.8947368421vw;
    margin-bottom: 0.6578947368vw;
  }
  .header-hero .hero-text small {
    font-size: 3.1578947368vw;
    padding-left: 0;
    letter-spacing: -0.1578947368vw;
  }
  .header-hero .hero-text .hero-list {
    display: none;
  }
  .header-hero .hero-text .sp-hero-list {
    display: flex;
  }
  .header-hero .hero-text .sp-hero-list li {
    width: 17.3684210526vw;
    height: 17.3684210526vw;
    border-radius: 50%;
    background: #49D6BB;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    letter-spacing: -0.0789473684vw;
    font-size: 5.2631578947vw;
    font-weight: bold;
    line-height: 5.6578947368vw;
    margin-right: 3.5526315789vw;
  }
  .header-hero .hero-text .sp-hero-list li:nth-of-type(2) {
    padding-top: 1.3157894737vw;
  }
  .header-hero .hero-text .sp-hero-list li small {
    display: block;
    width: 100%;
    line-height: 1;
    margin-top: -3.9473684211vw;
    font-size: 3.8157894737vw;
    letter-spacing: -0.0565789474vw;
  }
  .header-hero .hero-summary {
    font-size: 2.8947368421vw;
    right: 2.6315789474vw;
  }

  .voice {
    margin-bottom: 7.8947368421vw;
  }
  .voice-title h2 {
    font-size: 7.2368421053vw;
    letter-spacing: 0.2894736842vw;
    line-height: 7.8947368421vw;
    margin-bottom: 1.3157894737vw;
  }
  .voice-title p {
    font-size: 3.2894736842vw;
  }
  .voice-list {
    flex-wrap: wrap;
    padding: 0 2.6315789474vw;
  }
  .voice-item {
    width: 45.5263157895vw;
    padding-bottom: 31.5789473684vw;
  }
  .voice-item:nth-of-type(2) {
    display: none;
  }
  .voice-item .voice-name {
    position: absolute;
    bottom: 0.2631578947vw;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 2.5vw;
    left: 0.7894736842vw;
  }
  .voice-item .voice-text {
    font-size: 3.6842105263vw;
    line-height: 4.3421052632vw;
  }

  .worker {
    padding-bottom: 8.4210526316vw;
  }
  .worker-video {
    margin-top: 9.2105263158vw;
  }
  .worker-video iframe {
    width: 87.6315789474vw;
    height: 49.3421052632vw;
  }
  .worker-video .video-caption {
    font-size: 3.0263157895vw;
  }
  .worker-text {
    padding: 0 2.6315789474vw;
  }
  .worker-text p {
    font-size: 3.9473684211vw;
    margin-bottom: 3.9473684211vw;
  }

  .features {
    padding-top: 5.2631578947vw;
    padding-bottom: 6.1842105263vw;
  }
  .features-title {
    font-size: 5.9210526316vw;
    line-height: 5.9210526316vw;
  }
  .features-title span {
    background-image: url(./assets/images/sp-line-1.svg), url(./assets/images/sp-line-2.svg);
    background-size: 8.0263157895vw, 5.2631578947vw;
    padding: 0 6.5789473684vw;
  }
  .features-list {
    flex-wrap: wrap;
    padding: 0 2.6315789474vw;
  }
  .features-item {
    width: 44.4736842105vw;
    margin-bottom: 7.5vw;
    padding-bottom: 3.9473684211vw;
  }
  .features-item:last-child {
    margin: auto;
  }
  .features-item .features-image {
    height: 28.6842105263vw;
    margin-bottom: 1.7105263158vw;
  }
  .features-item h3 {
    font-size: 4.3421052632vw;
  }
  .features-item p {
    font-size: 3.6842105263vw;
    padding: 0 1.7105263158vw;
  }

  .program {
    padding-top: 7.8947368421vw;
  }
  .program .course .speech-balloon {
    margin-bottom: 9.2105263158vw;
  }
  .program .course-inner {
    padding: 0 2.6315789474vw;
  }
  .program .course-title {
    font-size: 5.2631578947vw;
  }
  .program .course-summary p {
    font-size: 3.9473684211vw;
    margin-top: 0;
  }
  .program .course-date-list {
    max-width: initial;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10.5263157895vw;
  }
  .program .course-date-list.common {
    max-width: initial;
    margin-top: 10.5263157895vw;
    margin-bottom: 5.2631578947vw;
  }
  .program .course-date-item {
    width: 33.33333333%;
    padding-bottom: 8.5526315789vw;
  }
  .program .course-date-item:nth-of-type(3) {
    border-right: 1px solid #707070;
  }
  .program .course-date-item:nth-of-type(4), .program .course-date-item:nth-of-type(5) {
    border-top: none;
  }
  .program .course-date-item h5 {
    font-size: 3.6842105263vw;
    padding: 1.3157894737vw;
  }
  .program .course-date-item .course-date-content-list {
    padding-top: 1.3157894737vw;
    padding-right: 1.3157894737vw;
  }
  .program .course-date-item .course-date-content-list li {
    font-size: 3.1578947368vw;
    line-height: 3.2894736842vw;
    padding-left: 3.9473684211vw;
  }
  .program .course-video iframe {
    width: 87.6315789474vw;
    height: 49.3421052632vw;
  }
  .program .course-video .video-caption {
    font-size: 3.0263157895vw;
  }
  .program .tutor .speech-balloon .sp-show {
    display: inline;
  }
  .program .tutor-list {
    max-width: initial;
    padding: 0 2.6315789474vw;
    margin-bottom: 9.2105263158vw;
    margin-top: 10.5263157895vw;
  }
  .program .tutor-item {
    width: 43.1578947368vw;
  }
  .program .tutor-item h4 {
    padding-left: 0;
    font-size: 4.6052631579vw;
    text-align: center;
  }
  .program .tutor-item h4 span {
    display: block;
    font-size: 3.2894736842vw;
  }
  .program .tutor-item p {
    font-size: 3.6842105263vw;
  }

  .pr-title {
    font-size: 5.9210526316vw;
    line-height: 5.9210526316vw;
  }
  .pr-title span {
    background-image: url(./assets/images/sp-line-1.svg), url(./assets/images/sp-line-2.svg);
    background-position: bottom left, bottom right;
    background-size: 8.0263157895vw, 5.2631578947vw;
  }
  .pr-list {
    display: block;
    padding: 0 2.6315789474vw;
    margin-bottom: 6.9736842105vw;
  }
  .pr-item {
    width: 100%;
    padding: 0 4.0789473684vw;
    padding-top: 11.8421052632vw;
    padding-bottom: 2.6315789474vw;
    font-size: 3.9473684211vw;
    line-height: 4.6052631579vw;
  }
  .pr-item p {
    font-size: 3.9473684211vw;
    line-height: 4.6052631579vw;
  }
  .pr-item ul {
    padding-left: 5.2631578947vw;
  }
  .pr-item .pr-label {
    top: 0;
    bottom: initial;
    font-size: 4.0789473684vw;
    padding: 2.6315789474vw 0 0.7894736842vw;
  }
  .pr-item-arrow {
    width: 13.6842105263vw;
    text-align: center;
    margin: auto;
    transform: rotate(90deg);
    margin-bottom: -2.6315789474vw;
    margin-top: -1.3157894737vw;
  }
  .pr-video h3 {
    font-size: 4.6052631579vw;
    letter-spacing: -0.1842105263vw;
  }
  .pr-video iframe {
    width: 87.6315789474vw;
    height: 49.3421052632vw;
  }
  .pr-video .video-caption {
    font-size: 3.0263157895vw;
  }

  .graduate {
    padding-top: 9.2105263158vw;
    padding-bottom: 11.8421052632vw;
  }
  .graduate-title {
    font-size: 5.9210526316vw;
    line-height: 7.2368421053vw;
  }
  .graduate-wrap {
    display: block;
    max-width: initial;
    padding: 0 2.6315789474vw;
  }
  .graduate-summary {
    width: 100%;
    padding-right: 0;
    margin-bottom: 6.5789473684vw;
  }
  .graduate-summary p {
    font-size: 3.9473684211vw;
    line-height: 4.6052631579vw;
  }
  .graduate-person {
    width: 54.7368421053vw;
    margin: auto;
  }
  .graduate-person p {
    font-size: 3.6842105263vw;
    line-height: 4.0789473684vw;
  }

  .faq-title {
    font-size: 5.9210526316vw;
  }
  .faq-title span {
    background-image: url(./assets/images/sp-line-1.svg), url(./assets/images/sp-line-2.svg);
    background-size: 7.8947368421vw, 5.2631578947vw;
    padding: 3.9473684211vw 7.2368421053vw;
  }
  .faq-list {
    padding: 0 2.6315789474vw;
  }
  .faq-list dt {
    font-size: 3.9473684211vw;
    padding-left: 8.5526315789vw;
    margin-bottom: 3.0263157895vw;
  }
  .faq-list dt::before {
    font-size: 3.9473684211vw;
    width: 6.9736842105vw;
    height: 6.9736842105vw;
    line-height: 6.3157894737vw;
    left: 0;
    margin: 0;
    top: 3.0263157895vw;
  }
  .faq-list dd {
    font-size: 3.9473684211vw;
    line-height: 4.6052631579vw;
    padding-left: 8.5526315789vw;
  }
  .faq-list dd::before {
    font-size: 3.9473684211vw;
    width: 6.9736842105vw;
    height: 6.9736842105vw;
    line-height: 6.3157894737vw;
    left: 0;
    margin: 0;
    top: 3.9473684211vw;
  }
  .faq-list dd .sp-small {
    font-size: 3.6842105263vw;
  }

  .application {
    padding-top: 14.4736842105vw;
    margin-top: -5.2631578947vw;
  }
  .application .speech-balloon {
    letter-spacing: 0px;
    line-height: 5.9210526316vw;
    margin-top: 0;
  }
  .application iframe {
    min-height: 990px;
  }

  .thanks {
    padding-top: 6.6666666667vw;
  }
  .thanks-body p {
    font-size: 3.3333333333vw;
    margin-bottom: 6.6666666667vw;
    line-height: 6.6666666667vw;
  }

  .footer {
    padding-bottom: 7.8947368421vw;
  }
  .footer-wrap {
    padding: 8.5526315789vw 9.2105263158vw 6.3157894737vw;
    flex-wrap: wrap;
  }
  .footer-wrap .company-info {
    order: 2;
    width: 100%;
  }
  .footer-wrap .company-info p {
    font-size: 3.6842105263vw;
    line-height: 4.3421052632vw;
  }
  .footer-wrap .company-info address {
    font-size: 3.6842105263vw;
    line-height: 4.3421052632vw;
  }
  .footer-wrap .footer-logo {
    order: 1;
    width: 49.3421052632vw;
    margin: auto;
    margin-bottom: 9.2105263158vw;
  }
  .footer-copyright {
    font-size: 3.1578947368vw;
  }
}

/*# sourceMappingURL=style.css.map */
