@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  color: #f7f7f7;
  background-color: #0E1520;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
  display: inline-block;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding-inline: 15px;
}

.top-sentence {
  position: relative;
}
.top-sentence .main-visual {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(5) brightness(30%);
  margin-bottom: 80px;
}
.top-sentence h1 {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 15%;
  left: 3%;
  line-height: 2;
  letter-spacing: 0.5rem;
  text-shadow: 3px 3px 5px #aaa;
  -webkit-text-decoration: underline 5px #333;
          text-decoration: underline 5px #333;
}
.top-sentence .main-text {
  position: absolute;
  top: 50%;
  left: 3%;
  color: #fff;
  max-width: 900px;
}
.top-sentence .main-text p {
  line-height: 2;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  position: relative;
}
.top-sentence .main-text .open {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  left: 475px;
  top: 11px;
  transition: 0.3s;
}
.top-sentence .main-text .open-span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  right: 130px;
  bottom: 9px;
}
.top-sentence .main-text .hide-text {
  opacity: 0;
  transition: all 0.3s;
}
.top-sentence .main-text .open-text {
  opacity: 1;
  transform: 0.3s;
}
.top-sentence .btn-container {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}
.top-sentence .btn-container .btn {
  border: solid 2px #fff;
  transition: all 0.3s;
}
.top-sentence .btn-container .btn:hover {
  background-color: #fff;
  border: solid 2px #28c3d4;
}
.top-sentence .btn-container .btn:hover .btn-item {
  color: #28c3d4;
}

.container {
  padding-inline: 15px;
  margin-bottom: 80px;
}
.container .dream {
  max-width: 1100px;
  border: solid 2px #7F5E23;
  background-color: #18273D;
  padding: 40px;
  margin-inline: auto;
}
.container .dream h2 {
  font-size: 1.75rem;
  text-align: center;
  color: #C3B564;
  padding-bottom: 30px;
}
.container .dream .voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.25rem;
  padding-inline: 20px;
  margin-inline: auto;
}
.container .dream .voice .voice-item {
  list-style: none;
  justify-content: center;
  padding-inline: 20px;
  margin: 0 auto 30px auto;
}
.container .dream .voice .voice-item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px #C3B564;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px auto;
}

.follow {
  width: 100%;
  color: #18273D;
  background-color: #f7f7f7;
  padding-block: 80px;
}

.sec-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.sec-title::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #C3B564;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -10px;
}

.section {
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 900px;
  padding-inline: 15px;
  margin: 0 auto 80px auto;
}
.section .goal {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.section .goal-item {
  width: 33%;
  font-size: 0.875rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 60px 30px;
  margin-right: 40px;
  position: relative;
}
.section .goal-item:last-child {
  background-color: #18273D;
  color: #f7f7f7;
  margin-right: 0;
}
.section .goal-item:first-child {
  background-color: #18273D;
  color: #f7f7f7;
}
.section .goal-item:nth-child(2) {
  border: solid 2px #ccc;
}
.section .goal-item:nth-child(2) .goal-item-text::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0E1520 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -40px;
  margin-inline: auto;
}
.section .goal-item-number {
  font-size: 2rem;
  font-weight: bold;
  color: #C3B564;
  text-shadow: 3px 3px 0px rgb(255, 255, 255), 4px 4px 0px #C3B564;
  position: absolute;
  top: -30px;
  left: 0;
}
.section .goal-item-text {
  margin-bottom: 70px;
  position: relative;
}
.section .goal-item-text::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFFFFF transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -40px;
  margin-inline: auto;
}
.section .goal-item-text-detail {
  font-size: 1.05rem;
  font-weight: bold;
}

.menter {
  line-height: 2;
  padding-top: 80px;
}
.menter-text {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 60px;
}
.menter-illust {
  text-align: center;
  background-color: #18273D;
  border: solid 2px #C3B564;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.menter-illust-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}
.menter-illust-list-img {
  width: 500px;
  padding-bottom: 20px;
}
.menter-illust-list .illust-detail {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: -60px;
}
.menter-illust-list .operator {
  width: 200px;
}

.application {
  color: #0E1520;
  background-color: #f7f7f7;
  padding: 80px 0 60px 0;
}
.application .free {
  overflow: hidden;
  padding-block: 40px;
  margin-bottom: 20px;
}
.application .free-inner {
  background-color: #FFE446;
  color: #f7f7f7;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.application .free-inner-white {
  background-color: #18273D;
  text-align: center;
  padding: 40px 20px;
}
.application .free-inner-white .btn-container {
  margin-bottom: 0;
}
.application .free-inner-white .btn-container .btn {
  background-color: #2dc4d5;
  border: solid 2px #fff;
  transition: all 0.3s;
}
.application .free-inner-white .btn-container .btn-item {
  color: #fff;
}
.application .free-inner-white .btn-container .btn:hover {
  background-color: #FFE446;
  border: solid 2px #fff;
  transform: 0.3s;
}
.application .free-inner-white .btn-container .btn:hover .btn-item {
  color: #18273D;
}
.application .free-inner .bar {
  position: absolute;
  background-color: #b40e21;
  width: 300px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  transform: rotate(-30deg);
  top: 25px;
  left: -70px;
  padding: 10px 20px;
}
.application .free-inner .bar span:first-child {
  display: block;
  position: absolute;
  content: "";
  width: 300px;
  height: 2px;
  background-color: #fff;
  top: 4px;
  left: 0;
  right: 0;
}
.application .free-inner .bar span:last-child {
  display: block;
  position: absolute;
  content: "";
  width: 300px;
  height: 2px;
  background-color: #fff;
  bottom: 4px;
  left: 0;
  right: 0;
}
.application .free-inner h4 {
  font-size: 2rem;
  color: #FFE446;
  text-align: center;
  line-height: 1.2;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
  margin-bottom: calc(1em + 20px);
}
.application .free-inner p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.application .free-inner .condition {
  color: #0E1520;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 20px;
  margin-bottom: 30px;
}
.application .mirai-img {
  width: 100%;
  margin-inline: auto;
}
.application .mirai-detail {
  text-align: center;
  max-width: 500px;
  padding: 100px 15px 60px 15px;
  margin-inline: auto;
}
.application .mirai-detail h3 {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 70px;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  color: #fff;
  background: #18273D;
}
.application .mirai-detail h3::after, .application .mirai-detail h3::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #18273D;
}
.application .mirai-detail h3::before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}
.application .mirai-detail h3::after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}
.application .mirai-detail p {
  border-bottom: dotted 1px #28c3d4;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.btn-container {
  padding-inline: 25px;
  margin-bottom: 20px;
}
.btn-container .btn {
  text-align: center;
  max-width: 450px;
  white-space: nowrap;
  display: block;
  background-color: #28c3d4;
  border-radius: 50px;
  padding-block: 15px;
  margin-inline: auto;
}
.btn-container .btn-item {
  color: #fff;
  font-size: 1.25rem;
}

.feature {
  background-color: #0E1520;
}

.feature-title {
  color: #fff;
  font-size: 1.25rem;
  background-color: #2dc4d5;
  text-align: center;
  border-bottom: solid 2px #f7f7f7;
  padding-block: 30px;
  position: relative;
  margin-bottom: 40px;
}
.feature-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 50px #2dc4d5;
  border-bottom: solid 50px transparent;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.feature-title .sec-title {
  margin-bottom: 15px;
}
.feature-title .sec-title::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #f7f7f7;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -10px;
}

.feature-list {
  list-style: none;
  color: #18273D;
  background-color: #0E1520;
}
.feature-list-item {
  background-color: #f7f7f7;
  padding: 40px;
  margin-block: 120px;
  position: relative;
  border-radius: 20px;
}
.feature-list-item::before {
  position: absolute;
  display: block;
  content: "";
  width: 250px;
  height: 250px;
  background-color: #f7f7f7;
  border-radius: 50%;
  top: -65px;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 0;
}
.feature-list-item-num {
  display: inline-block;
  color: #0E1520;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 20;
}
.feature-list-item-num::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #C3B564;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.feature-list-item h3 {
  font-size: 1.75rem;
  text-align: center;
  position: inherit;
  z-index: 10;
  margin-bottom: 20px;
}
.feature-list-item-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: inherit;
  align-items: center;
}
.feature-list-item-flex img {
  width: 38%;
  height: 100%;
  min-height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
  border-radius: 20px;
  margin-right: 30px;
}
.feature-list-item-flex .feature-text {
  font-size: 0.9rem;
}
.feature-list-item-flex .feature-text p {
  margin-bottom: 20px;
}
.feature-list-item-flex .feature-text p:last-child {
  margin-bottom: 0;
}

.course {
  background-color: #f7f7f7;
  color: #0E1520;
}
.course .feature-title {
  border-bottom: solid 3px #aaa;
  margin-bottom: 100px;
}
.course .sec-title {
  margin-bottom: 15px;
}
.course .sec-title::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #f7f7f7;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -10px;
}
.course-list {
  list-style: none;
  text-align: center;
}
.course-list-item {
  padding-bottom: 100px;
}
.course-list-item h4 {
  font-size: 1.75rem;
  color: #18273D;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #18273D;
}
.course-list-item h4:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 240px;
  height: 300%;
  content: "";
  transform: rotate(25deg);
  background: #18273D;
}
.course-list-item h4 span {
  color: #fff;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-left: 13px;
}
.course-list-item .plan_detail {
  display: flex;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}
.course-list-item .plan_detail-inner {
  width: 55%;
  max-width: 100%;
  position: relative;
}
.course-list-item .plan_detail img {
  max-height: 520px;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 40px;
}
.course-list-item .plan_detail_text {
  margin-bottom: 100px;
}
.course-list-item .plan_detail p {
  font-size: 0.875rem;
}
.course-list-item .plan_detail .price {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: right;
  border-bottom: double 5px #C3B564;
  padding-bottom: 5px;
}
.course-list-item .plan_detail .price .free {
  color: #f00000;
}

.students {
  margin: 0 auto 100px auto;
}
.students .feature-title {
  margin-bottom: 100px;
}
.students .sec-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.students .sec-title::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -10px;
}
.students .student-container {
  padding-inline: 15px;
}
.students .student-container .student-inner {
  background-color: #18273D;
  max-width: 1100px;
  border: solid 2px #C3B564;
  padding: 60px 40px;
  margin-inline: auto;
}
.students .student-container .student-inner .students-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  padding: 0 30px 0 45px;
}
.students .student-container .student-inner .students-list-item {
  width: 50%;
  background-color: #f7f7f7;
  color: #0E1520;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}
.students .student-container .student-inner .students-list-item:first-child {
  margin-right: 120px;
}
.students .student-container .student-inner .students-list-item .student-summary {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  position: relative;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1.25rem;
  padding: 20px 0 20px 30px;
}
.students .student-container .student-inner .students-list-item .student-summary:before, .students .student-container .student-inner .students-list-item .student-summary:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
.students .student-container .student-inner .students-list-item .student-summary:before {
  top: 0;
}
.students .student-container .student-inner .students-list-item .student-summary:after {
  bottom: 0;
}
.students .student-container .student-inner .students-list-item .student-icon {
  width: 90px;
  border-radius: 50%;
  border: solid 3px #e1ce08;
  background-color: #fff;
  position: absolute;
  left: -45px;
  top: -10px;
}
.students .student-container .student-inner .students-list-item .name {
  color: #fff;
  background-color: #aaa;
  font-size: 1.05rem;
  font-weight: bold;
  padding: 10px 10px 10px 60px;
}
.students .student-container .student-inner .students-list-item .student-detail {
  font-size: 0.875rem;
  padding: 20px;
}

.questions {
  background-color: #f7f7f7;
  color: #18273D;
  padding-block: 60px;
}
.questions .question-list {
  list-style: none;
  max-width: 1100px;
  padding-inline: 15px;
  margin: 0 auto;
}
.questions .question-list-item-q {
  background-color: #18273D;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 20px 11%;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 30px;
}
.questions .question-list-item-q:hover {
  opacity: 0.8;
}
.questions .question-list-item-q p {
  display: inline-block;
  padding-right: 30px;
}
.questions .question-list-item-q p span {
  margin-right: 20px;
}
.questions .question-list-item-q .i-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 58%;
  right: 5%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.questions .question-list-item-q .i-box .one-i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.questions .question-list-item-q .i-box .one-i::before, .questions .question-list-item-q .i-box .one-i::after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.questions .question-list-item-q .i-box .one-i::before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.questions .question-list .open {
  background-color: #b40e21;
  border: solid 2px #b40e21;
}
.questions .question-list .open .i-box {
  transform: rotate(-360deg);
}
.questions .question-list .open .one-i::before {
  content: none;
}
.questions .question-list .open .one-i::after {
  transform: rotate(-45deg);
}
.questions .question-list-item-a {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #b40e21;
  border-right: 2px solid #b40e21;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.questions .question-list .box-one {
  height: 100px;
}
.questions .question-list .box-one p {
  margin: 0;
}

.close {
  color: #0E1520;
  width: 100%;
  font-size: 1.35rem;
  padding-block: 100px;
}
.close-inner {
  padding-bottom: 60px;
}
.close .left,
.close .right {
  background-color: #18273D;
  border: solid 2px #C3B564;
  padding: 40px;
  margin-bottom: 30px;
}
.close .left {
  border-radius: 0 25px 25px 0;
  border-left: none;
  width: 50%;
}
.close .right {
  border-radius: 25px 0 0 25px;
  border-right: none;
  width: 50%;
  margin-left: auto;
}
.close-inner-text {
  display: table;
  font-weight: bold;
  margin-inline: auto;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.close-inner-text span {
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.close .btn-container .btn {
  border: solid 2px #fff;
  max-width: 800px;
  font-weight: bold;
  transition: all 0.3s;
  padding-block: 20px;
  position: relative;
  overflow: hidden;
}
.close .btn-container .btn::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition-duration: 0.3s;
  opacity: 0;
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
}
.close .btn-container .btn:hover .btn-item {
  position: relative;
  z-index: 10;
  color: #28c3d4;
}
.close .btn-container .btn:hover::after {
  border: solid 2px #fff;
  opacity: 1;
  transform: 0.3s;
}
.close .btn-container .btn-item {
  font-size: 1.5rem;
}
.close .last-text {
  color: #0E1520;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 1rem 2rem;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
}

@media (max-width: 980px) {
  .top-sentence .main-text {
    max-width: 645px;
    padding-bottom: 10%;
  }
  .top-sentence .main-text p {
    font-size: 1rem;
    display: inline-block;
    margin-right: 35px;
  }
  .top-sentence .main-text .open {
    top: 15px;
    left: 95%;
  }
  .students .student-container .student-inner .students-list {
    flex-direction: column;
    width: 100%;
  }
  .students .student-container .student-inner .students-list-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .students .student-container .student-inner .students-list-item:first-child {
    margin-right: 0;
  }
  .students .student-container .student-inner .students-list-item:last-child {
    margin-bottom: 0;
  }
  .students .student-container .student-inner .students-list .students-list-item .student-summary {
    font-size: 1.5rem;
    padding-left: 0;
  }
  .students .student-container .student-inner .students-list .students-list-item .student-detail {
    font-size: 1rem;
  }
  .feature .feature-list .feature-list-item .feature-list-item-flex .feature-text {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .wrapper,
.container,
.section,
.students .student-container,
.questions .question-list {
    padding-inline: 3%;
  }
  .top-sentence h1 {
    font-size: 1.5rem;
  }
  .follow .section {
    margin-bottom: 0;
  }
  .follow .section .goal {
    flex-direction: column;
  }
  .follow .section .goal-item {
    width: 100%;
    text-align: center;
    box-shadow: none;
    background-color: #f7f7f7;
    color: #18273D;
    border: solid 2px #ccc;
    margin: 0 auto 60px auto;
  }
  .follow .section .goal-item:last-child {
    margin-bottom: 0;
  }
  .follow .section .goal-item-number {
    left: 0;
    right: 0;
  }
  .follow .section .goal .goal-item-text {
    font-size: 1rem;
  }
  .follow .section .goal .goal-item-text::after {
    border-color: #0E1520 transparent transparent transparent;
  }
  .menter .menter-illust {
    padding-bottom: 25px;
  }
  .close .last-text {
    font-size: 1.35rem;
  }
}
@media (max-width: 650px) {
  .sec-title {
    padding-inline: 25px;
  }
  .top-sentence .main-text {
    max-width: 645px;
    padding-bottom: 10%;
  }
  .top-sentence .main-text p {
    font-size: 1rem;
    display: inline-block;
    margin-right: 35px;
  }
  .top-sentence .main-text .open,
.top-sentence .main-text .hide-text,
.top-sentence .main-text .open-text {
    display: none;
  }
  .container .dream {
    padding-inline: 0;
  }
  .container .dream h2 {
    padding-inline: 10px;
  }
  .container .dream .voice .voice-item {
    padding-inline: 0;
  }
  .close {
    font-size: 1rem;
  }
  .close .left, .close .right {
    width: 80%;
    padding-block: 25px;
  }
  .close .left {
    margin-bottom: 50px;
  }
}
@media (max-width: 580px) {
  .sec-title,
.students .sec-title {
    font-size: 1.5rem;
  }
  .menter .menter-illust {
    padding-top: 10px;
  }
  .menter .menter-illust .illust-detail {
    margin-top: -45%;
  }
  .application {
    color: #0E1520;
    background-color: #f7f7f7;
    padding: 80px 0 60px 0;
  }
  .application .free {
    overflow: hidden;
    padding-block: 40px;
    margin-bottom: 20px;
  }
  .application .free-inner {
    background-color: #FFE446;
    color: #f7f7f7;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    padding: 5px;
    position: relative;
    overflow: hidden;
  }
  .application .free-inner-white {
    padding-block: 50px;
  }
  .application .free-inner .condition {
    border-radius: 25px;
  }
  .application .free-inner .bar {
    position: absolute;
    background-color: #b40e21;
    width: 350px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    transform: rotate(-30deg);
    top: 25px;
    left: -100px;
    padding: 10px 20px;
  }
  .application .mirai-detail {
    padding-top: 40px;
  }
  .feature .feature-list .feature-list-item {
    padding: 40px 15px;
  }
  .feature .feature-list .feature-list-item h3 {
    font-size: 1.5rem;
  }
  .feature .feature-list .feature-list-item .feature-list-item-flex {
    flex-direction: column;
  }
  .feature .feature-list .feature-list-item .feature-list-item-flex img {
    max-height: 200px;
    width: 100%;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
    margin: 0 0 30px 0;
  }
  .course .course-list .course-list-item h4 {
    font-size: 1.5rem;
    padding-block: 1rem;
    margin-bottom: 30px;
  }
  .course .course-list .course-list-item h4::before {
    left: -130px;
  }
  .course .course-list .course-list-item h4 span {
    font-size: 2.5rem;
    top: 15px;
  }
  .course .course-list .course-list-item .plan_detail {
    flex-direction: column;
  }
  .course .course-list .course-list-item .plan_detail img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .course .course-list .course-list-item .plan_detail-inner {
    width: 100%;
    padding-left: 15px;
  }
  .course .course-list .course-list-item .plan_detail_text {
    margin-bottom: 50px;
  }
  .students .student-container .student-inner {
    padding: 60px 0 60px 15px;
  }
  .students .student-container .student-inner .students-list {
    padding: 0 25px 0 45px;
  }
  .students .student-container .student-inner .students-list .students-list-item .student-summary {
    padding: 20px 20px 20px 35px;
  }
  .students .student-container .student-inner .students-list .students-list-item .student-icon {
    width: 80px;
    top: -5px;
  }
  .students .student-container .student-inner .students-list .students-list-item .name {
    padding-left: 30px;
  }
  .questions .question-list .question-list-item-a .box-one {
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */