@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yomogi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Roboto+Condensed:wght@300;400;700&family=Square+Peg&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
body {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway','Noto Sans JP';
  font-weight: 700;
  font-style: italic; }

.fw-300 {
  font-weight: 700; }

.fw-700 {
  font-weight: 700; }

.fw-900 {
  font-weight: 900; }

.head-01 {
  font-size: 3.2rem;
  font-style: italic;
  line-height: 100%;
  font-weight: 700;
  font-family: 'Raleway','Noto Sans JP'; }
  @media (max-width: 767px) {
    .head-01 {
      font-size: 2.5rem; } }

.text-shadow {
  text-shadow: 2px 2px 2px #333333; }

/* ナビゲーション */
.sv-nav {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  z-index: 1; }
  .sv-nav.is-scroll {
    background: rgba(255, 255, 255, 0.9);
    transition: background 2s ease-in-out 0s; }
  .sv-nav .sv-nav__logo img {
    width: 75px; }
  .sv-nav .sv-nav__menus {
    display: flex;
    align-items: center; }
    .sv-nav .sv-nav__menus ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin: 0; }
    .sv-nav .sv-nav__menus ul li {
      list-style: none;
      padding: 0 14px;
      font-weight: 700; }
    .sv-nav .sv-nav__menus ul li i {
      font-size: 1.6em; }
    .sv-nav .sv-nav__menus ul li a {
      color: #000000; }
      .sv-nav .sv-nav__menus ul li a:hover {
        text-decoration: none; }

/* ナビゲーション（SP） */
.nav-sp {
  height: 60px;
  position: fixed;
  z-index: 999999;
  background-color: transparent; }
  .nav-sp.is-scroll {
    height: 60px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
    border: 0px rgba(255, 255, 255, 0.4) solid;
    border-bottom: 0px rgba(40, 40, 40, 0.35) solid;
    border-right: 0px rgba(40, 40, 40, 0.35) solid;
    transition-duration: 1s; }
  .nav-sp .nav-sp_bar {
    height: 100%; }
    .nav-sp .nav-sp_bar .nav-sp_bar_items {
      display: flex;
      align-items: center; }
      .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_items_logo a {
        height: 100%;
        display: flex;
        align-items: center; }
        .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_items_logo a img {
          height: 48px; }
      .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_items_btn {
        font-size: 12px;
        background-color: darkgoldenrod;
        color: #ffffff;
        padding: 3px 7px;
        height: 100%; }
      .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_sns {
        font-size: 1.4rem; }
        .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_sns a {
          color: #043c65; }
      .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_hamburger a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 12px; }
      .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_hamburger .nav-sp_bar_hamburger_bar {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: #000;
        padding: 0; }
        .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_hamburger .nav-sp_bar_hamburger_bar:before {
          content: "";
          position: absolute;
          top: -6px;
          width: 20px;
          height: 1px;
          background: #000; }
        .nav-sp .nav-sp_bar .nav-sp_bar_items .nav-sp_bar_hamburger .nav-sp_bar_hamburger_bar:after {
          content: "";
          position: absolute;
          top: 6px;
          width: 20px;
          height: 1px;
          background: #000; }
  .nav-sp .spmenu-box {
    position: fixed;
    background: #fff;
    color: #000;
    top: 0;
    left: 0;
    z-index: 200;
    transition-duration: 0.4s; }
    .nav-sp .spmenu-box.collapse, .nav-sp .spmenu-box.collapsing {
      left: -100vw; }
    .nav-sp .spmenu-box.collapse.show {
      background: #fff;
      transform: translateX(100vw);
      transition-duration: 0.4s; }
    .nav-sp .spmenu-box a {
      color: #000;
      text-decoration: none;
      font-size: 0.8rem; }
    .nav-sp .spmenu-box .spmenu-box_close_icon {
      color: #000;
      font-size: 1.8rem; }
    .nav-sp .spmenu-box .spmenu-box_contents {
      padding-top: 60px; }
      .nav-sp .spmenu-box .spmenu-box_contents ul.spmenu-box_contents_menus {
        display: flex;
        flex-direction: column;
        padding: 0; }
        .nav-sp .spmenu-box .spmenu-box_contents ul.spmenu-box_contents_menus li {
          list-style: none;
          text-align: center;
          padding: 12px 0;
          border-top: 1px solid rgba(0, 0, 0, 0.5); }
          .nav-sp .spmenu-box .spmenu-box_contents ul.spmenu-box_contents_menus li:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
          .nav-sp .spmenu-box .spmenu-box_contents ul.spmenu-box_contents_menus li a {
            font-weight: 700;
            font-size: 1em;
            text-decoration: none;
            color: #000; }
      .nav-sp .spmenu-box .spmenu-box_contents .spmenu-box_btn {
        border: 1px solid #000;
        color: #fff;
        background: #000;
        width: 100%;
        display: block;
        font-weight: 700; }

.sv-hero {
  background-image: url("../images/157128557_v2.jpg");
  background-size: cover;
  background-position: 50% 50%; }
  .sv-hero .sv-hero__title {
    font-size: 3em;
    line-height: 120%;
    color: #043c65;
    text-shadow: 2px 2px 0px #FFF;
    margin-top: 32px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .sv-hero .sv-hero__title {
        font-size: 2.6rem; } }
  .sv-hero .sv-hero__text {
    text-shadow: 1px 1px 5px #FFF;
    color: #000;
    text-align: center; }
    @media (max-width: 767px) {
      .sv-hero .sv-hero__text {
        text-align: left; } }

.sv-services .sv-services__image {
  overflow: hidden; }
  .sv-services .sv-services__image img:hover {
    transform: scale(1.1);
    transition-duration: 2s; }
.sv-services .sv-services__title {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin: 8px auto 40px;
  position: relative;
  color: #043c65; }
  @media (max-width: 767px) {
    .sv-services .sv-services__title {
      font-size: 2em;
      margin: 8px auto 30px; } }
  .sv-services .sv-services__title:after {
    content: '';
    position: absolute;
    bottom: -18px;
    display: block;
    height: 1px;
    width: 100px;
    background: linear-gradient(90deg, #27baee 0%, #043c65 100%); }
.sv-services .sv-services__subtitle {
  font-size: 1em;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin: 8px auto 15px;
  position: relative; }
  @media (max-width: 767px) {
    .sv-services .sv-services__subtitle {
      margin: 20px auto 2px; } }
.sv-services .sv-services__contents {
  font-weight: 300;
  line-height: 180%;
  margin-top: 20px; }
.sv-services .sv-services__lists ul {
  padding-left: 1em; }
.sv-services .sv-services__lists li {
  list-style: none;
  text-indent: -1em;
  font-weight: 300;
  margin-bottom: 16px; }
  .sv-services .sv-services__lists li i {
    color: #043c65; }
  .sv-services .sv-services__lists li ul {
    margin-top: 8px; }
    .sv-services .sv-services__lists li ul li {
      list-style: none;
      margin-bottom: 6px; }
      .sv-services .sv-services__lists li ul li i {
        color: #043c65; }

/* コンセプト */
section.concept {
  position: relative; }
  section.concept .concept-image {
    background-image: url("../images/315998520.jpg");
    background-size: cover;
    height: 500px;
    background-position: 40% 50%; }
  section.concept .concept-text {
    position: absolute;
    bottom: 0; }
    section.concept .concept-text .concept-title {
      font-weight: 700;
      font-size: 4rem;
      color: #043c65;
      font-family: 'Raleway';
      line-height: 110%; }
      @media (max-width: 767px) {
        section.concept .concept-text .concept-title {
          font-size: 3rem; } }
    section.concept .concept-text p {
      font-size: 1.6rem;
      font-weight: 900;
      margin-bottom: 0;
      line-height: 150%; }
      @media (max-width: 767px) {
        section.concept .concept-text p {
          font-size: 1.4rem; } }

/* ビジョン */
section.vision .vision-image {
  background-image: url("../images/157266636.jpg");
  background-size: cover; }
section.vision .vision-contents {
  background: #043c65;
  color: #FFF;
  padding: 80px 36px; }
  @media (max-width: 767px) {
    section.vision .vision-contents {
      padding: 30px 10px; } }
  section.vision .vision-contents li {
    font-size: 1.15rem; }
    @media (max-width: 767px) {
      section.vision .vision-contents li {
        font-size: 1rem; } }
  section.vision .vision-contents li:not(:last-child) {
    margin-bottom: 15px; }
  section.vision .vision-contents dl {
    padding-left: 20px; }
    section.vision .vision-contents dl dt {
      font-family: 'Raleway';
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 120%;
      color: #eed77c; }
      @media (max-width: 767px) {
        section.vision .vision-contents dl dt {
          font-size: 1.4rem; } }
    section.vision .vision-contents dl dd {
      font-size: 1.4rem; }
      @media (max-width: 767px) {
        section.vision .vision-contents dl dd {
          font-size: 1rem; } }

/* 会社概要 */
section.company {
  background-image: url("../images/184399601.jpg");
  background-size: cover;
  position: relative;
  background-position: 100% 50%; }
  section.company:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(4, 60, 101, 0.6); }
  section.company dl {
    border-bottom: 1px solid #FFFFFF;
    color: #FFF;
    display: flex;
    margin: 0;
    padding: 16px 0; }
    section.company dl:first-child {
      border-top: 1px solid #FFFFFF; }
    section.company dl dt {
      width: 100px;
      margin: 0; }
    section.company dl dd {
      margin: 0; }
      section.company dl dd a {
        color: #FFF; }

/* パートナー */
section.partner .partner-logoarea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  section.partner .partner-logoarea .partner-logoarea__items {
    flex: 0 0 25%;
    padding: 8px; }
    @media (max-width: 767px) {
      section.partner .partner-logoarea .partner-logoarea__items {
        flex: 0 0 50%; } }
    section.partner .partner-logoarea .partner-logoarea__items img {
      border: 1px solid #DDDDDD; }

/* お問い合わせ */
section.contact {
  background: #043c65; }

/* フッター */
footer p.footer-copyright {
  font-size: 0.8em;
  font-family: 'Raleway','Noto Sans JP'; }

/* Wordpress */
.card-deck .card {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .card-deck .card {
      flex: 0 0 28%; } }

.card-title {
  font-weight: 700; }

.card-text {
  font-size: 0.8rem;
  color: #666; }

.asp-pagination {
  font-size: 20px;
  font-weight: 700; }
  .asp-pagination .prev, .asp-pagination .next, .asp-pagination .pager {
    padding: 2px 10px; }
  .asp-pagination .current {
    font-size: 32px;
    font-weight: 900;
    color: #ea0b2a; }
  .asp-pagination a {
    text-decoration: none; }
    .asp-pagination a:hover {
      color: #fca11d; }

.entry-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%; }

div.entry-content {
  margin-top: 50px; }
  div.entry-content img {
    height: auto; }

/* 下層ページ 上部 */
.single_titlearea {
  padding-top: 110px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .single_titlearea {
      padding-top: 90px; } }
  .single_titlearea .single_titlearea_subtitle {
    font-size: 1.2em;
    color: #999;
    font-family: 'Oswald';
    padding: 0;
    margin: 0 auto 10px; }
    @media (max-width: 767.98px) {
      .single_titlearea .single_titlearea_subtitle {
        font-size: 0.9em; } }
  .single_titlearea .single_titlearea_title {
    font-size: 3.2em;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 100%;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .single_titlearea .single_titlearea_title {
        font-size: 1.7em;
        letter-spacing: 2px; } }

/* フォーム */
section.contact .form-items {
  display: flex;
  flex-direction: column;
  color: #FFF;
  padding: 10px 0; }
section.contact input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  padding: 8px 1rem;
  background: #096ba8;
  border: none;
  color: #FFFFFF;
  letter-spacing: 0.1em; }
section.contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100px;
  background: #096ba8;
  border: none;
  padding: 8px 1rem;
  color: #FFFFFF;
  letter-spacing: 0.1em; }
section.contact .form-label-must:after {
  content: '*';
  margin-left: 8px;
  color: #cf122d; }
section.contact .form-submit {
  display: flex;
  justify-content: center; }
  section.contact .form-submit .wpcf7-submit {
    background-color: #27baee;
    color: #FFF;
    transition: 0.5s;
    border: none;
    letter-spacing: 2px;
    height: 60px;
    line-height: 60px;
    width: 240px;
    margin-top: 50px;
    font-weight: 700; }
section.contact .wpcf7-response-output {
  color: #FFF; }

/* NEWS */
section.sv-news {
  background: #f5f5f5; }
  section.sv-news .section_news_titles {
    font-weight: 700;
    font-size: 3rem;
    font-family: 'Oswald'; }
  section.sv-news .section_news_items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #333;
    font-size: 0.9rem;
    padding: 12px 0;
    border-top: 1px solid #999999; }
    section.sv-news .section_news_items:last-child {
      border-bottom: 1px solid #999999; }
    section.sv-news .section_news_items .news_time {
      min-width: 90px;
      box-sizing: border-box;
      color: #27baee; }
    section.sv-news .section_news_items .news_subject a {
      color: #FFF;
      font-size: 1.1rem; }
    section.sv-news .section_news_items .news_category {
      color: #efefef;
      font-size: 0.8rem; }
      section.sv-news .section_news_items .news_category ul {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 6px; }
        section.sv-news .section_news_items .news_category ul li {
          list-style: none;
          display: inline-block;
          border: 1px solid #666;
          color: #666;
          padding: 0px 5px;
          margin-right: 5px; }
          section.sv-news .section_news_items .news_category ul li a {
            font-size: 1rem; }
          section.sv-news .section_news_items .news_category ul li a:hover {
            text-decoration: none; }

section.pageheader {
  min-height: 500px; }
  @media (max-width: 767px) {
    section.pageheader {
      min-height: 300px; } }
  section.pageheader .pageheader-left {
    padding-top: 120px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      section.pageheader .pageheader-left {
        padding-top: 60px;
        padding-bottom: 0px; } }
  section.pageheader .pageheader-right {
    background-image: url("../images/sportspark_202301_01.jpg");
    background-size: cover;
    background-position: 50% 50%;
    min-height: 300px; }
  section.pageheader .pageheader-right-asatore {
    background-image: url("../images/asatore_ground.jpg"); }
  section.pageheader .pageheader-subtitle {
    font-size: 0.9rem;
    color: #043c65; }
  section.pageheader .pageheader-title {
    font-family: 'Raleway','Noto Sans JP';
    font-weight: 700;
    font-size: calc(2.375rem + ((1vw - 3.8px) * 2.0779));
    color: #000;
    text-shadow: 0px 0px 5px #FFF;
    margin-bottom: 40px; }
  section.pageheader .pageheader-contents {
    font-weight: 300;
    line-height: 180%; }
    section.pageheader .pageheader-contents::before {
      content: '';
      background: #000;
      width: 80px;
      height: 0.5px;
      display: block;
      margin-bottom: 30px; }
  section.pageheader a.btn-outline-primary {
    color: #06c755;
    border-color: #06c755; }

section.soccerpark-point {
  position: relative; }
  section.soccerpark-point .soccerpark-point-photo {
    background-image: url("../images/sportspark_202301_02.jpg");
    background-size: cover;
    background-position: 54% 50%;
    min-height: 800px; }
    @media (max-width: 767.98px) {
      section.soccerpark-point .soccerpark-point-photo {
        min-height: 1100px; } }
    section.soccerpark-point .soccerpark-point-photo.soccerpark-point-photo-asatore {
      background-image: url("../images/daniel-norin-lBhhnhndpE0-unsplash.jpg"); }
  section.soccerpark-point .soccerpark-point-contents {
    position: absolute;
    bottom: 96px;
    left: 0;
    background: #FFF;
    border-top-right-radius: 20px;
    margin-top: -350px; }
    @media (max-width: 767.98px) {
      section.soccerpark-point .soccerpark-point-contents {
        border-top-left-radius: 20px;
        bottom: 0px; } }
    section.soccerpark-point .soccerpark-point-contents .soccerpark-point-contents_subtitle {
      font-size: 0.9rem;
      line-height: 120%; }
    section.soccerpark-point .soccerpark-point-contents .soccerpark-point-contents_title {
      font-weight: 700;
      font-size: 30px;
      line-height: 140%;
      color: #043c65; }
      section.soccerpark-point .soccerpark-point-contents .soccerpark-point-contents_title.text-skyblue {
        color: #0086c2; }
    section.soccerpark-point .soccerpark-point-contents .soccerpark-point-contents_point_box {
      background: rgba(2, 24, 40, 0.05);
      border-radius: 8px;
      padding: 8px; }
      section.soccerpark-point .soccerpark-point-contents .soccerpark-point-contents_point_box .soccerpark-point-contents_point_title {
        color: #043c65;
        font-size: 1.2rem;
        margin-bottom: 8px;
        font-family: 'Oswald';
        font-weight: 700; }
        section.soccerpark-point .soccerpark-point-contents .soccerpark-point-contents_point_box .soccerpark-point-contents_point_title.text-skyblue {
          color: #009ad6; }
      section.soccerpark-point .soccerpark-point-contents .soccerpark-point-contents_point_box .soccerpark-point-contents_point_contents {
        font-size: 1rem; }

section.coach .coach-title {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
  color: #043c65; }
  section.coach .coach-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(135deg, #27baee 0%, #043c65 100%);
    margin-top: 10px; }
section.coach .coach-box {
  filter: drop-shadow(0 15px 8px rgba(141, 147, 161, 0.1));
  background: #FFF; }
  section.coach .coach-box .coach-katagaki {
    background: #000;
    color: #FFF;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0px 3px; }
  section.coach .coach-box .coach-name {
    font-weight: 700;
    font-size: 1.1rem; }
  section.coach .coach-box .coach-profile {
    font-size: 0.8rem;
    font-weight: 300; }

section.event {
  position: relative; }
  section.event .event-bg01 {
    position: absolute;
    left: -20vh;
    bottom: 20vh;
    height: 80vh;
    width: 80vh;
    background-image: url("../images/bg01.png");
    background-size: cover;
    opacity: 0.05;
    transform: rotateZ(180deg); }
  section.event .event-title {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 1.8rem;
    display: inline-block;
    color: #043c65; }
    section.event .event-title::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: linear-gradient(135deg, #27baee 0%, #043c65 100%);
      margin-top: 10px; }
  section.event .event-osusume {
    border: 1px solid #27baee;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: .08em;
    margin-bottom: 50px; }
    section.event .event-osusume .event-osusume-title {
      margin-bottom: 16px;
      color: #FF8C00;
      background: -webkit-linear-gradient(135deg, #27baee 0%, #043c65 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    section.event .event-osusume ul li {
      margin: 6px 0;
      font-size: 1rem;
      letter-spacing: normal; }
  section.event .event-name {
    font-size: 2.4rem;
    font-weight: 400;
    font-family: 'Raleway';
    margin: 20px 0 15px; }
  section.event .event-komoku {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #043c65;
    display: flex;
    align-items: center;
    margin: 20px 0; }
    section.event .event-komoku::before {
      display: block;
      content: "";
      height: 28px;
      width: 5px;
      background: linear-gradient(180deg, #27baee 0%, #043c65 100%);
      margin-right: 8px; }
  section.event .event-contents {
    line-height: 150%; }
  section.event .eventcard {
    filter: drop-shadow(0 15px 8px rgba(141, 147, 161, 0.1));
    background: #FFF;
    position: relative; }
    section.event .eventcard::before {
      content: "";
      width: 100%;
      display: block;
      height: 3px;
      background: linear-gradient(-45deg, #27baee 0%, #043c65 100%); }
    section.event .eventcard .eventcard-image {
      height: 240px;
      overflow: hidden; }
    section.event .eventcard .eventcard-body {
      padding: 30px 20px; }
      section.event .eventcard .eventcard-body .eventcard-body-title {
        font-family: 'Raleway';
        font-size: 1.4rem; }
      section.event .eventcard .eventcard-body .eventcard-body-komoku {
        font-family: oswald;
        font-weight: 400;
        font-style: normal;
        color: rgba(11, 11, 13, 0.5);
        font-size: 0.8rem;
        letter-spacing: .08em; }
      section.event .eventcard .eventcard-body .eventcard-body-contents {
        font-family: oswald,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        letter-spacing: .08em; }
    section.event .eventcard .btn-line {
      background: #06c755;
      color: #FFF; }

/* スクール */
section.school-hero {
  background-image: url("../images/school05.jpg");
  background-position: 50% 30%;
  background-size: cover;
  min-height: 600px;
  height: 100vh; }
  section.school-hero.rhythm-hero {
    background-image: url("../images/rhythm01.jpg");
    background-position: 50% 0%; }
    section.school-hero.rhythm-hero .hero-btn {
      position: absolute;
      bottom: 200px; }
      section.school-hero.rhythm-hero .hero-btn a {
        border-radius: 100vh;
        font-family: 'Kiwi Maru'; }
  section.school-hero.rhythm-hero-202301 {
    background-image: url("../images/rhythm_202301_01.jpg");
    background-position: 30% 10%; }
    section.school-hero.rhythm-hero-202301 .hero-btn {
      position: absolute;
      bottom: 200px; }
      section.school-hero.rhythm-hero-202301 .hero-btn a {
        border-radius: 100vh;
        font-family: 'Kiwi Maru'; }
  section.school-hero.rhythm-hero-202307 {
    background-image: url("../images/rhythm_202307_01.jpg");
    background-position: 50% 30%; }
    section.school-hero.rhythm-hero-202307 .hero-btn {
      position: absolute;
      bottom: 200px; }
      section.school-hero.rhythm-hero-202307 .hero-btn a {
        border-radius: 100vh;
        font-family: 'Kiwi Maru'; }
  section.school-hero.asatoreonline-hero {
    background-image: url("../images/asatoreonline099.jpg");
    background-position: 32% 100%; }
    section.school-hero.asatoreonline-hero .hero-image {
      margin-bottom: 50px; }
      section.school-hero.asatoreonline-hero .hero-image img {
        filter: drop-shadow(3px 3px 0px #1D475D); }
      @media (max-width: 767px) {
        section.school-hero.asatoreonline-hero .hero-image {
          margin-bottom: 360px; } }
  section.school-hero .hero-image {
    width: 75%;
    margin-bottom: 225px; }
    section.school-hero .hero-image img {
      filter: drop-shadow(3px 3px 0px #043c65); }
    @media (max-width: 767px) {
      section.school-hero .hero-image {
        margin-bottom: 350px; } }
  section.school-hero .hero-text {
    color: #FFF;
    font-weight: 700;
    font-size: calc(1.1875rem + ((1vw - 3.6px) * 1.0714));
    text-align: center; }
    @media (min-width: 1200px) {
      section.school-hero .hero-text {
        font-size: 28px; } }

section.school-outline p.school-outline-copy {
  font-weight: 700;
  font-size: calc(1.5rem + ((1vw - 3.6px) * 2.8571));
  line-height: 160%; }
  @media (min-width: 1200px) {
    section.school-outline p.school-outline-copy {
      font-size: 48px; } }
section.school-outline p.school-outline-detail {
  margin-top: 24px;
  line-height: 2;
  color: #333; }

section.school-features {
  position: relative; }
  section.school-features:before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    background: #06537D;
    top: 0;
    left: 0;
    z-index: -1; }
  section.school-features:after {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    background: #033B62;
    top: 0;
    right: 0;
    z-index: -1; }
  section.school-features.rhythm-features:before {
    background: #0d7f92; }
  section.school-features.rhythm-features:after {
    background: #025c71; }
  section.school-features.asatoreonline-features:before {
    background: #398AC3; }
  section.school-features.asatoreonline-features:after {
    background: #398AC3; }
  section.school-features .school-features-title {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    font-size: calc(1.25rem + ((1vw - 3.6px) * 1.9048)); }
    section.school-features .school-features-title:after {
      content: '';
      display: block;
      position: absolute;
      width: 100px;
      height: 7px;
      background-color: #34AFDE;
      bottom: -20px;
      left: calc(50% - 50px); }
    @media (min-width: 1200px) {
      section.school-features .school-features-title {
        font-size: 36px; } }

section.school-information {
  background-color: #F5F5F5; }
  section.school-information ul {
    margin-top: 20px;
    padding-left: 1em; }
    section.school-information ul li {
      list-style: none;
      text-indent: -0.5em; }
  section.school-information .school-information-title {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: calc(1.25rem + ((1vw - 3.6px) * 1.9048)); }
    section.school-information .school-information-title:after {
      content: '';
      display: block;
      position: absolute;
      width: 100px;
      height: 7px;
      background-color: #34AFDE;
      bottom: -20px;
      left: calc(50% - 50px); }
  section.school-information h2 {
    position: relative;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    margin-top: 80px;
    padding: 2rem 0 16px; }
    section.school-information h2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 3px;
      width: 100%;
      background: #efefef; }
    section.school-information h2:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 3px;
      width: 90px;
      background: #34AFDE; }
  section.school-information .school-information-card {
    background-color: #FFF;
    box-shadow: 2px 2px 2px #CCC;
    border-radius: 8px;
    overflow: hidden; }
    section.school-information .school-information-card .school-information-card_image {
      width: 100%;
      padding-top: calc(9 / 16 * 100%);
      background-size: cover; }
    section.school-information .school-information-card .school-information-card_image_basic {
      position: relative; }
      section.school-information .school-information-card .school-information-card_image_basic:before {
        position: absolute;
        content: 'Basic';
        bottom: -20px;
        right: 5px;
        font-size: 5em;
        font-family: 'Kalam';
        color: #06537D;
        line-height: 100%;
        transform: rotate(-5deg);
        text-shadow: 2px 2px 2px #FFF; }
    section.school-information .school-information-card .school-information-card_image_advance {
      position: relative; }
      section.school-information .school-information-card .school-information-card_image_advance:before {
        position: absolute;
        content: 'Advance';
        bottom: -20px;
        right: 5px;
        font-size: 5em;
        font-family: 'Kalam';
        color: #dc143c;
        line-height: 100%;
        transform: rotate(-5deg);
        text-shadow: 2px 2px 2px #FFF; }
    section.school-information .school-information-card .school-information-card_class {
      font-weight: 700;
      font-size: 20px;
      padding: 16px 24px 8px;
      margin-bottom: 0; }
    section.school-information .school-information-card .school-information-card_detail {
      padding: 8px 24px;
      line-height: 160%; }
  section.school-information .school-information-table {
    width: 100%;
    border-collapse: collapse; }
    section.school-information .school-information-table thead tr td {
      text-align: center;
      background-color: #033B62;
      padding: 12px 3px;
      color: #FFF;
      font-weight: 700;
      font-size: 20px; }
    section.school-information .school-information-table tbody tr td {
      font-size: calc(1rem + ((1vw - 3.6px) * 0.9524));
      font-weight: 700;
      text-align: center;
      background: #FFF;
      padding: 12px 3px;
      border-bottom: 1px solid #CCC; }
      @media (min-width: 1200px) {
        section.school-information .school-information-table tbody tr td {
          font-size: 24px; } }
    section.school-information .school-information-table tbody tr td.school-information-table-bg {
      background-color: #033B62;
      color: #FFF; }
    section.school-information .school-information-table tbody tr td.school-information-table-bg2 {
      background-color: #06537D;
      color: #FFF; }
  section.school-information a.btn-school-guidebook {
    font-size: calc(1.125rem + ((1vw - 3.6px) * 1.6667));
    font-weight: 700;
    border-radius: 100vh;
    background-color: #126F9C;
    border-color: #126F9C; }
    @media (min-width: 1200px) {
      section.school-information a.btn-school-guidebook {
        font-size: 32px; } }

section.school-taiken {
  position: relative; }
  section.school-taiken:before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    background: #033B62;
    top: 0;
    left: 0;
    z-index: -1; }
  section.school-taiken:after {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    background: #126F9C;
    top: 0;
    right: 0;
    z-index: -1; }
  section.school-taiken.rhythm-taiken:before {
    background: #0d7f92; }
  section.school-taiken.rhythm-taiken:after {
    background: #025c71; }
  section.school-taiken.asatoreonline-taiken:before {
    background: #398AC3; }
  section.school-taiken.asatoreonline-taiken:after {
    background: #398AC3; }
  section.school-taiken .school-taiken-title {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    font-size: calc(1.25rem + ((1vw - 3.6px) * 1.9048)); }
    section.school-taiken .school-taiken-title:after {
      content: '';
      display: block;
      position: absolute;
      width: 100px;
      height: 7px;
      background-color: #34AFDE;
      bottom: -20px;
      left: calc(50% - 50px); }
    @media (min-width: 1200px) {
      section.school-taiken .school-taiken-title {
        font-size: 36px; } }
  section.school-taiken a.btn-school-taiken {
    font-size: calc(1.125rem + ((1vw - 3.6px) * 1.6667));
    font-weight: 700;
    border-radius: 100vh;
    background-color: #06c755;
    border-color: #06c755; }
    @media (min-width: 1200px) {
      section.school-taiken a.btn-school-taiken {
        font-size: 32px; } }

/* リズムジャンプ */
.rhythm22-school-title {
  color: #ff7075;
  font-family: 'Yusei Magic';
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  width: 100%;
  text-align: center; }

.rhythm22-school-box {
  position: relative;
  border-radius: 32px;
  font-family: 'Kiwi Maru'; }
  .rhythm22-school-box .rhythm22-schoolname {
    font-family: 'Kiwi Maru';
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -36px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #FFFFFF;
    color: #ff7075;
    height: 40px;
    width: 250px;
    left: calc(50% - 125px); }
  .rhythm22-school-box p.rhythm22-school-box-title {
    color: #096ba8;
    font-weight: 700;
    font-size: 1.4rem; }
  .rhythm22-school-box dl.rhythm22-school-box-dl:first-of-type {
    border-top: 1px solid #096ba8; }
    .rhythm22-school-box dl.rhythm22-school-box-dl:first-of-type div {
      display: flex;
      border-bottom: 1px solid #096ba8;
      padding: 11px 5px 14px;
      align-items: flex-start; }
      .rhythm22-school-box dl.rhythm22-school-box-dl:first-of-type div dt {
        width: 100px;
        text-align: justify;
        color: #096ba8;
        line-height: 190%;
        letter-spacing: 0.3em;
        font-family: 'Kiwi Maru';
        font-weight: 400; }
      .rhythm22-school-box dl.rhythm22-school-box-dl:first-of-type div dd {
        font-family: 'Kiwi Maru';
        margin-bottom: 0;
        width: calc(100% - 100px);
        line-height: 190%;
        font-size: 0.9rem;
        transform: translateY(1px); }

.rhythm22-featurebox .rhythm22-featurebox-image img {
  border-radius: 16px;
  overflow: hidden; }
.rhythm22-featurebox .rhythm22-featurebox-contents-title {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  font-family: 'Kiwi Maru';
  font-weight: 700;
  color: #dc143c;
  margin-top: 16px; }

.rhythm22-others {
  position: relative; }
  .rhythm22-others .rhythm22-others-title {
    font-family: 'Yusei Magic';
    color: #033B62;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    width: 100%;
    text-align: center; }
  .rhythm22-others .rhythm22-others-coachbox .rhythm22-others-coachbox-image img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden; }
  .rhythm22-others .rhythm22-others-coachbox .rhythm22-others-coachbox-contents {
    background: #FFFFFF;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px; }
    .rhythm22-others .rhythm22-others-coachbox .rhythm22-others-coachbox-contents .rhythm22-others-coachbox-contents-name {
      font-size: 1.4rem;
      font-weight: 700;
      color: #ff7075;
      font-family: 'Kiwi Maru'; }
  .rhythm22-others .rhythm22-others-calendarbox {
    border-radius: 16px; }
  .rhythm22-others .rhythm22-others-videobox {
    border-radius: 16px; }
  .rhythm22-others .rhythm22-others-photo {
    position: relative;
    transform: scale(0.8) rotate(5deg); }
    .rhythm22-others .rhythm22-others-photo::before {
      position: absolute;
      content: '';
      width: 140px;
      height: 140px;
      background-image: url(../images/pat_01.svg);
      background-size: cover;
      top: -20px;
      left: -20px;
      z-index: -1; }
    .rhythm22-others .rhythm22-others-photo::after {
      position: absolute;
      content: '';
      width: 128px;
      height: 128px;
      background-image: url(../images/pat_02.svg);
      background-size: cover;
      bottom: -40px;
      right: -40px;
      z-index: -1; }

.rhythm22-taiken .rhythm22-taiken-title {
  color: #ff7075;
  font-family: 'Yusei Magic';
  font-size: calc(1.375rem + ((1vw - 3.6px) * 2.1429));
  letter-spacing: 0.1rem;
  width: 100%;
  text-align: center; }
  @media (min-width: 1200px) {
    .rhythm22-taiken .rhythm22-taiken-title {
      font-size: 40px; } }
.rhythm22-taiken .rhythm22-taiken-subtitle {
  color: #033B62;
  letter-spacing: 0.1rem;
  width: 100%;
  text-align: center; }
.rhythm22-taiken .rhythm22-taiken-btn {
  font-size: calc(1.125rem + ((1vw - 3.6px) * 1.6667));
  border-radius: 100vh;
  background-color: #06c755;
  border-color: #06c755;
  font-family: 'Kiwi Maru'; }

.rhythm23-koshihaken .rhythm23-koshihaken-title {
  color: #F7770F;
  font-family: 'Yusei Magic';
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  width: 100%;
  text-align: center; }
.rhythm23-koshihaken .rhythm23-koshihaken-box {
  border-radius: 16px;
  font-family: 'Kiwi Maru'; }

/* カレンダー */
.googlecalendar iframe {
  width: 100%;
  height: 400px; }
  @media all and (min-width: 768px) {
    .googlecalendar iframe {
      height: 600px; } }
