@media all and (min-width: 1440px) {
  .fv .fv-p a {
    font-size: 1.8em;
    font-weight: 900;
    padding: 0.7em 5em;
    border-radius: 10px;
    margin-bottom: 30%;
    color: #173EB3;
  }
  .catch-cp {
    padding: 11em 0;
  }
  .catch-cp .catch-h2 .catch-h2-img {
    margin: 5em 0 0 1em;
  }
  .catch-cp .catch-p {
    position: relative;
    padding-top: 4em;
  }
  .catch-cp .catch-p p {
    font-family: noto-sans, sans-serif;
    color: #fff;
    font-size: 1.8em;
    line-height: 2.2em;
    margin: 0 0 0 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .catch-cp .catch-p img {
    position: absolute;
    bottom: 0;
    right: 1em;
    width: 38%;
  }
  .title1 {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .title1 .eng-title {
    height: 10em;
  }
  .title1 h2 {
    padding: 4.5em 0 0 1em;
  }
  .title1 .sub-title {
    line-height: 2em;
  }
  .title1 .what {
    height: 10.5em;
  }
  .title2 .eng-title {
    height: 10em;
  }
  .title2 h2 {
    padding: 5.5em 0 0 1em;
  }
  .title2 .sub-title {
    line-height: 2em;
  }
  .point {
    padding: 9em 0;
  }
  .point .point-left .img-right {
    width: 50%;
  }
  .point .point-left .suuji {
    margin-left: -5em;
    margin-bottom: 0em;
    width: 70%;
  }
  .point .point-right {
    margin: 6em 0;
  }
  .point .point-right .img-left {
    width: 50%;
  }
  .point .point-right .suuji {
    margin-left: 7em;
    margin-bottom: 0em;
    width: 70%;
  }
  .point .contact-p {
    font-weight: 900;
  }
  .point-p {
    padding: 0 10%;
    width: 35%;
  }
  .point-p h3 {
    font-size: 2em;
    margin-top: -2.5em;
    transition: all 0.2s ease-in-out;
    font-weight: 900;
  }
  .curriculum {
    padding: 10em 0 3em;
  }
  .curriculum .phase {
    padding: 4% 2%;
  }
  .curriculum .phase .list img {
    height: 14em;
  }
  .curriculum .phase .list .checklist li {
    font-size: 1.8em;
    margin: 1.2em 0;
    background-size: auto 0.8em;
    padding-left: 1.2em;
  }
  .curriculum .phase .explain-contain .explain img {
    width: 35%;
  }
  .curriculum .phase-100 {
    padding: 4% 2%;
  }
  .curriculum .phase-100 .list img {
    height: 12em;
    padding: 3em;
  }
  .curriculum .phase-100 .list .checklist li {
    font-size: 1.8em;
    margin: 1em 0;
    background-size: auto 0.8em;
    padding-left: 1.2em;
  }
  .movie .movie-item iframe {
    border-radius: 10px;
    width: 65%;
    height: 37em;
  }
  .course {
    margin: 7em 0;
  }
  .course .course-price {
    margin: 5em 0 0 0;
  }
  .course .course-price .batch {
    font-size: 1.75em;
    font-weight: 900;
    padding: 0.3em 1.8em;
    margin: 0 0 1em;
    border-radius: 30px;
  }
  .course .course-price .price {
    font-size: 2.6em;
    font-weight: 700;
  }
  .course .course-price .price span {
    font-size: 1.8em;
    font-weight: 900;
    padding-left: 0.2em;
  }
  .course .course-price .tax-in {
    font-weight: 700;
    margin: 0 0 0 0.2em;
    font-size: 1.75em;
  }
  .course .course-price .price-discription {
    margin: 0.5em 0 1em;
    font-weight: 700;
    font-size: 1.3em;
  }
  .course .course-wrap {
    width: 75%;
    margin: 0 auto;
    padding: 1em 0;
  }
  .course .course-wrap .course-item {
    padding: 0.4em;
    width: 37em;
    height: 26em;
  }
  .course .course-wrap .course-item .back-wh {
    padding: 1em;
    height: 24em;
  }
  .course .course-wrap .course-item .back-none {
    padding: 1em;
  }
  .course .course-wrap .course-item ul li {
    font-size: 1.3em;
    margin: 1.8em 0;
  }
  .course .course-last {
    width: 48%;
    font-size: 1.3em;
  }
  .voice .voice-wrap .voice-item .itemframe {
    width: 100%;
    overflow: hidden;
  }
  .voice .voice-wrap .voice-item .itemframe iframe {
    width: 100%;
    height: 20em;
  }
  .voice .voice-wrap .voice-item p {
    margin: 0;
    padding: 0.7em 0 1.3em;
  }
  .catch-cp2 .contact a {
    padding: 1em 7em;
  }
}
@media all and (min-width: 1900px) {
  .fv .fv-p a {
    font-size: 2.2em;
    font-weight: 900;
    padding: 0.7em 5em;
    border-radius: 10px;
    margin-bottom: 35%;
  }
  .title1 {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .title1 .eng-title {
    height: 15em;
  }
  .title1 h2 {
    padding: 8em 0 0 1em;
  }
  .title2 .eng-title {
    height: 15em;
  }
  .title2 h2 {
    padding: 8em 0 0 1em;
  }
  .point {
    padding: 10em 0;
  }
  .point .point-left .img-right {
    width: 50%;
  }
  .point .point-left .suuji {
    margin-left: -7em;
    margin-bottom: 0em;
    width: 70%;
  }
  .point .point-right .img-left {
    width: 50%;
  }
  .point .point-right .suuji {
    margin-left: 7em;
    margin-bottom: 0em;
    width: 70%;
  }
  .point .contact-p {
    font-weight: 900;
  }
  .point-p {
    padding: 0 10%;
    width: 35%;
  }
  .point-p h3 {
    font-size: 2.3em;
    margin-top: -4em;
    transition: all 0.2s ease-in-out;
    font-weight: 900;
  }
  .point-p p {
    font-size: 1.5em;
  }
  .curriculum {
    background: linear-gradient(111.88deg, #173EB3 69.99%, #C079D9 109.22%);
    padding: 5em 0;
  }
  .curriculum .phase .list img {
    height: 18em;
  }
  .curriculum .phase .list li {
    font-size: 2em;
  }
  .curriculum .phase-100 .list img {
    height: 17em;
  }
  .curriculum .phase-100 .list li {
    font-size: 2em;
  }
  .movie .movie-item iframe {
    border-radius: 10px;
    width: 50%;
    height: 42em;
  }
  .course .course-price {
    margin: 5em 0 0 0;
  }
  .course .course-price .batch {
    font-size: 1.95em;
    font-weight: 900;
    padding: 0.3em 1.8em;
    margin: 0 0 1em;
    border-radius: 30px;
  }
  .course .course-price .price {
    font-size: 2.8em;
    font-weight: 700;
  }
  .course .course-price .price span {
    font-size: 2em;
    font-weight: 900;
    padding-left: 0.2em;
  }
  .course .course-price .tax-in {
    font-weight: 700;
    margin: 0 0 0 0.2em;
    font-size: 1.95em;
  }
  .course .course-price .price-discription {
    margin: 0.5em 0 1em;
    font-weight: 700;
    font-size: 1.5em;
  }
  .course .course-wrap {
    width: 75%;
    margin: 0 auto;
    padding: 3em 0;
  }
  .course .course-wrap .course-item {
    padding: 0.4em;
    width: 44em;
    height: 32em;
  }
  .course .course-wrap .course-item .back-wh {
    padding: 1em;
    height: 30em;
  }
  .course .course-wrap .course-item .back-none {
    padding: 1em;
  }
  .course .course-wrap .course-item ul li {
    font-size: 1.7em;
  }
  .course .course-last {
    width: 41%;
    font-size: 1.5em;
  }
  .voice .voice-wrap .voice-item .itemframe {
    width: 100%;
  }
  .voice .voice-wrap .voice-item .itemframe iframe {
    width: 100%;
    height: 26em;
  }
  .catch-cp2 .contact a {
    padding: 1.1em 7em;
  }
}
@media all and (max-width: 1024px) {
  header h1 {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    margin-left: 1em;
  }
  header h1 img {
    height: 1.3em;
  }
  header #g-nav .head-menu li {
    padding: 0 1.2em;
    font-size: 0.9em;
  }
  header #g-nav .head-menu .head-contact {
    padding: 0 0 0 0.5em;
  }
  header #g-nav .head-menu .head-contact a {
    border-radius: 10px 0px 0px 10px;
    padding: 0.6em 2em 0.5em 1.3em;
  }
  .catch-cp {
    background: linear-gradient(153.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 130.72%);
    padding: 10em 0;
  }
  .catch-cp .back-animation {
    height: 100vh;
  }
  .catch-cp .content-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .catch-cp .catch-h2 h2 {
    font-size: 6em;
    line-height: 1.3em;
  }
  .catch-cp .catch-h2 .catch-h2-img {
    margin: 3em 0 0 1em;
  }
  .point .point-left {
    display: flex;
    align-items: center;
    margin: 5em 0;
  }
  .point .point-left .suuji {
    margin-left: -3em;
    margin-bottom: -5em;
    width: 60%;
  }
  .point .point-left .img-right {
    width: 50%;
  }
  .point .point-right {
    display: flex;
    align-items: center;
    margin: 8em 0;
  }
  .point .point-right .point-p {
    order: 2;
  }
  .point .point-right .img-left {
    order: 1;
  }
  .point .point-right .suuji {
    margin-left: 5em;
    margin-bottom: -5em;
    width: 50%;
  }
  .point .point-right .img-left {
    width: 40%;
  }
  .point .contact-p {
    font-weight: 900;
    color: #041F70;
    background: -webkit-linear-gradient(113.12deg, #C079D9 10.15%, #173EB3 74.21%, #041F70 133.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.8em;
    text-align: center;
    margin: 3em 0 2em;
  }
  .point .contact-p span {
    font-family: oswald, sans-serif;
    font-size: 1.2em;
    margin: 0 0.2em;
  }
  .point .contact {
    text-align: center;
  }
  .point .contact a {
    font-size: 1.5em;
    font-weight: 900;
    text-decoration: none;
    background-color: #F9D118;
    padding: 0.7em 5em;
    border-radius: 10px;
    color: #173EB3;
  }
  .curriculum .phase .list img {
    height: 10em;
  }
  .curriculum .phase .list .checklist li {
    font-size: 1.2em;
  }
  .curriculum .phase .list .checklist li::before {
    margin-right: 0.5em;
  }
  .curriculum .phase-100 .list img {
    height: 9em;
  }
  .curriculum .phase-100 .list .checklist li {
    font-size: 1.2em;
  }
  .curriculum .phase-100 .list .checklist li::before {
    margin-right: 0.5em;
  }
  .curriculum .phase-100 .explain-contain {
    text-align: center;
  }
  .course .course-wrap {
    padding: 1em 0;
  }
  .course .course-wrap .course-item {
    border-radius: 10px;
    padding: 0.4em;
    width: 33em;
    height: 28em;
  }
  .course .course-wrap .course-item .back-wh {
    padding: 1em;
    height: 26em;
  }
  .course .course-wrap .course-item .back-none {
    padding: 1em;
    color: #fff;
  }
  .course .course-wrap .course-item h3 {
    text-align: center;
    font-size: 1.3em;
  }
  .course .course-wrap .course-item .price {
    font-weight: 700;
    font-size: 1em;
    text-align: center;
  }
  .course .course-wrap .course-item .price span {
    font-size: 1.2em;
    font-family: oswald, sans-serif;
    margin: 0 0.3em;
  }
  .course .course-wrap .course-item ul {
    padding: 0;
  }
  .course .course-wrap .course-item ul li {
    line-height: 1.8em;
    font-weight: 700;
  }
  .course .course-last {
    width: 50%;
    margin: 1em auto;
  }
}
@media all and (max-width: 834px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  main {
    width: 100%;
    overflow-x: hidden;
  }
  header {
    width: 100%;
  }
  header h1 {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    margin-left: 1em;
  }
  header h1 img {
    height: 1em;
  }
  header #g-nav .head-menu li {
    padding: 0 0.5em;
    font-size: 0.9em;
  }
  header #g-nav .head-menu .head-contact {
    padding: 0 0 0 0.5em;
  }
  header #g-nav .head-menu .head-contact a {
    border-radius: 10px 0px 0px 10px;
    padding: 0.6em 1.8em 0.5em 1.3em;
  }
  .back-animation {
    background: linear-gradient(93.12deg, #041F70 30.15%, #173EB3 214.21%);
    height: 100vh;
  }
  .catch-cp {
    padding: 10em 0;
  }
  .catch-cp .back-animation {
    height: 100vh;
  }
  .catch-cp .content-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .catch-cp .content-wrap .brank-back {
    width: 100%;
    height: 100vh;
  }
  .catch-cp .catch-h2 h2 {
    font-size: 4.5em;
    line-height: 1.3em;
  }
  .catch-cp .catch-h2 .catch-h2-img {
    margin: 3em 0 0 1em;
    width: 80%;
  }
  .title1 {
    width: 90%;
  }
  .title1 .eng-title {
    height: 8em;
  }
  .title1 h2 {
    padding: 4em 0 0 1em;
    margin: 0;
  }
  .title1 .sub-title {
    margin-left: 2em;
  }
  .title2 {
    width: 90%;
  }
  .title2 .eng-title {
    height: 8em;
  }
  .title2 h2 {
    padding: 4em 0 0 1em;
    margin: 0;
  }
  .title2 .sub-title {
    font-weight: 600;
    margin-left: 2em;
  }
  .point .point-left {
    margin: 5em 0;
  }
  .point .point-left .suuji {
    margin-left: -3em;
    margin-bottom: -3em;
    width: 60%;
  }
  .point .point-left .img-right {
    width: 50%;
  }
  .point .point-right {
    display: flex;
    align-items: center;
    margin: 8em 0;
  }
  .point .point-right .point-p {
    order: 2;
  }
  .point .point-right .img-left {
    order: 1;
  }
  .point .point-right .suuji {
    margin-left: 8em;
    margin-bottom: -3em;
    width: 60%;
  }
  .point .point-right .img-left {
    width: 50%;
  }
  .point .contact-p {
    font-weight: 900;
    color: #041F70;
    background: -webkit-linear-gradient(113.12deg, #C079D9 10.15%, #173EB3 74.21%, #041F70 133.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.8em;
    text-align: center;
    margin: 3em 0 2em;
  }
  .point .contact-p span {
    font-family: oswald, sans-serif;
    font-size: 1.2em;
    margin: 0 0.2em;
  }
  .point .contact {
    text-align: center;
  }
  .point .contact a {
    font-size: 1.5em;
    font-weight: 900;
    text-decoration: none;
    background-color: #F9D118;
    padding: 0.7em 5em;
    border-radius: 10px;
    color: #173EB3;
  }
  .point-p {
    padding: 0 8%;
  }
  .point-p h3 {
    font-size: 1.6em;
    margin-top: -1em;
  }
  .curriculum .phase .list img {
    height: 8em;
  }
  .curriculum .phase .list .checklist {
    width: 57%;
  }
  .curriculum .phase .list .checklist li {
    font-size: 1.05em;
  }
  .curriculum .phase .list .checklist li::before {
    margin-right: 0.5em;
  }
  .curriculum .phase .explain-contain {
    flex-wrap: wrap;
  }
  .curriculum .phase .explain-contain .explain {
    width: 47.5%;
  }
  .curriculum .phase-100 .list img {
    height: 7em;
  }
  .curriculum .phase-100 .list .checklist {
    width: 57%;
  }
  .curriculum .phase-100 .list .checklist li {
    font-size: 1.05em;
  }
  .curriculum .phase-100 .list .checklist li::before {
    margin-right: 0.5em;
  }
  .curriculum .phase-100 .explain-contain {
    text-align: center;
  }
  .movie .movie-item iframe {
    border-radius: 10px;
    width: 75%;
    height: 24em;
  }
  .support .support-item-box {
    width: 90%;
  }
  .support .support-item-box .support-item .explain {
    font-size: 1.3em;
  }
  .course .course-wrap {
    padding: 1em 0;
  }
  .course .course-wrap .course-item {
    border-radius: 10px;
    padding: 0.4em;
    width: 30em;
    height: 25em;
  }
  .course .course-wrap .course-item .back-wh {
    padding: 1em;
    height: 23em;
  }
  .course .course-wrap .course-item .back-none {
    padding: 1em;
    color: #fff;
  }
  .course .course-wrap .course-item ul {
    padding: 0;
  }
  .course .course-wrap .course-item ul li {
    margin: 1em 0;
    font-weight: 700;
  }
  .course .course-last {
    width: 70%;
    margin: 1em auto;
    text-align: center;
  }
  .course .course-last p {
    font-weight: 700;
    color: #0C2241;
  }
  .course .course-last .sp-p {
    display: none;
  }
  .support .support-item-box .support-item .suuji {
    margin-left: 0.2em;
  }
  .support .support-item-box .support-item .explain {
    margin-left: 1em;
  }
  .voice .voice-wrap .voice-item .itemframe {
    width: 100%;
  }
  .voice .voice-wrap .voice-item .itemframe iframe {
    width: 100%;
    height: 14em;
  }
}
@media all and (max-width: 430px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  main {
    width: 100%;
    overflow-x: hidden;
  }
  header {
    width: 100%;
  }
  header h1 {
    -webkit-margin-before: 0.6em;
            margin-block-start: 0.6em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    margin-left: 0.5em;
  }
  header h1 img {
    height: 0.9em;
  }
  header .openbtn {
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  header .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    height: 3px;
    border-radius: 5px;
    background: #173EB3;
    width: 60%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 10px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 18px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 26px;
  }
  header .openbtn.btnactive span:nth-of-type(1) {
    top: 13px;
    left: 2px;
    transform: translateY(6px) rotate(-45deg);
    width: 65%;
  }
  header .openbtn.btnactive span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn.btnactive span:nth-of-type(3) {
    top: 25px;
    left: 2px;
    transform: translateY(-6px) rotate(45deg);
    width: 65%;
  }
  header #g-nav {
    position: fixed;
    z-index: 10000;
    left: 100%;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    background: rgb(255, 255, 255);
    transition: all 0.6s;
    border-left: 10px solid #173EB3;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2509803922);
    margin-top: 0.6em;
  }
  header #g-nav .head-menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header #g-nav .head-menu li {
    padding: 1em 0 1em 1em;
    font-size: 1em;
    font-family: noto-sans, sans-serif;
    font-style: normal;
    font-weight: 900;
    border-bottom: 1px solid rgba(23, 62, 179, 0.2);
  }
  header #g-nav .head-menu .head-contact {
    padding: 1em 0 1em 1em;
    border-bottom: none;
  }
  header #g-nav .head-menu .head-contact a {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    padding: 0;
  }
  header #g-nav.panelactive {
    left: 0;
  }
  .back-animation {
    background: linear-gradient(93.12deg, #173EB3 84.21%, #533FBA 258.7%);
    height: 100vh;
  }
  .fv {
    margin-top: 4em;
  }
  .fv .fv-pc {
    display: none;
  }
  .fv .fv-sp {
    display: block;
  }
  .fv .fv-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .fv .fv-img img {
    height: 100%;
  }
  .fv .fv-p {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .fv .fv-p a {
    width: 80%;
    font-size: 1.3em;
    font-weight: 900;
    text-decoration: none;
    background-color: #F9D118;
    padding: 0.9em 0em 0.6em;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10%;
    color: #173EB3;
  }
  .catch-cp {
    padding: 5em 0;
    background: linear-gradient(165.22deg, #173EB3 11.93%, #533FBA 58.7%, #905FCB 108.91%);
  }
  .catch-cp .back-animation {
    height: 100vh;
  }
  .catch-cp .content-wrap {
    width: 90%;
  }
  .catch-cp .content-wrap .brank-back {
    width: 100%;
    height: 100vh;
  }
  .catch-cp .catch-h2 .catch-h2-img {
    margin: 1em 0 0;
    width: 95%;
  }
  .catch-cp .catch-p {
    padding-top: 2em;
  }
  .catch-cp .catch-p p {
    font-size: 13px;
    line-height: 2.2em;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .catch-cp .catch-p .denkyu {
    display: none;
  }
  .title1 {
    width: 95%;
    text-align: center;
  }
  .title1 .eng-title {
    height: 4em;
    width: auto;
    margin: 0 auto -1.5em;
    text-align: center;
    position: static;
  }
  .title1 h2 {
    padding: 0 0 0 0em;
  }
  .title1 .sub-title {
    font-weight: 600;
    margin-left: 0em;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    margin-top: 1em;
  }
  .title1 .jpn-title img {
    height: 1em;
  }
  .title1 .title-event img {
    height: 1.5em;
  }
  .title2 {
    width: 90%;
    text-align: center;
  }
  .title2 .eng-title {
    height: 4em;
    width: auto;
    margin: 0 auto -1.5em;
    text-align: center;
    position: static;
  }
  .title2 h2 {
    padding: 0em 0 0 0em;
  }
  .title2 .sub-title {
    font-weight: 600;
    margin-left: 0em;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
  .title2 .jpn-title img {
    height: 1.1em;
  }
  .point {
    padding: 5em 0;
  }
  .point .point-left {
    display: block;
    margin: 1em 0 2em;
  }
  .point .point-left .suuji {
    margin-left: 0em;
    margin-bottom: 0em;
    width: 29%;
  }
  .point .point-left .img-right {
    width: 90%;
    margin-left: 10%;
  }
  .point .point-right {
    display: block;
    align-items: center;
    margin: 1em 0 2em;
    order: revert;
  }
  .point .point-right .suuji {
    margin-left: 0;
    margin-bottom: 0;
    width: 30%;
  }
  .point .point-right .img-left {
    width: 90%;
    margin-right: 10%;
  }
  .point .contact-p {
    font-size: 1.3em;
    text-align: center;
    margin: 3em 0 2em;
  }
  .point .contact {
    text-align: center;
  }
  .point .contact a {
    font-size: 1.3em;
    font-weight: 900;
    text-decoration: none;
    background-color: #F9D118;
    padding: 0.8em 0;
    border-radius: 10px;
    color: #173EB3;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .point-p {
    padding: 0 5%;
  }
  .point-p h3 {
    font-size: 24px;
    line-height: 33px;
    margin-top: 0em;
    transition: all 0.2s ease-in-out;
  }
  .point-p p {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .curriculum {
    padding: 4em 0;
  }
  .curriculum .phase {
    width: 85%;
    margin: 2em auto;
  }
  .curriculum .phase .list {
    display: block;
    font-family: noto-sans, sans-serif;
  }
  .curriculum .phase .list img {
    display: block;
    height: 6em;
    margin: 2em auto 1em;
    padding: 0;
  }
  .curriculum .phase .list .checklist {
    padding: 0;
    font-family: noto-sans, sans-serif;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .curriculum .phase .list .checklist li {
    list-style: none;
    font-size: 13px;
    margin: 0.5em 0;
  }
  .curriculum .phase .list .ml-fix {
    margin: 2em auto 1em;
  }
  .curriculum .phase .explain-contain {
    display: block;
    text-align: center;
    color: #173EB3;
  }
  .curriculum .phase .explain-contain .explain {
    margin: 2.5em auto;
    width: 80%;
  }
  .curriculum .phase .explain-contain .explain h3 {
    font-size: 12px;
    margin: 0.1em 0;
  }
  .curriculum .phase .explain-contain .explain img {
    width: 30%;
  }
  .curriculum .phase .explain-contain .explain p {
    text-align: left;
    font-size: 8px;
    width: 90%;
    margin: 0 auto;
  }
  .curriculum .phase-100 {
    width: 85%;
    margin: 2em auto 0;
    padding: 2em 1em;
  }
  .curriculum .phase-100 .list {
    display: block;
    font-family: noto-sans, sans-serif;
  }
  .curriculum .phase-100 .list img {
    display: block;
    height: 6em;
    margin: 1em auto;
  }
  .curriculum .phase-100 .list .checklist {
    padding: 0;
    font-family: noto-sans, sans-serif;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .curriculum .phase-100 .list .checklist li {
    list-style: none;
    font-size: 13px;
    margin: 0.5em 0;
  }
  .curriculum .phase-100 .list .ml-fix {
    margin: 2em auto 1em;
  }
  .curriculum .phase-100 .explain-contain {
    text-align: center;
    font-size: 8px;
    line-height: 12px;
  }
  .movie .movie-item {
    text-align: center;
    margin: 6em 0;
  }
  .movie .movie-item iframe {
    border-radius: 10px;
    width: 90%;
    height: 15em;
    margin: 0em auto;
  }
  .event .pc-img {
    display: none;
  }
  .event .sp-img {
    display: block;
    width: 100%;
    margin-top: 2em;
  }
  .support .support-item-box {
    width: 90%;
    margin: 2em auto;
    padding: 0.3em;
  }
  .support .support-item-box .support-item {
    display: flex;
    align-items: center;
    padding: 0.5em 0em;
  }
  .support .support-item-box .support-item .suuji {
    font-weight: 700;
    font-size: 54px;
    margin: 0 0 0 0.2em;
  }
  .support .support-item-box .support-item .explain {
    margin-left: 1em;
    font-family: noto-sans, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
  }
  .course {
    margin: 0 0 3em 0;
  }
  .course .course-price {
    margin: 2em 0;
  }
  .course .course-price .batch {
    font-size: 16px;
    font-weight: 900;
    padding: 0.2em 1.5em;
    display: inline-block;
    border-radius: 15px;
    margin: 0 0 1em;
  }
  .course .course-price .d-flex h3,
  .course .course-price .d-flex p {
    display: block;
  }
  .course .course-price .price {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
  }
  .course .course-price .price span {
    font-size: 29px;
    font-weight: 900;
  }
  .course .course-price .price-discription {
    margin: 0.5em 0 0;
    font-weight: 700;
    font-size: 0.9em;
  }
  .course .course-item-wrap {
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 2em 1em 0;
  }
  .course .course-item-wrap .course-item-h3 {
    text-align: center;
    margin: 0 0 1em;
  }
  .course .course-item-wrap .course-item-h3 span {
    font-size: 1.2em;
  }
  .course .course-wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .course .course-wrap .course-item {
    background: linear-gradient(113.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 109.72%);
    border-radius: 10px;
    padding: 0.4em;
    width: 90%;
    height: 15em;
    margin: 2em auto;
  }
  .course .course-wrap .course-item .back-wh {
    border-radius: 5px;
    padding: 1em;
    height: 13em;
  }
  .course .course-wrap .course-item .back-none {
    padding: 1em;
    color: #fff;
  }
  .course .course-wrap .course-item ul {
    list-style: none;
  }
  .course .course-wrap .course-item ul li {
    font-size: 12px;
    line-height: 16px;
    margin: 1em 0;
    font-weight: 700;
  }
  .course .course-last {
    width: 85%;
    margin: 1em auto;
    text-align: left;
  }
  .course .course-last .sp-p {
    display: block;
    font-size: 10px;
  }
  .course .course-last .pc-p {
    display: none;
  }
  .voice {
    padding: 5em 0 3em;
  }
  .voice .voice-wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .voice .voice-wrap .voice-item {
    width: 100%;
    border-radius: 15px;
    margin: 2em 0;
  }
  .voice .voice-wrap .voice-item .itemframe {
    width: 100%;
  }
  .voice .voice-wrap .voice-item .itemframe iframe {
    width: 100%;
    height: 15em;
  }
  .voice .voice-wrap .voice-item p {
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.6em;
    margin: 0;
    padding: 0.3em 0 0.9em;
  }
  .voice .voice-wrap .voice-item p span {
    display: block;
    font-size: 0.8em;
  }
  .catch-cp2 {
    background: linear-gradient(113.12deg, #041F70 3.15%, #173EB3 54.21%, #C079D9 109.72%);
    text-align: center;
    padding: 4em 0 5em;
  }
  .catch-cp2 .catch-p {
    font-size: 1.3em;
    margin: 0 0 2em;
  }
  .catch-cp2 .catch-p span {
    font-size: 1.2em;
    margin: 0 0.2em;
  }
  .catch-cp2 .contact {
    text-align: center;
  }
  .catch-cp2 .contact a {
    font-size: 1.3em;
    font-weight: 900;
    text-decoration: none;
    background-color: #F9D118;
    padding: 0.8em 0em;
    border-radius: 10px;
    color: #173EB3;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .profile {
    padding: 6em 0 3em;
  }
  .profile .profile-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .profile .profile-wrap .item {
    padding: 3em 0;
  }
  .profile .profile-wrap .person {
    display: flex;
    align-items: center;
  }
  .profile .profile-wrap .person .moji {
    position: relative;
    margin-left: 3%;
    order: 2;
  }
  .profile .profile-wrap .person .moji .nm-moji {
    height: 2.5em;
  }
  .profile .profile-wrap .person .moji h3 {
    position: absolute;
    bottom: -1em;
    left: 0%;
    font-size: 1.2em;
  }
  .profile .profile-wrap .person .face {
    width: 5.5em;
    height: 5.5em;
    order: 1;
  }
  .profile .profile-wrap .profile-p {
    margin: 1.5em 0 0 0;
    font-weight: 700;
    font-size: 10px;
  }
  .profile .profile-wrap .profile-p .sp-p {
    font-size: 10px;
    line-height: 16px;
  }
  .faq {
    padding: 0 0 4em 0;
  }
  .faq .title {
    padding: 0 0 0.8em;
    text-align: center;
  }
  .faq .title .jpn-title-img {
    height: 1.2em;
  }
  .faq .item {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 1.3em;
    font-weight: 700;
  }
  .faq .item p {
    margin: 0.5em 0 0 1em;
  }
  .faq .item .question {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
  }
  .faq .item .question .question-p {
    display: flex;
    width: 90%;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
  }
  .faq .item .question .question-p .q {
    width: 2.1em;
    height: 2.1em;
  }
  .faq .item .question .arrow {
    width: 1em;
    height: 1em;
  }
  .faq .item .answer {
    padding: 1em 2em;
  }
  .faq .item .answer .answer-p {
    display: flex;
    font-size: 12px;
    line-height: 20px;
  }
  .faq .item .answer .answer-p .a {
    width: 2.1em;
    height: 2.1em;
    margin-top: 0.7em;
  }
  .faq .item .answer .answer-p p {
    width: 85%;
  }
  footer {
    text-align: center;
    padding: 2em 0 2em;
    font-family: noto-sans, sans-serif;
    font-weight: 900;
  }
  footer a {
    margin: 0 3em;
    text-decoration: none;
    color: #000;
    font-size: 0.9em;
    display: block;
    margin: 2em 0;
  }
  footer .copyright {
    margin: 3em 0;
    font-size: 0.8em;
  }
  .sp-p {
    display: block;
  }
  .pc-p {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */