/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
header div {
  text-align: right;
}
@media screen and (max-width: 750px) {
  header div {
    width: 19em;
  }
}
@media print, screen and (min-width: 751px) {
  header div a.btn {
    margin-left: 15px;
    padding: 0 30px 0 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1050px) and (min-width: 921px) {
  header div a.btn {
    color: #1d2087;
    border: #1d2087 1px solid;
    background-color: #fff;
  }
}
@media screen and (min-width: 751px) and (max-width: 920px) {
  header div a.btn {
    margin: 0;
    padding: 0 15px 0 0 !important;
    min-width: 350px;
    height: auto;
    border: 0;
    border-radius: 0;
    background-position: right center;
    justify-content: flex-end;
  }
  header div a.btn:hover {
    color: #1d2087;
    background-color: transparent;
  }
}
@media screen and (max-width: 750px) {
  header div a.btn {
    margin: 1vw 0;
    padding: 0 1em 0 0;
    width: 18em;
    text-align: center;
    line-height: 1.1;
  }
}

@media print, screen and (min-width: 751px) {
  .notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .notes {
    font-size: 0.8rem;
  }
}

.voice > .notes {
  text-align: right;
}
@media print, screen and (min-width: 751px) {
  .voice > .notes {
    margin: auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  .voice > .notes {
    margin-right: 4vw;
  }
}

#Point1 .lineup li a span {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #Point1 .lineup li a span {
    font-size: 1.4rem;
  }
}
#Point1 .lineup li a span::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.5em;
  border-color: transparent transparent transparent #ffffff;
}

#Point1 .bdy .catch {
  color: #fff;
  font-family: "Shin Go Regular", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.55;
}
@media print, screen and (min-width: 751px) {
  #Point1 .bdy .catch {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  #Point1 .bdy .catch {
    font-size: 5.3333333333vw;
  }
}
#Point1 .bdy .catch em {
  color: #ff0;
}

#Point1 .qualification div ul li ul {
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #Point1 .qualification div ul li + li h4 {
    margin-top: 1em;
  }
}

/*==================================================*/
/*==================================================*/
#kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  #kv {
    height: calc(100vh - 90px);
    max-height: 768px;
    padding-bottom: 40px;
    background-image: url(../img/kv_img.jpg);
  }
}
@media screen and (max-width: 750px) {
  #kv {
    height: 141.8666666667vw;
    background-image: url(../img/kv_img_sp.jpg);
  }
}
#kv .catch {
  color: #fff;
  font-family: "A1 Mincho", serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  order: 0;
}
@media print, screen and (min-width: 751px) {
  #kv .catch {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  #kv .catch {
    font-size: 4.8vw;
  }
}
#kv h1 {
  order: 1;
}
@media print, screen and (min-width: 751px) {
  #kv h1 {
    margin-top: 10px;
    width: 514px;
  }
}
@media screen and (max-width: 750px) {
  #kv h1 {
    margin-top: 1.3333333333vw;
    width: 68.5333333333vw;
  }
}
#kv .txt_l {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 751px) {
  #kv .txt_l {
    width: 40px;
  }
}
@media screen and (max-width: 750px) {
  #kv .txt_l {
    width: 5.3333333333vw;
  }
}
#kv .txt_r {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 751px) {
  #kv .txt_r {
    width: 40px;
  }
}
@media screen and (max-width: 750px) {
  #kv .txt_r {
    width: 5.3333333333vw;
  }
}

h2 {
  font-family: BlinkMacSystemFont, "Shin Go Regular", sans-serif;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 751px) {
  h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
h2 .point {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  h2 .point img {
    height: 78px;
  }
}
@media screen and (max-width: 750px) {
  h2 .point img {
    margin-bottom: 0.5em;
    width: auto;
    height: 10.4vw;
  }
}

.skipping {
  margin: auto;
  background-color: #fff;
  text-align: left;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .skipping {
    margin-top: 100px;
    padding: 50px;
    max-width: 1160px;
  }
  .skipping::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px solid #fff;
    position: absolute;
    top: -20px;
    left: -20px;
    pointer-events: none;
  }
}
@media screen and (max-width: 750px) {
  .skipping {
    margin-top: 12vw;
    padding: 4vw;
    width: 92vw;
  }
}
.skipping h3 {
  padding: 0.25em;
  border-radius: 2px;
  background-color: #00B1A9;
  color: #fff;
  font-family: "Shin Go Regular", sans-serif;
  font-size: 1.75rem;
  text-align: center;
}
.skipping h3 + p {
  text-align: center;
  margin-top: 1em;
}
.skipping h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding-left: 10px;
  color: #00B1A9;
  border-left: #00B1A9 5px solid;
  border-bottom: #00B1A9 1px solid;
  font-size: 1.1rem;
}
.skipping figure {
  margin-top: 1em;
}
.skipping .flex {
  display: flex;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 751px) {
  .skipping .flex > div:first-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .skipping .flex {
    flex-direction: column;
  }
}
.skipping .sub h4 {
  color: #AE5B57;
  border-left-color: #AE5B57;
  border-bottom-color: #AE5B57;
}

#Point5 .support .block1 > div {
  display: flex;
  align-items: center;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9333333333);
}
@media print, screen and (min-width: 751px) {
  #Point5 .support .block1 > div {
    margin-top: 50px;
    max-width: 1200px;
    padding: 50px;
  }
}
@media screen and (max-width: 750px) {
  #Point5 .support .block1 > div {
    padding: 4vw 4vw 6vw;
    flex-direction: column;
  }
}
#Point5 .support .block1 > div figure {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media print, screen and (min-width: 751px) {
  #Point5 .support .block1 > div figure {
    margin: 0 100px 0;
  }
}
@media print, screen and (min-width: 751px) {
  #Point5 .support .block1 > div figure img {
    width: 400px;
  }
}
#Point5 .support .block1 > div figure figcaption {
  text-align: left;
  line-height: 1.15;
}
@media print, screen and (min-width: 751px) {
  #Point5 .support .block1 > div figure figcaption {
    margin-top: -20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #Point5 .support .block1 > div figure figcaption {
    margin-top: -4vw;
    font-size: 0.8rem;
  }
}
#Point5 .support .block1 > div div {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #Point5 .support .block1 > div div {
    margin-top: 2em;
  }
}
#Point5 .support .block1 > div div h4 {
  font-size: 110%;
  padding-left: 10px;
  color: #1D2087;
  border-left: #1D2087 5px solid;
  border-bottom: #1D2087 1px solid;
}
#Point5 .support .block1 > div div ul {
  margin-top: 1em;
}
#Point5 .support .block1 > div div ul li {
  color: #111;
}
#Point5 .support .block1 > div div .notes {
  margin-top: 1em;
  color: #727171;
}

#Point5 .support .block3 {
  margin-top: 1.5em;
  color: #fff;
  font-family: "Shin Go Regular", sans-serif;
}
@media print, screen and (min-width: 751px) {
  #Point5 .support .block3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #Point5 .support .block3 {
    padding-bottom: 1.5em;
    font-size: 1.75rem;
    line-height: 2;
  }
}
#Point5 .support .block3 span {
  display: inline-block;
  position: relative;
}
#Point5 .support .block3 span::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #F7E743;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  #Point5 .support .block3 span::after {
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  #Point5 .support .block3 span::after {
    bottom: 0.05em;
  }
}

.class .lesson {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .class .lesson {
    margin-top: 40px;
    max-width: 1180px;
  }
}
@media screen and (max-width: 750px) {
  .class .lesson {
    margin-top: 5.3333333333vw;
    width: 92vw;
  }
}
.class .lesson > figure {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .class .lesson > figure {
    max-width: 250px;
  }
}
@media screen and (max-width: 750px) {
  .class .lesson > figure {
    max-width: calc(50% - 10px);
  }
  .class .lesson > figure:nth-child(n+3) {
    margin-top: 20px;
  }
}
.class .lesson > figure img {
  order: 1;
}
.class .lesson > figure figcaption {
  order: 0;
  margin-bottom: 1.5em;
  border-bottom: currentColor 1px solid;
  font-family: "Shin Go Regular", sans-serif;
  position: relative;
}
.class .lesson > figure figcaption::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  background-color: currentColor;
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 751px) {
  .class .common .lesson > figure {
    width: calc(25% - 7.5px);
  }
}
@media print, screen and (min-width: 751px) {
  .class .flex-wrap2 {
    min-width: 1000px;
  }
}
@media print, screen and (min-width: 751px) {
  .class .flex-wrap2 .lesson > figure {
    margin-bottom: 40px;
    width: calc(50% - 5px);
  }
}
@media print, screen and (min-width: 751px) {
  .class .flex-wrap2 .btn {
    margin: -20px auto 20px;
    cursor: pointer;
  }
}
.gradient1,
.gradient2 {
  box-sizing: border-box;
  padding: 0.5em 0;
  background: linear-gradient(135deg, rgb(255, 98, 174) 0%, rgb(170, 90, 230) 100%);
  color: #fff;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .gradient1,
  .gradient2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .gradient1,
  .gradient2 {
    font-size: 1.4rem;
  }
}
.gradient1::before, .gradient1::after,
.gradient2::before,
.gradient2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0.2em;
}
.gradient1::after,
.gradient2::after {
  top: auto;
  bottom: 0.2em;
}

.gradient2 {
  background: linear-gradient(135deg, rgb(80, 140, 255) 0%, rgb(170, 90, 230) 100%);
}

#fnv nav {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  #fnv nav {
    flex-wrap: nowrap;
    max-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  #fnv nav {
    flex-wrap: wrap;
    width: 96vw;
  }
}
@media print, screen and (min-width: 751px) {
  #fnv nav a {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 750px) {
  #fnv nav a {
    width: calc((100% - 10px) / 2);
  }
  #fnv nav a:nth-child(n+3) {
    margin-top: 1.3333333333vw;
  }
}
#fnv nav a.request {
  background-color: rgb(255, 98, 174);
  color: #fff;
}

/*==================================================*/
/*==================================================*/
.insta-block {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1200px;
}
@media print, screen and (min-width: 751px) {
  .insta-block {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .insta-block {
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
.insta-block p {
  display: flex;
  align-items: center;
  padding-left: 2em;
  background: url(../img/ico_insta-posi.png) left center no-repeat;
  background-size: 1.4em;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .insta-block p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .insta-block p {
    font-size: 0.72em;
  }
}
.insta-block p a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  border: 1px solid currentColor;
  border-radius: 50px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
  .insta-block p a {
    padding: 0.2em 1em 0.2em 1.5em;
    font-size: 1rem;
    transition-duration: 0.3s;
  }
  .insta-block p a:hover {
    background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
    border-color: #fff;
    color: #fff;
  }
  .insta-block p a:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .insta-block p a {
    padding: 0 0.8em 0 1.2em;
    font-size: 0.9em;
    line-height: 2.1;
  }
}
.insta-block p a::after {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  margin-left: 1em;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 751px) {
  .insta-block p a::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 750px) {
  .insta-block p a::after {
    position: relative;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
  }
}
.insta-block .insta-post {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 751px) {
  .insta-block .insta-post {
    margin-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .insta-block .insta-post {
    margin-top: 0.5em;
  }
}
.insta-block .insta-post li {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 751px) {
  .insta-block .insta-post li {
    width: 100%;
    max-width: calc((100% - 50px) / 6);
    cursor: pointer;
  }
  .insta-block .insta-post li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .insta-block .insta-post li {
    width: 100%;
  }
}
.insta-block .insta-post li img,
.insta-block .insta-post li video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.insta-block .insta-post li a {
  display: block;
  width: 100%;
  height: 100%;
}
.insta-block .insta-post li a.no-thumbnail {
  background-color: #fff;
  position: relative;
}
.insta-block .insta-post li a.no-thumbnail::after {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background-color: #ddd;
  -webkit-mask-image: url(../img/ico_insta-nega.png);
          mask-image: url(../img/ico_insta-nega.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*==================================================*/
/*==================================================*/
.modal_section {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 751px) {
  .modal_section {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .modal_section {
    padding: 8vw 4vw;
  }
}
.modal_section .contents {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 751px) {
  .modal_section .contents {
    border-radius: 40px;
  }
}
@media screen and (max-width: 750px) {
  .modal_section .contents {
    border-radius: 5.3333333333vw;
  }
}
.modal_section .contents h2 {
  margin-bottom: 0.1em;
  line-height: 1.5;
}
.modal_section .btn_close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition-duration: 0.35s;
  z-index: 15;
}
.modal_section .btn_close::before, .modal_section .btn_close::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_section .btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_section .btn_close:hover {
  transform: rotate(180deg);
}

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}/*# sourceMappingURL=renew2023.css.map */