@charset "UTF-8";
/* Font Family */
/* Color */
/* Width */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, svg {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #1A1A1A;
  font-size: 1.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #1A1A1A;
}

button {
  cursor: pointer;
}
button:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

#contents {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #FFFFFF;
}

.showPC {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .showPC {
    display: none !important;
  }
}

.showSP {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .showSP {
    display: block !important;
  }
}

.wrapper {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}

.btn-view {
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1A1A1A;
  border-radius: 100px;
  color: #1A1A1A;
  font-family: "Space Grotesk", sans-serif;
  background: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-view {
    width: 44.8vw;
    height: 10.66vw;
  }
}
.btn-view::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_btn_arrow.svg") no-repeat 0 0;
  background-size: 9px 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-view:hover {
  background-color: #2760C6;
  border-color: #2760C6;
  color: #FFFFFF;
}
.btn-view:hover::after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.btn-partner {
  padding-inline: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  background: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-partner {
    width: 69.33vw;
    height: 16vw;
  }
}
.btn-partner::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_btn_arrow.svg") no-repeat 0 0;
  background-size: 9px 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-partner:hover {
  background-color: #2760C6;
  border-color: #2760C6;
  color: #FFFFFF;
}
.btn-partner:hover::after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.btn-flow-white {
  width: 270px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1A1A1A;
  border-radius: 100px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
  background: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-flow-white {
    width: 90vw;
    height: 21.33vw;
    max-width: 385px;
    max-height: 80px;
  }
}
.btn-flow-white::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_btn_arrow.svg") no-repeat 0 0;
  background-size: 9px 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-flow-white:hover {
  background-color: #2760C6;
  border-color: #2760C6;
  color: #FFFFFF;
}
.btn-flow-white:hover::after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.btn-flow-blue {
  width: 560px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
  background: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_flow_btn_blue_pc.webp") no-repeat 0 0;
  background-size: cover;
  position: relative;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn-flow-blue {
    width: 90vw;
    height: 21.33vw;
    max-width: 385px;
    max-height: 80px;
    background: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_flow_btn_blue_sp.webp") no-repeat 0 0;
    background-size: 100% 100%;
  }
}
.btn-flow-blue::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_btn_arrow_white.svg") no-repeat 0 0;
  background-size: 9px 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-flow-blue:hover {
  left: 10px;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.fade-down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.fade-left {
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}

.fade-right {
  -webkit-transform: translate(200px, 0);
          transform: translate(200px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

header {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px 2.5% 0px 3%;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 3.2vw 3.73% 0 0;
  }
}
.header__logo {
  width: 13.33vw;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 25.6vw;
    margin-left: -2.4%;
  }
}
.header__btn {
  position: fixed;
  top: 35px;
  right: 2.5%;
  z-index: 999;
  display: block;
  width: 88px;
  height: 88px;
  background: #2760C6;
  border-radius: 50% 0px 50% 50%;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .header__btn {
    top: 3.2vw;
    width: 56px;
    height: 56px;
  }
}
.header__btn--container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 33px;
  height: 23px;
}
@media only screen and (max-width: 767px) {
  .header__btn--container {
    width: 20px;
    height: 16px;
  }
}
.header__btn--container span {
  background: #FFFFFF;
  border: none;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header__btn--container span {
    height: 2px;
  }
}
.header__btn--container span:nth-of-type(2) {
  width: 24px;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .header__btn--container span:nth-of-type(2) {
    width: 15px;
    top: 7px;
  }
}
.header__btn--container span:nth-of-type(3) {
  width: 16px;
  top: unset;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .header__btn--container span:nth-of-type(3) {
    width: 10px;
  }
}
.header__btn--container.active {
  height: 21px;
}
@media only screen and (max-width: 767px) {
  .header__btn--container.active {
    height: 14px;
  }
}
.header__btn--container.active span {
  width: 100%;
  -webkit-transform: translateY(9px) translateX(0) rotate(30deg);
          transform: translateY(9px) translateX(0) rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .header__btn--container.active span {
    -webkit-transform: translateY(6px) translateX(0) rotate(25deg);
            transform: translateY(6px) translateX(0) rotate(25deg);
  }
}
.header__btn--container.active span:nth-of-type(2) {
  opacity: 0;
}
.header__btn--container.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-9px) translateX(0) rotate(-30deg);
          transform: translateY(-9px) translateX(0) rotate(-30deg);
}
@media only screen and (max-width: 767px) {
  .header__btn--container.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-25deg);
            transform: translateY(-6px) translateX(0) rotate(-25deg);
  }
}
.header__btn.white {
  background: #FFFFFF;
}
.header__btn.white .header__btn--container span {
  background: #2760C6;
}
.header__nav {
  position: fixed;
  top: 79px;
  right: 5.5%;
  z-index: 900;
  display: block;
  width: 247px;
  max-width: calc(100% - 44px);
  height: auto;
  background: #2760C6;
  padding: 45px 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .header__nav {
    width: 51.46vw;
    max-width: 200px;
    top: 50px;
    right: 5.5%;
    padding: 25px 25px;
  }
}
.header__nav.open {
  opacity: 1;
  visibility: visible;
}
.header__nav--menu {
  display: -ms-grid;
  display: grid;
  gap: 26px 0px;
}
.header__nav--menu li a {
  font-size: 2rem;
  line-height: 1.5;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .header__nav--menu li a {
    font-size: 1.6rem;
  }
}
.header__nav--menu li a:hover {
  opacity: 0.7;
}

footer {
  width: 100%;
  max-width: 100%;
}

.footer {
  padding: 135px 64px 177px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 0 50px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 55px 5vw 45vw;
    gap: 0 5vw;
  }
}
.footer__logo {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 38.13%;
    max-width: 180px;
  }
}
.footer__nav--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 50px;
}
@media only screen and (max-width: 767px) {
  .footer__nav--menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav--menu li + li {
    margin-top: 30px;
  }
}
.footer__nav--menu li a {
  color: #1A1A1A;
  font-weight: 500;
  line-height: 1.4;
}
.footer__nav--menu li a:hover {
  color: #2760C6;
}

.page_freeschool main {
  margin-bottom: -150px;
}
.page_freeschool .index__mv {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100vw;
  height: 62.5vw;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_mv_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__mv {
    height: 100dvh;
    min-height: 160vw;
    max-height: 186.67vw;
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_mv_bg01_sp.webp");
    position: relative;
  }
  .page_freeschool .index__mv::before {
    content: "";
    width: 100vw;
    height: 120vw;
    position: absolute;
    left: 0;
    top: 0;
    background: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_mv_bg02_sp.webp") no-repeat 0 0;
    background-size: auto 100%;
  }
}
.page_freeschool .index__mv .appear-left {
  -webkit-animation: fadeInLeft 0.5s 0.5s ease-out both;
          animation: fadeInLeft 0.5s 0.5s ease-out both;
}
.page_freeschool .index__mv .appear-right {
  -webkit-animation: fadeInRight 0.5s 0.5s ease-out both;
          animation: fadeInRight 0.5s 0.5s ease-out both;
}
.page_freeschool .index__mv--pattern01 {
  display: block;
  width: 51vw;
  max-width: 735px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__mv--pattern01 {
    width: 24vw;
    top: 50%;
    right: -5%;
  }
}
.page_freeschool .index__mv--pattern02 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__mv--pattern02 {
    display: block;
    width: 28vw;
    position: absolute;
    bottom: 61vw;
    left: 0;
    z-index: 1;
  }
}
.page_freeschool .index__mv--txt01 {
  display: block;
  width: 28.819vw;
  max-width: 415px;
  position: absolute;
  top: 43%;
  left: 13.2%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__mv--txt01 {
    width: 57.86vw;
    top: unset;
    left: 0;
    bottom: 75vw;
  }
}
.page_freeschool .index__mv--txt02 {
  display: block;
  width: 34.16vw;
  max-width: 492px;
  position: absolute;
  top: 118px;
  right: 5vw;
  z-index: 1;
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .page_freeschool .index__mv--txt02 {
    width: 50vw;
    top: 21.6vw;
    right: 0;
  }
}
.page_freeschool .index__mv--txt03 {
  display: block;
  width: 35.07vw;
  max-width: 505px;
  position: absolute;
  bottom: 4.375vw;
  right: 5.8vw;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__mv--txt03 {
    width: 70.7vw;
    bottom: 32vw;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
}
.page_freeschool .index__mv--course {
  display: block;
  width: 37.63vw;
  max-width: 499px;
  position: absolute;
  bottom: 1.8vw;
  left: 2.5vw;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__mv--course {
    width: 98vw;
    bottom: -1vw;
    left: unset;
    right: 0;
  }
}
.page_freeschool .index__nav {
  display: none;
  position: fixed;
  z-index: 800;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 117px;
  background: -webkit-gradient(linear, right top, left top, from(#1BADE8), color-stop(30.77%, #B9F2FF), color-stop(49.04%, #FFEDF1), color-stop(64.42%, #FFC977), to(#FFFFFF));
  background: linear-gradient(270deg, #1BADE8 0%, #B9F2FF 30.77%, #FFEDF1 49.04%, #FFC977 64.42%, #FFFFFF 100%);
  padding-inline: 4.72vw;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__nav {
    height: auto;
    padding-block: 3.73vw;
    padding-inline: 1.865vw;
  }
}
.page_freeschool .index__nav--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0px 2%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__nav--menu {
    gap: 3.73vw 3.73vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_freeschool .index__nav--menu li {
  width: 100%;
  max-width: 271px;
  height: 69px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__nav--menu li {
    width: calc(50% - 3.73vw);
    max-width: unset;
    height: 40px;
  }
}
.page_freeschool .index__nav--menu li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 1px solid #1A1A1A;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__nav--menu li a {
    font-size: 1.4rem;
  }
}
.page_freeschool .index__nav--menu li a:hover {
  background: #2760C6;
  border-color: #2760C6;
  color: #FFFFFF;
}
.page_freeschool .index__nav--menu li a.blue {
  text-align: center;
  background: #2760C6;
  border-color: #2760C6;
  color: #FFFFFF;
}
.page_freeschool .index__nav--menu li a.blue:hover {
  background: #FFFFFF;
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.page_freeschool .index__news {
  padding-bottom: 60px;
}
.page_freeschool .index__news--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__news--inner {
    display: block;
  }
}
.page_freeschool .index__news--inner h2 {
  color: #2760C6;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
.page_freeschool .index__news--list {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__news--list {
    width: 100%;
    margin-top: 28px;
  }
}
.page_freeschool .index__news--list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 74px;
  padding-right: 94px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_btn_eternal.svg");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 100% 0;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__news--list .item {
    display: block;
    padding-right: 0;
    padding-bottom: 54px;
    margin-bottom: 16px;
    background-size: 38px 38px;
    background-position: right 0px bottom 16px;
  }
}
.page_freeschool .index__news--list .item--date {
  color: #2760C6;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.page_freeschool .index__news--list .item--title {
  font-weight: 500;
  line-height: 1.9;
}
.page_freeschool .index__news--list .item--title:hover {
  color: #2760C6;
}
.page_freeschool .index__news--list .btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page_freeschool .index__about {
  padding-block: 120px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__about {
    padding-block: 60px;
  }
}
.page_freeschool .index__about--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_freeschool .index__about--inner h2 {
  width: 153px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__about--inner h2 {
    width: 84px;
  }
}
.page_freeschool .index__about--inner .txtbox {
  margin-left: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__about--inner .txtbox {
    margin-left: 20px;
  }
}
.page_freeschool .index__about--inner .txtbox p {
  color: #2760C6;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__about--inner .txtbox p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page_freeschool .index__about--inner .txtbox p br {
    display: none;
  }
}
.page_freeschool .index__about--inner .txtbox p + p {
  margin-top: 1em;
}
.page_freeschool .index__features {
  display: block;
  padding-block: 125px 256px;
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_features_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features {
    padding-block: 80px 100px;
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_features_bg_sp.webp");
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
  }
}
.page_freeschool .index__features--pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  height: 100%;
  left: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.page_freeschool .index__features--pattern .pattern01 {
  position: absolute;
  top: 130px;
  right: 75px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--pattern .pattern01 {
    width: 214px;
    top: 16px;
    right: 0;
  }
}
.page_freeschool .index__features--pattern .pattern02 {
  position: absolute;
  top: 360px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--pattern .pattern02 {
    width: 134px;
    top: 197px;
  }
}
.page_freeschool .index__features--pattern .pattern03 {
  position: absolute;
  top: 730px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--pattern .pattern03 {
    width: 230px;
    top: 1140px;
  }
}
.page_freeschool .index__features--pattern .pattern04 {
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--pattern .pattern04 {
    top: 60%;
  }
}
.page_freeschool .index__features--pattern .pattern05 {
  position: absolute;
  bottom: 5%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--pattern .pattern05 {
    width: 230px;
    bottom: 2%;
  }
}
.page_freeschool .index__features--inner {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--inner {
    margin-top: 20px;
  }
}
.page_freeschool .index__features--inner h2 {
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--inner h2 {
    font-size: 3.6rem;
  }
}
.page_freeschool .index__features--inner h2 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--inner h2 span {
    font-size: 2rem;
  }
}
.page_freeschool .index__features--item {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--g-angle)), color-stop(var(--g-color-0)), color-stop(var(--g-color-1)), color-stop(var(--g-color-2)), color-stop(var(--g-color-3)), to(var(--g-color-4)));
  background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1), var(--g-color-2) var(--g-position-2), var(--g-color-3) var(--g-position-3), var(--g-color-4) var(--g-position-4));
  --g-color-0: #92f3ffff;
  --g-position-0: 0%;
  --g-color-1: #cfeaf0ff;
  --g-position-1: 19%;
  --g-color-2: #e19fabff;
  --g-position-2: 42%;
  --g-color-3: #8289beff;
  --g-position-3: 65%;
  --g-color-4: #326acbff;
  --g-position-4: 100%;
  --g-angle: 270deg;
  padding: 1px;
  margin-top: 50px;
  position: relative;
}
.page_freeschool .index__features--item::before {
  content: "";
  width: 124px;
  height: 118px;
  position: absolute;
  left: -62px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_features_icon01.svg") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--item::before {
    width: 86px;
    height: 88px;
    top: -44px;
    left: 0;
    right: 0;
    bottom: unset;
    background-size: 86px 88px;
  }
}
.page_freeschool .index__features--item.item01 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--item.item01 {
    margin-top: 50px;
  }
}
.page_freeschool .index__features--item.item02::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_features_icon02.svg");
}
.page_freeschool .index__features--item.item03::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_features_icon03.svg");
}
.page_freeschool .index__features--item.item04::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_features_icon04.svg");
}
.page_freeschool .index__features--item.item05::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_features_icon05.svg");
}
.page_freeschool .index__features--item .item--inner {
  background: #FFFFFF;
  padding-block: 4.78%;
  padding-inline: 7.5% 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--item .item--inner {
    display: block;
    padding-block: 48px 36px;
    padding-inline: 6.4vw;
  }
}
.page_freeschool .index__features--item .item--inner .imgbox {
  width: 40%;
  max-width: 385px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__features--item .item--inner .imgbox {
    width: 100%;
    max-width: unset;
    margin-top: 20px;
  }
}
.page_freeschool .index__features--item .item--inner .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_freeschool .index__features--item .item--inner .txtbox h3 {
  color: #2760C6;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.page_freeschool .index__features--item .item--inner .txtbox h3 small {
  display: block;
  font-size: 2rem;
  margin-bottom: 4px;
}
.page_freeschool .index__features--item .item--inner .txtbox p {
  font-weight: 500;
  line-height: 1.87;
  margin-top: 20px;
}
.page_freeschool .index__features--item .item--inner .txtbox--sp {
  display: none;
}
.page_freeschool .index__features--item .item--inner .btnbox .btn-view {
  margin: 20px auto 0;
}
.page_freeschool .index__features--item .item--inner .btnbox .btn-view::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page_freeschool .index__features--item .item--inner .btnbox .btn-view.open::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.page_freeschool .index__voice {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice {
    margin-top: 30px;
  }
}
.page_freeschool .index__voice--inner h2 {
  color: #2760C6;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice--inner h2 {
    font-size: 3.6rem;
  }
}
.page_freeschool .index__voice--inner h2 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice--inner h2 span {
    font-size: 2rem;
  }
}
.page_freeschool .index__voice--list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice--list {
    display: block;
    margin-top: 0;
  }
}
.page_freeschool .index__voice--list .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice--list .item {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
}
.page_freeschool .index__voice--list .item--img {
  width: 88px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice--list .item--img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    gap: 0 1em;
  }
  .page_freeschool .index__voice--list .item--img img {
    width: 88px;
  }
}
.page_freeschool .index__voice--list .item--img .name {
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice--list .item--img .name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page_freeschool .index__voice--list .item--txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__voice--list .item--txt {
    margin-top: 20px;
  }
}
.page_freeschool .index__voice--list .item--txt h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  color: #2760C6;
}
.page_freeschool .index__voice--list .item--txt p {
  line-height: 1.88;
}
.page_freeschool .index__voice--list .item--txt p small {
  font-size: 1.4rem;
}
.page_freeschool .index__course {
  display: block;
}
.page_freeschool .index__course--inner {
  padding-block: 200px 0;
  background: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_title_bg_pc.webp") no-repeat 0 0;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--inner {
    padding-block: 80px 0;
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_title_bg_sp.webp");
  }
}
.page_freeschool .index__course--inner .titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
}
.page_freeschool .index__course--inner .titlebox p {
  font-weight: 500;
  line-height: 1.88;
  color: #FFFFFF;
}
.page_freeschool .index__course--inner h2 {
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--inner h2 {
    font-size: 3.6rem;
  }
}
.page_freeschool .index__course--inner h2 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--inner h2 span {
    font-size: 2rem;
  }
}
.page_freeschool .index__course--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 65px auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--menu {
    margin-top: 35px;
  }
}
.page_freeschool .index__course--menu::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #1A1A1A;
  position: absolute;
  bottom: 1px;
}
.page_freeschool .index__course--menu .btn {
  border-radius: 8px;
  width: 468px;
  height: 86px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--menu .btn {
    width: 48%;
    max-width: 181px;
    height: 80px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.page_freeschool .index__course--menu .btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.page_freeschool .index__course--menu .btn.hybrid {
  background: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_menu_orange_pc.webp") no-repeat 0 0;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--menu .btn.hybrid {
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_menu_orange_sp.webp");
  }
}
.page_freeschool .index__course--menu .btn.online {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_menu_blue_pc.webp");
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--menu .btn.online {
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_menu_blue_sp.webp");
  }
}
.page_freeschool .index__course--menu .btn.current {
  position: relative;
  z-index: 2;
}
.page_freeschool .index__course--details {
  position: relative;
  border-top: 12px solid #FF953E;
  margin-top: -1px;
  padding-bottom: 200px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details {
    padding-bottom: 100px;
  }
}
.page_freeschool .index__course--details.display {
  display: block;
}
.page_freeschool .index__course--details .details__course {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__course {
    display: block;
    margin-top: 55px;
  }
}
.page_freeschool .index__course--details .details__course .pattern01 {
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__course .pattern01 {
    display: none;
  }
}
.page_freeschool .index__course--details .details__course--img {
  width: 37%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__course--img {
    width: 100%;
  }
}
.page_freeschool .index__course--details .details__course--img h3 {
  color: #FF953E;
  font-family: "Space Grotesk", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__course--img h3 {
    font-size: 3.8rem;
  }
}
.page_freeschool .index__course--details .details__course--img h3 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8rem;
  line-height: 1.68;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__course--img h3 span {
    font-size: 2rem;
  }
}
.page_freeschool .index__course--details .details__course--img figure {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__course--img figure {
    margin-top: 20px;
  }
}
.page_freeschool .index__course--details .details__course--txt {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__course--txt {
    width: 100%;
    margin-top: 20px;
  }
}
.page_freeschool .index__course--details .details__course--txt h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #FF953E;
}
.page_freeschool .index__course--details .details__course--txt p {
  font-weight: 500;
  line-height: 1.88;
  margin-top: 1em;
}
.page_freeschool .index__course--details .details__course--txt p + p {
  margin-top: 1.5em;
}
.page_freeschool .index__course--details .details__course--txt p strong {
  font-weight: 600;
}
.page_freeschool .index__course--details .details__price {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #C6C6C6;
  }
}
.page_freeschool .index__course--details .details__price h4 {
  color: #FF953E;
  font-family: "Space Grotesk", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price h4 {
    font-size: 2.6rem;
  }
}
.page_freeschool .index__course--details .details__price h4 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  line-height: 1.68;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price h4 span {
    font-size: 1.6rem;
  }
}
.page_freeschool .index__course--details .details__price--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 24px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price--list {
    margin-top: 12.5px;
    gap: 0 2.5%;
  }
}
.page_freeschool .index__course--details .details__price--list .item {
  width: 50%;
  background: #FFFFFF;
  border: 1px solid #1A1A1A;
}
.page_freeschool .index__course--details .details__price--list .item dt {
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-bottom: 1px solid #1A1A1A;
  background: #E7F1FA;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price--list .item dt {
    height: 30px;
    font-size: 1.4rem;
  }
}
.page_freeschool .index__course--details .details__price--list .item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 125px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price--list .item dd {
    height: 110px;
    font-size: 1.4rem;
  }
}
.page_freeschool .index__course--details .details__price--list .item dd p {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
}
.page_freeschool .index__course--details .details__price--list .item dd p span {
  font-size: 1.6rem;
  padding-left: 0.25em;
}
.page_freeschool .index__course--details .details__price--list .item dd p small {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price--list .item dd p small {
    display: none;
  }
}
.page_freeschool .index__course--details .details__price--list .item dd p::after {
  content: "（税込）";
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  bottom: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price--list .item dd p::after {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -1.8em;
  }
}
.page_freeschool .index__course--details .details__price--list .item dd p.monthly::before {
  content: "学費";
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.page_freeschool .index__course--details .details__price--txt {
  margin-top: 20px;
}
.page_freeschool .index__course--details .details__price--txt p {
  font-weight: 500;
  line-height: 1.88;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__price--txt p {
    font-size: 1.4rem;
  }
}
.page_freeschool .index__course--details .details__campus {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #1A1A1A;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__campus {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #C6C6C6;
  }
}
.page_freeschool .index__course--details .details__campus--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__campus--title {
    display: block;
  }
}
.page_freeschool .index__course--details .details__campus--title h4 {
  color: #FF953E;
  font-family: "Space Grotesk", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__campus--title h4 {
    font-size: 2.6rem;
  }
}
.page_freeschool .index__course--details .details__campus--title h4 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  line-height: 1.68;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__campus--title h4 span {
    font-size: 1.6rem;
  }
}
.page_freeschool .index__course--details .details__campus--title h4 span small {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__campus--title h4 span small {
    font-size: 1.6rem;
  }
}
.page_freeschool .index__course--details .details__campus--title p {
  font-weight: 500;
  line-height: 1.88;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__campus--title p {
    margin-top: 1em;
  }
}
.page_freeschool .index__course--details .details__campus--list {
  margin-top: 25px;
}
.page_freeschool .index__course--details .details__campus--list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border-collapse: collapse;
  border: 1px solid #1A1A1A;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page_freeschool .index__course--details .details__campus--list .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_freeschool .index__course--details .details__campus--list .list::before {
  content: "2026年6月開校！";
  width: 71%;
  max-width: 830px;
  height: 36px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.5em;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#FE9492), color-stop(15.38%, #FEC69B), to(#FD6E8B));
  background: linear-gradient(90deg, #FE9492 0%, #FEC69B 15.38%, #FD6E8B 100%);
  border-radius: 21px;
  position: absolute;
  top: 24px;
  right: 2.5%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .page_freeschool .index__course--details .details__campus--list .list::before {
    display: none;
  }
}
.page_freeschool .index__course--details .details__campus--list .list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 85px 24px;
  padding-inline: 24px;
  width: 25%;
  background: #FFFFFF;
  border-left: 1px solid #1A1A1A;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page_freeschool .index__course--details .details__campus--list .list--item {
    width: 50%;
    padding-block: 20px 20px;
    padding-inline: 20px;
    border-top: 1px solid #1A1A1A;
  }
  .page_freeschool .index__course--details .details__campus--list .list--item:nth-child(-n+2) {
    border-top: 0;
  }
  .page_freeschool .index__course--details .details__campus--list .list--item:nth-child(3) {
    border-left: 0;
  }
  .page_freeschool .index__course--details .details__campus--list .list--item::before {
    content: "2026年6月開校！";
    width: 100%;
    height: 38px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.5em;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, color-stop(-124.02%, #FE9492), color-stop(-89.55%, #FEC69B), to(#FD6E8B));
    background: linear-gradient(90deg, #FE9492 -124.02%, #FEC69B -89.55%, #FD6E8B 100%);
    border-radius: 21px;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .page_freeschool .index__course--details .details__campus--list .list--item {
    width: 100%;
    border-left: 0;
  }
  .page_freeschool .index__course--details .details__campus--list .list--item:nth-child(2) {
    border-top: 1px solid #1A1A1A;
  }
}
.page_freeschool .index__course--details .details__campus--list .list--item:first-child {
  border-left: 0;
}
@media only screen and (max-width: 1023px) {
  .page_freeschool .index__course--details .details__campus--list .list--item:first-child::before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .page_freeschool .index__course--details .details__campus--list .list--item:first-child {
    border-top: 0;
  }
}
.page_freeschool .index__course--details .details__campus--list .list--campus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.page_freeschool .index__course--details .details__campus--list .list--campus::before {
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_number01.svg") no-repeat 0 0;
  background-size: auto 100%;
}
.page_freeschool .index__course--details .details__campus--list .list--campus p {
  font-weight: 500;
  line-height: 1.12;
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid #1A1A1A;
  position: relative;
  right: 0;
}
.page_freeschool .index__course--details .details__campus--list .list--txt {
  margin-top: 1em;
}
.page_freeschool .index__course--details .details__campus--list .list--txt h5 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
}
.page_freeschool .index__course--details .details__campus--list .list--txt h5 small {
  display: block;
  font-size: 1.7rem;
}
.page_freeschool .index__course--details .details__campus--list .list--txt p {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5em;
}
.page_freeschool .index__course--details .details__campus--list .list--txt a {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
  text-decoration-line: underline;
  word-break: break-all;
}
.page_freeschool .index__course--details .details__campus--list .list--img {
  margin-top: auto;
  padding-top: 25px;
}
.page_freeschool .index__course--details .details__campus--list .list--item.item02 .list--campus::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_number02.svg");
}
.page_freeschool .index__course--details .details__campus--list .list--item.item03 .list--campus::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_number03.svg");
}
.page_freeschool .index__course--details .details__campus--list .list--item.item04 .list--campus::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_number04.svg");
}
.page_freeschool .index__course--details .details__campus--txt {
  margin-top: 20px;
}
.page_freeschool .index__course--details .details__campus--txt p {
  font-weight: 500;
  line-height: 1.88;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__campus--txt p {
    font-size: 1.4rem;
  }
}
.page_freeschool .index__course--details .details__time {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #1A1A1A;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__time {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #C6C6C6;
  }
}
.page_freeschool .index__course--details .details__time h4 {
  color: #FF953E;
  font-family: "Space Grotesk", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__time h4 {
    font-size: 2.6rem;
  }
}
.page_freeschool .index__course--details .details__time h4 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  line-height: 1.68;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__time h4 span {
    font-size: 1.6rem;
  }
}
.page_freeschool .index__course--details .details__time--img {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__time--img {
    margin-top: 20px;
  }
}
.page_freeschool .index__course--details .details__time--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 40px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__time--txt {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_freeschool .index__course--details .details__time--txt p {
  font-size: 1.4rem;
  line-height: 1.65;
  color: #FFFFFF;
}
.page_freeschool .index__course--details .details__time--txt p strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--details .details__time--txt p + p {
    margin-top: 10px;
  }
}
.page_freeschool .index__course--hybird {
  background: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_hybird_bg_pc.webp") no-repeat 0 0 #FFFFFF;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--hybird {
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_details_bg_sp.webp"), url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_hybird_bg_sp.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: 101% 50%, 100% 50%;
    background-position: center bottom, center top;
  }
}
.page_freeschool .index__course--online {
  border-color: #326ACB;
  background: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_online_bg_pc.webp") no-repeat 0 0 #FFFFFF;
  background-size: 100% 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--online {
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_course_details_bg_sp.webp");
    background-repeat: no-repeat;
    background-size: 101% 50%;
    background-position: center bottom;
  }
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__course--online-bg {
    width: 100%;
    height: 100%;
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_online_bg_sp.webp");
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.page_freeschool .index__course--online .wrapper {
  position: relative;
  z-index: 2;
}
.page_freeschool .index__course--online .details__course--img h3 {
  color: #2760C6;
}
.page_freeschool .index__course--online .details__course--txt h4 {
  color: #2760C6;
}
.page_freeschool .index__course--online .details__price h4 {
  color: #2760C6;
}
.page_freeschool .index__course--online .details__time h4 {
  color: #2760C6;
}
.page_freeschool .index__partner {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_partner_bg_pc.webp");
  background-size: 100% 100%;
  background-position: center;
  padding-block: 70px 120px;
  position: relative;
  top: -120px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__partner {
    top: -70px;
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_partner_bg_sp.webp");
  }
}
.page_freeschool .index__partner--inner h2 {
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__partner--inner h2 {
    font-size: 3.6rem;
  }
}
.page_freeschool .index__partner--inner h2 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__partner--inner h2 span {
    font-size: 2rem;
  }
}
.page_freeschool .index__partner--list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4.27%;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__partner--list {
    display: block;
    margin-top: 0;
  }
}
.page_freeschool .index__partner--list .item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
  --cut: 32px;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__partner--list .item {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
}
.page_freeschool .index__partner--list .item--inner {
  background: #E7F1FA;
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: calc(100% - 0px);
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__partner--list .item--inner {
    gap: 15px;
  }
}
.page_freeschool .index__partner--list .item--inner h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__partner--list .item--inner h3 img {
    max-width: 190px;
  }
}
.page_freeschool .index__partner--list .item--inner p {
  font-weight: 500;
  line-height: 1.88;
}
.page_freeschool .index__partner--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0px;
  margin-top: 30px;
}
.page_freeschool .index__partner--btn p {
  font-weight: 500;
  line-height: 1.88;
  color: #FFFFFF;
  text-align: center;
}
.page_freeschool .index__flow {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_flow_bg_pc.webp");
  background-size: 100% 100%;
  background-position: center;
  padding-block: 120px 150px;
  position: relative;
  top: -200px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow {
    top: -140px;
    padding-block: 90px 120px;
    background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_flow_bg_sp.webp");
  }
}
.page_freeschool .index__flow--inner h2 {
  color: #2760C6;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--inner h2 {
    font-size: 3.6rem;
  }
}
.page_freeschool .index__flow--inner h2 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--inner h2 span {
    font-size: 2rem;
  }
}
.page_freeschool .index__flow--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 40px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--title {
    display: block;
  }
}
.page_freeschool .index__flow--title p {
  font-weight: 500;
  line-height: 1.88;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--title p {
    margin-top: 1em;
  }
}
.page_freeschool .index__flow--list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--list {
    margin-top: 60px;
    gap: 44px 30px;
  }
}
.page_freeschool .index__flow--list .item {
  width: calc(25% - 22.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
  background: #FFFFFF;
  border: 1px solid #1A1A1A;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--list .item {
    width: 100%;
  }
}
.page_freeschool .index__flow--list .item::before {
  content: "";
  width: 82px;
  height: 82px;
  position: absolute;
  left: -41px;
  top: -35px;
  background: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_flow_step01.svg") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--list .item::before {
    width: 76px;
    height: 76px;
    top: -31px;
    left: 13px;
  }
}
.page_freeschool .index__flow--list .item.item02::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_flow_step02.svg");
}
.page_freeschool .index__flow--list .item.item03::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_flow_step03.svg");
}
.page_freeschool .index__flow--list .item.item04::before {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_flow_step04.svg");
}
.page_freeschool .index__flow--list .item--inner {
  padding: 46px 30px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--list .item--inner {
    gap: 15px;
    padding: 20px 24px 30px 24px;
  }
}
.page_freeschool .index__flow--list .item--inner .item--img {
  width: 138px;
  margin: 0 auto;
}
.page_freeschool .index__flow--list .item--inner .item--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page_freeschool .index__flow--list .item--inner .item--txt h3 {
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--list .item--inner .item--txt h3 {
    font-size: 1.8rem;
  }
}
.page_freeschool .index__flow--list .item--inner .item--txt p {
  font-weight: 500;
  line-height: 1.88;
}
.page_freeschool .index__flow--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px 0px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--btn {
    gap: unset;
    margin-top: 35px;
  }
}
.page_freeschool .index__flow--btn .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--btn .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page_freeschool .index__flow--btn .row + .row {
    margin-top: 20px;
  }
}

.page_news .footer {
  padding-bottom: 60px;
}
.page_news .news {
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/image/freeschool_news_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-block: 220px 120px;
}
@media only screen and (max-width: 767px) {
  .page_news .news {
    padding-block: 130px 100px;
  }
}
.page_news .news__inner {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
}
@media only screen and (max-width: 767px) {
  .page_news .news__inner {
    gap: 0 0;
  }
}
.page_news .news__inner h1 {
  color: #2760C6;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
.page_news .news__inner--list {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page_news .news__inner--list {
    width: 100%;
    margin-top: 28px;
  }
}
.page_news .news__inner--list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 74px;
  padding-right: 94px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
  background-image: url("https://www.ntte-sports.co.jp/dcms_media/other/freeschool_btn_eternal.svg");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 100% 0;
}
@media only screen and (max-width: 767px) {
  .page_news .news__inner--list .item {
    display: block;
    padding-right: 0;
    padding-bottom: 54px;
    margin-bottom: 16px;
    background-size: 38px 38px;
    background-position: right 0px bottom 16px;
  }
}
.page_news .news__inner--list .item--date {
  color: #2760C6;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
.page_news .news__inner--list .item--title {
  font-weight: 500;
  line-height: 1.9;
}
.page_news .news__inner--list .item--title:hover {
  color: #2760C6;
}
.page_news .news__inner--list .btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.page_news .news__inner--list .btnbox .btn-view::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*# sourceMappingURL=freeschool_style.css.map */