@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", Roboto, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-kerning: auto;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  color: #002D55;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5185185185vw;
  }
}

/*============================
base
============================*/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

small {
  font-size: 70%;
}

strong {
  font-weight: 700;
}

sup {
  position: relative;
  vertical-align: top;
  font-size: 70%;
  top: -0.1em;
}

sub {
  position: relative;
  vertical-align: bottom;
  font-size: 70%;
  bottom: -0.1em;
}

.center {
  text-align: center;
}

hr {
  border: none;
  border-bottom: 1px solid #bbbbbb;
}

ul li {
  margin-top: 6px;
  line-height: 1.6;
  list-style: none;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

section 
  h2.ttl-section {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
@media screen and (min-width: 769px) {
    margin: 40px auto;
}
@media screen and (max-width: 768px) {
    margin: 20px auto;
}
    span {
      display: block;
      line-height: 1.3;
    }
    span.en {
      font-size: clamp(1rem, 0.734rem + 1.13vw, 1.5rem);
      font-weight: 500;
      font-family: "Jost", sans-serif;
    }
    span.jp {
      font-size: clamp(1.5rem, 0.968rem + 2.27vw, 2.5rem);
      font-weight: 700;
    }
    &::before {
      content: "";
      position: absolute;
      top: 25%;
      left: 50%;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><path fill="%23fedd68" d="M6.9,13.9C26.2-3.6,41.5,24,59,9.7c14.2-11.6,43.7,3.5,22.2,22-20.7,17.9-3.7,30.6-22.2,46.7C40.2,94.7-.2,74.1,17.3,56.2,35.7,37.3-15.4,34.2,6.9,13.9Z"/></svg>');
      background-size: contain;
      background-repeat: no-repeat;
      transform: translate(-50%, -50%);
      z-index: -1; /* 親要素の背面に配置 */
@media screen and (min-width: 769px) {
      width: 90px;
      height: 90px;
}
@media screen and (max-width: 768px) {
      width: 45px;
      height: 45px;
}
    }
  }
  h3.ttl-text-block {
    max-width: 750px;
    font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
    line-height: 1.5;
@media screen and (min-width: 769px) {
    text-align: center;
    margin: 20px auto;
}
@media screen and (max-width: 768px) {
    margin: 40px 20px 0;
}
  }
  h4.ttl-text-block {
    max-width: 750px;
    margin: 0 auto 20px;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    line-height: 1.3;
  }
  p.text-block {
    position: relative;
    max-width: 750px;
    margin: 20px auto;
    font-size: clamp(0.875rem, 0.809rem + 0.28vw, 1rem);
    line-height: 1.8;
    text-align: justify;
  }
  .center {
    text-align: center;
  }
}

:root {
  --green: #2DBA69;
  --stripe-color1: #ffb6c1; /* ピンクっぽい色（例） */
  --stripe-color2: #ffe4e1; /* 薄ピンク（例） */
}

.stripe-blue {
  background: repeating-linear-gradient(
    -45deg,
    #DDEEFB,
    #DDEEFB 20px,
    #E5F4FB 20px,
    #E5F4FB 40px
  );
}

.stripe-yellow {
  background: repeating-linear-gradient(
    -45deg,
    #FFFAE8,
    #FFFAE8 20px,
    #FFFCF3 20px,
    #FFFCF3 40px
  );
}

.stripe-purple {
  background: repeating-linear-gradient(
    -45deg,
    #e9dbfe,
    #e9dbfe 20px,
    #f4edfe 20px,
    #f4edfe 40px
  );
}

.stripe-green {
  background: repeating-linear-gradient(
    -45deg,
    #f0f8de,
    #f0f8de 20px,
    #f7fbee 20px,
    #f7fbee 40px
  );
}
.stripe-mint-green {
  background: repeating-linear-gradient(
    -45deg,
    #dcf7f8,
    #dcf7f8 20px,
    #edfbfb 20px,
    #edfbfb 40px
  );
}

.wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
@media screen and (min-width: 769px) {
  min-width: 1080px;
}
@media screen and (max-width: 768px) {
  
}
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 20;
  .header-logo {
    position: absolute;
    height: auto;
@media screen and (min-width: 769px) {
    top: 15px;
    left: 20px;
    width: 135px;
    transition: opacity .4s ease-in-out;
    &:hover {
      opacity: .5;
    }
}
@media screen and (max-width: 768px) {
    top: 5px;
    left: 10px;
    width: 100px;
}
    svg {
      display: block;
      width: 100%;
      height: auto;
    }
    path {
      fill: #fff;
      transition: fill .4s ease-in-out;
    }
  }
  &.active {
    .header-logo path {
      fill: #333;
    }
  }
  .btn-corporate {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #333333;
    z-index: 6;
@media screen and (min-width: 769px) {
    top: 25px;
    right: 86px;
    width: 200px;
    height: 56px;
    border-radius: 40px;
    transition: background-color .4s ease-in-out;
    &:hover {
      background-color: color-mix(in srgb, #FF8900, black 20%);
    }
}
@media screen and (max-width: 768px) {
    top: 10px;
    right: 68px;
    width: 160px;
    height: 48px;
    border-radius: 40px;
}
    span.en {
      display: block;
      font-weight: 700;
      font-family: "Jost", sans-serif;
@media screen and (min-width: 769px) {
      font-size: 18px;
}
@media screen and (max-width: 768px) {
      font-size: 16px;
}
    }
    span.jp {
      display: block;
      font-weight: 700;
      margin-top: 5px;
@media screen and (min-width: 769px) {
      font-size: 12px;
}
@media screen and (max-width: 768px) {
      font-size: 10px;
}
    }
  }
  .btn-drawer {
    position: absolute;
    border-radius: 56px;
    background-color: #FF8900;
    border: 0;
    transition: background-color .4s ease-in-out;
    z-index: 6;
    &.active,
    &:hover {
      background-color: #ff5800;
    }
@media screen and (min-width: 769px) {
    top: 25px;
    right: 20px;
    width: 56px;
    height: 56px;
    &:hover {
      cursor: pointer;
    }
}
@media screen and (max-width: 768px) {
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
}
    i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: block;
      width: 24px;
      height: 2px;
      background-color: #FFFFFF;
      transition: background-color .4s ease-in-out;
      &::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        display: block;
        width: 24px;
        height: 2px;
        background-color: #FFFFFF;
        transition: all .3s ease-in-out;
      }
      &::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        display: block;
        width: 24px;
        height: 2px;
        background-color: #FFFFFF;
        transition: all .3s ease-in-out;
      }
    }
    &.active {
      i {
        background-color: transparent;
        &::before {
          top: 0;
          transform: rotate(-45deg);
        }
        &::after {
          bottom: 0;
          transform: rotate(45deg);
        }
      }
    }
  }
  .drawer-menu {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #f7d433;
    transition: 
      right .4s ease;
    z-index: 5;
    overflow: hidden;
    border-radius: 0 0 0 30px;
  &.active {
    right: 0;
  }
@media screen and (min-width: 769px) {
    right: -310px;
    width: 310px;
}
@media screen and (max-width: 768px) {
    right: -250px;
    width: 250px;
}
    .drawer-menu-navigation {
      width: 100%;
@media screen and (min-width: 769px) {
      padding: 100px 20px 20px;
}
@media screen and (max-width: 768px) {
      padding: 65px 20px 20px;
}
      a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    line-height: 1.1;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 1px 0 #FF8900;
    overflow: hidden;
    border-radius: 50px;
    &::after {
      content: "";
      position: absolute;
      transform: translateY(-50%) rotate(45deg);
      top: 50%;
      right: 0.75em;
      display: block;
      width: 0.5em;
      height: 0.5em;
      border-top: 3px solid #FF5800;
      border-right: 3px solid #FF5800;
      border-radius: 0 3px 0 0;
    }
@media screen and (min-width: 769px) {
  width: 100%;
  height: 32px;
  margin: 6px 3px;
  padding: 0 15px 0 20px;
  transition: opacity .4s ease-in-out;
  &:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 768px) {
  width: 100%;
  height: 32px;
  margin: 6px 3px;
  padding: 0 15px 0 20px;
}
      }
    }
    
  }
}

.sec-hero {
  background-color: #54C3FD;
  background-image: url(https://wingate.club/wp-wingate/wp-content/themes/wp_wingate25/assets/img/wingatekids/bg-hero.jpg);
    background-size: cover;
    background-position: center center;
  .hero_inner {
@media screen and (min-width: 769px) {
    display: flex;
    padding: 40px 0;
    width: 1080px;
    min-height: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  
}
    .hero-image {
      position: relative;
      display: block;
      z-index: 10;
@media screen and (min-width: 769px) {
      width: 600px;
      height: 600px;
}
@media screen and (max-width: 768px) {
  
}
      img {
        overflow: hidden;
@media screen and (min-width: 769px) {
        width: 600px;
        height: 600px;
        border-radius: 100%;
        aspect-ratio: 1 / 1;
}
@media screen and (max-width: 768px) {
        width: 100%;
        height: auto;
        border-radius: 0 0 50% 50%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
}
      }
      .svg-hero1 {
        position: absolute;
@media screen and (min-width: 769px) {
        top: -80px;
        right: -80px;
}
@media screen and (max-width: 768px) {
        top: 40%;
        right: -20%;
        width: 50%;
}
      }
      .svg-hero2 {
        position: absolute;
@media screen and (min-width: 769px) {
        bottom: -160px;
        left: -160px;
}
@media screen and (max-width: 768px) {
        bottom: -60%;
        left: -25%;
        width: 50%;
}
      }
    }
.svg-header {
        position: absolute;
@media screen and (min-width: 769px) {
        top: -160px;
        right: -160px;
}
@media screen and (max-width: 768px) {
        top: -80px;
        right: -80px;
        width: 50%;
}
}
    .hero-content {
@media screen and (min-width: 769px) {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      width: 480px;
}
@media screen and (max-width: 768px) {
  padding: 20px 0;
}
      .hero-title {
@media screen and (min-width: 769px) {
        width: 480px;
}
@media screen and (max-width: 768px) {
        width: 100%;
        margin: 20px 0;
        padding: 0 20px;
}
      }
      .hero-catch {
@media screen and (min-width: 769px) {
        width: 460px;
        margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
        width: 100%;
        margin: 20px 0;
        padding: 0 20px;
}
      }
    }
  }
}

nav.page-navigation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  min-height: 100px;
  background-color: #FFC700;
  z-index: 10;
@media screen and (min-width: 769px) {
  justify-content: center;
  align-items: center;
  margin: -80px auto 0;
  padding: 15px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  padding: 12px 3px;
  background-color: #FFC700;
}
div.inner {
  
}
  a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
    line-height: 1.1;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 1px 0 #FF8900;
    overflow: hidden;
    border-radius: 50px;
    &::after {
      content: "";
      position: absolute;
      transform: translateY(-50%) rotate(45deg);
      top: 50%;
      right: 0.75em;
      display: block;
      width: 0.5em;
      height: 0.5em;
      border-top: 3px solid #FF5800;
      border-right: 3px solid #FF5800;
      border-radius: 0 3px 0 0;
    }
@media screen and (min-width: 769px) {
  width: calc(25% - 6px);
  height: 40px;
  margin: 3px;
  padding: 0 15px 0 20px;
  transition: opacity .4s ease-in-out;
  &:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 768px) {
  letter-spacing: 0;
  width: calc(50% - 8px);
  height: 50px;
  margin: 4px;
  padding: 0 10px 0 15px;
}
  }
}

/* about */
.sec-about {
  .inner {
    position: relative;
    max-width: 1080px;
    margin: 40px auto 0;
@media screen and (min-width: 769px) {
    padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
    padding: 40px 0 60px;
}
  }
  .scroll-gallery {
    position: relative;
    overflow: hidden;
    width: 100vw;
@media screen and (min-width: 769px) {
      margin: 40px calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
      margin: 20px calc(50% - 50vw) 0;
}
    .svg-gallery1 {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(50%,-50%);
      transform-origin: center center;
      z-index: 2;
    }
  }
  .scroll-track {
      display: flex;
@media screen and (min-width: 769px) {
      gap: 20px;
      animation: scroll 60s linear infinite;
}
@media screen and (max-width: 768px) {
      gap: 10px;
      animation: scroll-sp 60s linear infinite;
}
  }
  .scroll-track img {
      object-fit: cover;
@media screen and (min-width: 769px) {
      width: 400px;
      height: 300px;
      border-radius: 20px;
}
@media screen and (max-width: 768px) {
      width: 200px;
      height: 150px;
      border-radius: 10px;
}
  }
  .about__text {
    p.text-block {
      max-width: 750px;
      font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
      line-height: 1.8;
      text-align: justify;
@media screen and (min-width: 769px) {
      margin: 40px auto;
}
@media screen and (max-width: 768px) {
      margin: 20px 20px 0;
}
    }
  }
}
/* physical-literacy */
.sec-physical-literacy {
  .inner {
    position: relative;
    max-width: 1080px;
@media screen and (min-width: 769px) {
    margin: 0 auto 0;
    padding: 80px 0 160px;
}
@media screen and (max-width: 768px) {
    margin: 0 20px 0;
    padding: 40px 0 80px;
}
  }
  .kv {
    max-width: 1080px;
    overflow: hidden;
@media screen and (min-width: 769px) {
    margin: 40px auto;
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
    margin: 40px -20px 20px;
    border-radius: 0;
}
  }
  h3.ttl-text-block {
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  margin: 20px 20px 0;
}
  }
}

:root {
  --lite-green: #99D120;
  --violet: #DB49A9;
  --lite-blue: #19C6D1;
  --orange: #E69A16;
}

/* philosophy */
.sec-philosophy {
  .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 0;
@media screen and (min-width: 769px) {
    padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
    padding: 40px 0 60px;
}
  p.text-block {
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  margin: 20px 20px 0;
}
  }
    p.note {
      display: block;
      max-width: 750px;
      background-color: #f8f8f8;
      line-height: 1.5;
@media screen and (min-width: 769px) {
      margin: 10px auto 0;
      padding: 10px 20px;
      font-size: 12px;
      border-radius: 20px;
}
@media screen and (max-width: 768px) {
      margin: 10px 20px 0;
      padding: 10px 10px;
      font-size: 12px;
      border-radius: 10px;
}
    }
  }
  .question-block {
@media screen and (min-width: 769px) {
    position: relative;
    z-index: 10;
    width: 650px;
    margin: 60px 0 0 380px;
}
@media screen and (max-width: 768px) {
  margin: 40px 20px 0;
}
    h3.ttl-question {
      position: relative;
      display: flex;
      align-items: center;
      width: fit-content;
      margin: 0 auto;
      border-radius: 50px;
      color: #fff;
      background-color: #2DBA69;
      z-index: 1;
@media screen and (min-width: 769px) {
      padding: 10px 20px;
      font-size: 18px;
}
@media screen and (max-width: 768px) {
      padding: 5px 10px;
      font-size: 14px;
}
      span {
        display: inline-block;
        margin-right: 5px;
      }
    }
    .answer {
      max-width: 750px;
      background-color: #E9F8EF;
      z-index: 0;
@media screen and (min-width: 769px) {
      margin: -23px auto 0;
      padding: 30px;
      border-radius: 30px;
      border: 5px solid #2DBA69;
}
@media screen and (max-width: 768px) {
      margin: -23px 0 0;
      padding: 20px;
      border-radius: 15px;
      border: 3px solid #2DBA69;
}
      .profile {
        height: auto;
        border-radius: 100%;
        overflow: hidden;
@media screen and (min-width: 769px) {
        position: absolute;
        transform: translate(0,-50%);
        top: 50%;
        width: 400px;
        left: -380px;
}
@media screen and (max-width: 768px) {
        width: 100%;
        margin: 20px 0;
}
      }
      h4 {
        font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
        line-height: 1.3;
@media screen and (min-width: 769px) {
        text-align: center;
}
@media screen and (max-width: 768px) {
  
}
        small {
          font-size: 0.8em;
        }
      }
      p {
        text-align: justify;
@media screen and (min-width: 769px) {
        margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
        margin: 10px 0 0;
}
      }
      .btn-wrap {
        margin-top: 20px;
      }
    }
  }
}

/* credo */
.sec-credo {
  .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 0;
@media screen and (min-width: 769px) {
    padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
    padding: 40px 0 60px;
}
  }
  h3.ttl-credo {
    font-size: clamp(2.25rem, 1.977rem + 1.36vw, 3rem);
    text-align: center;
    font-family: "Jost", sans-serif;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  margin: 40px auto 10px;
}
    span {
      font-size: 64px;
      &.try {
        color: var(--lite-green);
      }
      &.enjoy {
        color: var(--violet);
      }
      &.active {
        color: var(--lite-blue);
      }
      &.move {
        color: var(--orange);
      }
    }
  }
  p.txt-credo {
    margin: 20px auto;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
    margin: 10px auto 20px;
}
  }
  div.credo-list {
    max-width: 1080px;
@media screen and (min-width: 769px) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 60px auto 30px;
}
@media screen and (max-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 10px 20px;
}
    div.credo-item {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      color: #ffffff;
      text-align: center;
      aspect-ratio: 1 / 1;
@media screen and (min-width: 769px) {
      flex: 1;
      + & {
        margin-left: -20px;
      }
}
@media screen and (max-width: 768px) {
      width: 50%;
      transform: scale(1.1);
}
      &.try {
        background-color: var(--lite-green);
        border-radius: 60% 40% 54% 46% / 46% 53% 47% 54%;
@media screen and (min-width: 769px) {
        margin-top: -30px;
}
@media screen and (max-width: 768px) {
        margin-top: 0;
}
      }
      &.enjoy {
        background-color: var(--violet);
        border-radius: 46% 54% 43% 57% / 57% 46% 54% 43%;
@media screen and (min-width: 769px) {
        margin-top: 30px;
}
@media screen and (max-width: 768px) {
        margin-top: 0;
}
      }
      &.active {
        margin-top: -30px;
        background-color: var(--lite-blue);
        border-radius: 60% 40% 54% 46% / 46% 53% 47% 54%;
@media screen and (min-width: 769px) {
        margin-top: -30px;
}
@media screen and (max-width: 768px) {
        margin-top: 0;
}
      }
      &.move {
        margin-top: 30px;
        background-color: var(--orange);
        border-radius: 46% 54% 43% 57% / 57% 46% 54% 43%;
@media screen and (min-width: 769px) {
        margin-top: 30px;
}
@media screen and (max-width: 768px) {
        margin-top: 0;
}
      }
      h4 {
        font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
        font-family: "Jost", sans-serif;
        margin-bottom: 5px;
        letter-spacing: 0.1em;
      }
      p {
        font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
        line-height: 1.5;
        font-weight: 700;
      }
    }
  }
  .credo-note {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding: 5px 20px;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    border-radius: 20px;
    background-color: #ffffff;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
    margin: 20px auto 0;
}
  }
}
/* program */
.sec-program {
  .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 0;
@media screen and (min-width: 769px) {
    padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
    padding: 40px 0 60px;
}
  }
  figure {
    position: relative;
    max-width: 750px;
@media screen and (min-width: 769px) {
    margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
    margin: 40px auto 30px;
}
    img {
      overflow: hidden;
@media screen and (min-width: 769px) {
      border-radius: 30px;
}
@media screen and (max-width: 768px) {
}
    }
    span {
      display: inline-block;
      padding: 5px 10px;
      font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
      line-height: 1.3;
      font-weight: 700;
      color: #FFFFFF;
      background-color: #FFC700;
    }
    .caption1 {
      position: absolute;
      transform: translate(0,0);
@media screen and (min-width: 769px) {
      top: -20px;
      left: -20px;
      border-radius: 10px;
}
@media screen and (max-width: 768px) {
      top: -20px;
      left: 0;
      border-radius: 0 10px 10px 0;
}
    }
    .caption2 {
      position: absolute;
      transform: translate(0,0);
@media screen and (min-width: 769px) {
      bottom: -20px;
      right: -20px;
      border-radius: 10px;
}
@media screen and (max-width: 768px) {
      bottom: -20px;
      right: 0;
      border-radius: 10px 0 0 10px;
}
    }
  }
  p.text-block {
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  margin: 20px 20px 0;
}
  }
  .question-block {
@media screen and (min-width: 769px) {
    position: relative;
    width: 650px;
    margin-left: 380px;
    z-index: 10;
}
@media screen and (max-width: 768px) {
  margin: 40px 20px 0;
}
    h3.ttl-question {
      position: relative;
      display: flex;
      align-items: center;
      width: fit-content;
      margin: 0 auto;
      border-radius: 50px;
      color: #fff;
      background-color: #2DBA69;
      z-index: 1;
@media screen and (min-width: 769px) {
      padding: 10px 20px;
      font-size: 18px;
}
@media screen and (max-width: 768px) {
      padding: 5px 10px;
      font-size: 14px;
}
      span {
        display: inline-block;
        margin-right: 5px;
      }
    }
    .answer {
      max-width: 750px;
      background-color: #E9F8EF;
      z-index: 0;
@media screen and (min-width: 769px) {
      margin: -23px auto 0;
      padding: 40px 40px;
      border-radius: 30px;
      border: 5px solid #2DBA69;
}
@media screen and (max-width: 768px) {
      margin: -23px 0 0;
      padding: 20px;
      border-radius: 15px;
      border: 3px solid #2DBA69;
}
      .profile {
        height: auto;
        border-radius: 100%;
        overflow: hidden;
@media screen and (min-width: 769px) {
        position: absolute;
        transform: translate(0,-50%);
        top: 50%;
        width: 400px;
        left: -380px;
}
@media screen and (max-width: 768px) {
        width: 100%;
        margin: 20px 0;
}
      }
      h4 {
        font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
        line-height: 1.3;
@media screen and (min-width: 769px) {
        text-align: center;
}
@media screen and (max-width: 768px) {
        margin: 0 0 10px;
}
        small {
          font-size: 0.8em;
        }
      }
      p {
@media screen and (min-width: 769px) {
        margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
        margin: 10px 0 0;
}
      }
      .btn-wrap {
        margin-top: 20px;
      }
    }
  }
}

/* training */
.sec-training {
  .inner {
    position: relative;
    max-width: 1080px;
@media screen and (min-width: 769px) {
    margin: 0 auto 0;
    padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
    margin: 0 auto 0;
    padding: 40px 0 60px;
}
  }
  .youtube {
    position: relative;
    max-width: 860px;
    aspect-ratio: 16 / 9;
@media screen and (min-width: 769px) {
    margin: 80px auto 40px;
}
@media screen and (max-width: 768px) {
    margin: 40px 20px 0;
}
    iframe {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 1;
@media screen and (min-width: 769px) {
      border-radius: 30px;
}
@media screen and (max-width: 768px) {
      border-radius: 5px;
}
    }
    h3 {
      z-index: 2;
      font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
@media screen and (min-width: 769px) {
      position: absolute;
      top: -75px;
      left: -30px;
}
@media screen and (max-width: 768px) {
      position: relative;
      margin: 20px 0 0;
}
      span {
        display: inline-block;
        padding: 5px 10px;
        color: #ffffff;
        background-color: #109DE8;
        &:nth-of-type(1) {
          border-radius: 10px 10px 0 0;
        }
        &:nth-of-type(2) {
          border-radius: 0 10px 10px 10px;
        }
      }
    }
    .svg-youtube1 {
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(50%,-50%);
      transform-origin: center center;
      z-index: 2;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  width: 25%;
}
    }
    .svg-youtube2 {
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translate(-50%,50%);
      transform-origin: center center;
      z-index: 0;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  width: 25%;
}
    }
  }
  .text-block {
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  margin: 10px 20px;
}
  }
  .question-block {
    h3.ttl-question {
      position: relative;
      display: flex;
      align-items: center;
      width: fit-content;
      margin: 0 auto;
      border-radius: 50px;
      color: #fff;
      background-color: #109DE8;
      z-index: 1;
@media screen and (min-width: 769px) {
      padding: 10px 20px;
      font-size: 18px;
}
@media screen and (max-width: 768px) {
      padding: 5px 10px;
      font-size: 14px;
}
      span {
        display: inline-block;
        margin-right: 5px;
      }
    }
    .answer {
      max-width: 750px;
      background-color: #fff;
      z-index: 0;
@media screen and (min-width: 769px) {
      margin: -23px auto 0;
      padding: 30px;
      border-radius: 30px;
      border: 5px solid #89D6FF;
}
@media screen and (max-width: 768px) {
      margin: -23px 20px 0;
      padding: 25px 15px 10px;
      border-radius: 15px;
      border: 5px solid #89D6FF;
}
      p {
        margin: 0;
      }
    }
  }
}

.sec-overview {
  .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 0;
@media screen and (min-width: 769px) {
    padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
    padding: 40px 0 60px;
}
  }
  .facility-block {  
    position: relative;
    max-width: 1080px;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
@media screen and (min-width: 769px) {
    margin: 60px auto 0;
    border-radius: 40px;
    border: 8px solid #005BAC;
}
@media screen and (max-width: 768px) {
    margin: 40px 10px 0;
    border-radius: 15px;
    border: 4px solid #005BAC;
}
    &.other {
      border: 8px solid #109DE8;
      .facility-content h3.ttl-facility::before {
            background-image: url(../img/wingatekids/ico-school2.png) !important;
      }
    }
    .facility-inner {
      background-image: 
        url('../img/wingatekids/bg-school1.png'), 
        url('../img/wingatekids/bg-school2.png');
      background-position: 0 0, 100% 100%;
      background-repeat: no-repeat, no-repeat;
@media screen and (min-width: 769px) {
      display: flex;
      padding: 40px;
      gap: 40px;
}
@media screen and (max-width: 768px) {
}
      .facility-img {
        width: 450px;
        height: auto;
        img {
          object-fit: cover;
          border-radius: 15px;
          overflow: hidden;
        }
@media screen and (max-width: 768px) {
        width: 100%;
        border-radius: 0;
        img {
          width: 100%;
          height: auto;
          aspect-ratio: 4 / 3;
          border-radius: 0;
        }
}
      }
      .facility-content {
        width: calc(100% - 450px);
@media screen and (min-width: 769px) {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  width: 100%;
  padding: 0 10px 20px;
}
        h3.ttl-facility {
          position: relative;
          font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
          line-height: 1.3;
          padding-left: 56px;
@media screen and (max-width: 768px) {
            padding-left: 40px;
            margin: 20px 10px 0;
}
          &::before {
            content: "";
            position: absolute;
            transform: translateY(-50%);
            top: 50%;
            left: 0;
            width: 48px;  
            height: 48px;
            background-image: url(../img/wingatekids/ico-school.png);
            background-size: cover;
@media screen and (max-width: 768px) {
            width: 36px;  
            height: 36px;
}
          }
        }
        h4.ttl-facility-copy {
          margin: 20px 0 0;
          font-size: clamp(1rem, 0.734rem + 1.13vw, 1.5rem);
          line-height: 1.3;
          font-weight: 700;
          color: #005BAC;
          @media screen and (min-width: 769px) {
            
          }
          @media screen and (max-width: 768px) {
            margin: 20px 10px 0;
          }
        }
        p {
          font-size: clamp(14px,1vw,16px);
          line-height: 1.8;
          @media screen and (min-width: 769px) {
            
          }
          @media screen and (max-width: 768px) {
            margin: 10px 10px 0;
          }
        }
        p.note {
          display: block;
          width: 100%;
          max-width: 750px;
          padding: 10px 20px;
          font-size: 12px;
          border-radius: 10px;
          background-color: #f8f8f8;
@media screen and (min-width: 769px) {
          margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
          margin: 10px auto 0;
}
        }
        .btn-wrap {
            display: flex;
            justify-content: center;
            margin: 20px auto 0;
          @media screen and (min-width: 769px) {
            gap: 20px;
          }
          @media screen and (max-width: 768px) {
            flex-wrap: wrap;
          }
          a.btn-schedule {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 240px;
            height: 60px;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  margin: 10px 0;
}
          }
          a.btn-other {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 240px;
            height: 60px;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  margin: 10px 0;
}
          }
        }
      }
    }
  }
  .facility-accordion-block {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 0;
    background-color: #EEF6FD;
    overflow: hidden;
    &.active {
      .facility-content {
        max-height: 10000px;
      }
      .facility-header .ico-open::after {
        transform: translate(-50%, -50%) rotate(90deg);
      }
    }
    .facility-header {
      position: relative;
      padding: 15px 0;
      color: #fff;
      font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
      font-weight: 700;
      text-align: center;
      background-color: #005BAC;
      @media screen and (min-width: 769px) {
        
      }
      @media screen and (max-width: 768px) {
        padding: 10px 40px 10px 20px;
      }
      &:hover {
        cursor: pointer;
      }
      .ico-open {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #ffffff; /* 任意の色 */
        display: inline-block;
@media screen and (max-width: 768px) {
        width: 24px;
        height: 24px;
        right: 5px;
}
        &::before,
        &::after {
          content: '';
          position: absolute;
          background-color: #005BAC;
          transition: all .3s ease-in-out;
        }
        &::before {
          width: 18px;
          height: 2px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
        &::after {
          width: 2px;
          height: 18px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
      }
    }
    .facility-content {
      max-height: 0;
      transition: max-height 0.3s ease;
      background-color: #EEF6FD;
      .facility-detail-inner {
@media screen and (min-width: 769px) {
        padding: 20px 40px 40px;
}
@media screen and (max-width: 768px) {
        padding: 20px 20px 20px;
}
      }
      h4 {
        position: relative;
        font-size: clamp(1.125rem, 0.926rem + 0.85vw, 1.5rem);
        font-weight: 700;
@media screen and (min-width: 769px) {
        margin: 40px 0 20px;
        padding-left: 20px;
}
@media screen and (max-width: 768px) {
        margin: 20px 0 20px;
        padding-left: 20px;
}
        &::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 8px;
          height: 100%;
          border-radius: 4px;
          background-color: #1E8FE2;
        }
      }
      .txt-program {
        padding: 10px 20px;
        border-radius: 10px;
        border: 5px solid #89D6FF;
        background-color: #FFFFFF;
        p {
          font-size: clamp(1rem, 0.934rem + 0.28vw, 1.125rem);
          font-weight: 700;
          line-height: 1.8;
@media screen and (min-width: 769px) {
          text-align: center;
}
@media screen and (max-width: 768px) {
          text-align: left;
}
        }
      }
      p.txt-access {
        margin: 10px 0;
        font-size: clamp(14px, 1vw, 16px);
        line-height: 1.8;
      }
      p {
        a {
          text-decoration: underline;
        }
      }
      dl.fee-list,
      dl.access-list
       {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  
}
        dt {
          display: flex;
          align-items: center;
          font-weight: 700;
          background-color: #eeeeee;
          border-top: 1px solid #ccc;
          font-size: clamp(16px, 1vw, 18px);
@media screen and (min-width: 769px) {
          justify-content: center;
          width: 30%;
          padding: 20px;
}
@media screen and (max-width: 768px) {
          width: 100%;
          padding: 10px;
}
        }
        dd {
          background-color: #FFFFFF;
          border-top: 1px solid #ccc;
@media screen and (min-width: 769px) {
          width: 70%;
          padding: 20px;
}
@media screen and (max-width: 768px) {
          width: 100%;
          padding: 10px;
}
          h5 {
            margin: 0;
            line-height: 1.3;
@media screen and (min-width: 769px) {
            font-size: 18px;
}
@media screen and (max-width: 768px) {
            font-size: 16px;
}
          }
          p {
            margin: 0;
            line-height: 1.5;
@media screen and (min-width: 769px) {
            font-size: 16px;
}
@media screen and (max-width: 768px) {
            font-size: 14px;
}
          }
          .num {
            font-family: "Jost", sans-serif;
@media screen and (min-width: 769px) {
            font-size: 30px;
}
@media screen and (max-width: 768px) {
            font-size: 24px;
}
          }
        }
      }
      iframe {
        width: 100%;
      }
    }
  }
}

/*============================
#school
============================*/
.sec-school {
  position: relative;
  div.inner {
    position: relative;
    max-width: 1080px;
@media screen and (min-width: 769px) {
    margin: 0 auto 0;
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    margin: 0 20px 0;
    padding: 40px 0;
}
    .scroll-gallery {
      overflow: hidden;
      width: 100vw;
@media screen and (min-width: 769px) {
      margin: 40px calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
      margin: 20px calc(50% - 50vw) 0;
}
    }
    .scroll-track {
      display: flex;
@media screen and (min-width: 769px) {
      gap: 20px;
      animation: scroll 60s linear infinite;
}
@media screen and (max-width: 768px) {
      gap: 10px;
      animation: scroll-sp 60s linear infinite;
}
    }
    .scroll-track img {
      object-fit: cover;
@media screen and (min-width: 769px) {
      width: 400px;
      height: 300px;
      border-radius: 20px;
}
@media screen and (max-width: 768px) {
      width: 200px;
      height: 150px;
      border-radius: 10px;
}
    }
		h3.school-lead {
  		font-weight: 700;
  		text-align: center;
@media screen and (min-width: 769px) {
  		font-size: 24px;
  		margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  		font-size: 18px;
  		margin: 20px 20px 0;
}
		}
		p.school-description {
  		max-width: 750px;
  		line-height: 1.8;
@media screen and (min-width: 769px) {
  		margin: 20px auto 0;
  		font-size: 16px;
}
@media screen and (max-width: 768px) {
  		margin: 20px 20px 0;
  		font-size: 14px;
}
		}
		div.school-class {
  		max-width: 860px;
  		overflow: hidden;
  		background-color: #ffffff;
@media screen and (min-width: 769px) {
  		margin: 40px auto;
  		border-radius: 30px;
}
@media screen and (max-width: 768px) {
  		margin: 20px 0 0;
  		border-radius: 15px;
}
			h4.class-title {
  			display: block;
  			width: 100%;
    		font-weight: 700;
    		color: #ffffff;
    		text-align: center;
  			background-color: #5F1D88;
@media screen and (min-width: 769px) {
  			padding: 15px;
    		font-size: 24px;
}
@media screen and (max-width: 768px) {
  			padding: 15px;
    		font-size: 18px;
}
			}
			div.class-content {
@media screen and (min-width: 769px) {
  			padding: 20px 40px 40px;
}
@media screen and (max-width: 768px) {
  			padding: 10px 0 20px;
}
				.difficulty-block {
  				display: flex;
  				justify-content: center;
  				align-items: center;
  				span.class-label {
    				display: inline-block;
    				margin: 0 5px 0 0;
    				padding: 0 20px;
    				border-radius: 50px;
    				font-size: 18px;
    				font-weight: 700;
    				background-color: #5F1D88;
    				color: #ffffff;
    				
  				}
  				p.class-difficulty {
    				font-size: 36px;
    				color: #cccccc;
  					span.stars {
    					color: #FFC700;
  					}
  				}
				}
				p.class-description {
      		line-height: 1.8;
@media screen and (min-width: 769px) {
  				margin: 10px auto 0;
      		font-size: 16px;
      		text-align: center;
}
@media screen and (max-width: 768px) {
  				margin: 10px 20px 0;
      		font-size: 16px;
}
				}

					dl.class-info {
@media screen and (min-width: 769px) {
            margin: 20px auto 0;
  					display: flex;
            width: 750px;
            border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
            margin: 20px 10px; 0;
            border: 1px solid #eeeeee;
            border-top: 0 transparent;
            border-radius: 5px;
            overflow: hidden;
}
						div.info-item {
@media screen and (min-width: 769px) {
  						width: 25%;
  						&.week {
    						width: 25%;
                dd {
                  font-size: 1.25rem;
                  background-color:#FEDD68;
                }
    				  }
  						&.time {width: 50%;}
  						&.capacity {width: 15%;}
  						&.charge {width: 35%;}
  						+ div.info-item {
    						border-left: 1px solid #ffffff;
  						}
}
@media screen and (max-width: 768px) {
  display: flex;
            border-top: 1px solid #eeeeee;
  						&.week {
                dd {
                  font-size: 1.25rem;
                  background-color:#FEDD68;
                }
    				  }
  						&.time {}
  						&.capacity {}
  						&.charge {}
  						+ div.info-item {
  						}
}
							dt {
  							padding: 5px 0;
        				font-weight: 700;
        				background-color: #5F1D88;
        				color: #ffffff;
        				text-align: center;
@media screen and (min-width: 769px) {
  							width: 100%;
        				font-size: 16px;
}
@media screen and (max-width: 768px) {
  display: flex;
  justify-content: center;
  align-items: center;
        				font-size: 12px;
            width: 30%;
}
							}
							dd {
  							padding: 10px 0;
        				font-weight: 700;
        				text-align: center;
@media screen and (min-width: 769px) {
  							width: 100%;
        				font-size: 18px;
}
@media screen and (max-width: 768px) {
  width: 70%;
        				font-size: 14px;
            border-top: 1px solid #eeeeee;
            line-height: 1.3;
}
							}
						}
					}
				ul.class-fee {
  				display: flex;
  				justify-content: center;
  				flex-wrap: wrap;
  				margin: 20px auto 0;
  				padding: 0;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  
}
					li {
  					font-weight: 700;
  					color: #5F1D88;
  					background-color: #E7DDEC;
  					text-align: center;
@media screen and (min-width: 769px) {
  					border-radius: 50px;
  					min-width: 210px;
  					margin: 5px 5px;
  					padding: 5px;
  					font-size: 18px;
}
@media screen and (max-width: 768px) {
  					border-radius: 50px;
  					min-width: auto;
  					margin: 5px 5px;
  					padding: 5px 15px;
  					font-size: 14px;
  					line-height: 1.3;
}
						span.num {
@media screen and (min-width: 769px) {
  					  font-size: 24px;
}
@media screen and (max-width: 768px) {
  					  font-size: 18px;
}
						}
						
					}
				}
				p.fee-note {
  				font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
				}
				h4.class-recommend-title {
  				width: fit-content;
      		font-weight: 700;
      		text-align: center;
      		background: linear-gradient(transparent 70%, #FEDD68 70%);
@media screen and (min-width: 769px) {
  				margin: 40px auto 0;
      		font-size: 24px;
}
@media screen and (max-width: 768px) {
  				margin: 20px auto 0;
      		font-size: 18px;
}
				}
				ul.class-recommend-list {
          width: fit-content;
          margin: 0 auto;
  				padding: 0;
					li {
  					position: relative;
  					line-height: 1.5;
@media screen and (min-width: 769px) {
  				margin: 10px auto 0;
  					padding-left: 25px;
  					font-size: 16px;
}
@media screen and (max-width: 768px) {
  				margin: 10px 20px 0;
  					padding-left: 20px;
  					font-size: 14px;
}
  					&::before {
    					content: "";
    					position: absolute;
    					left: 0;
    					transform: translate();
    					background-image: url(../img/wingatekids/ico-check.svg);
    					background-size: cover;
@media screen and (min-width: 769px) {
    					top: 4px;
    					width: 18px;
    					height: 18px;
}
@media screen and (max-width: 768px) {
    					top: 2px;
    					width: 16px;
    					height: 16px;
}
  					}
  					+ li {
    					margin-top: 5px;
  					}
					}
				}
			}
		}
	}
}

/* sec-trainer */
.sec-trainer {
  .inner {
    position: relative;
    max-width: 1080px;
@media screen and (min-width: 769px) {
    margin: 0 auto 0;
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    margin: 0 auto 0;
    padding: 40px 0;
}
    p.txt-trainer {
      line-height: 1.8;
@media screen and (min-width: 769px) {
      text-align: center;
      font-size: 18px;
}
@media screen and (max-width: 768px) {
      font-size: 16px;
      margin: 10px 20px 0;
}
    }
    p.note {
      display: block;
      max-width: 750px;
      background-color: #f8f8f8;
      line-height: 1.5;
@media screen and (min-width: 769px) {
      margin: 20px auto 0;
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 20px;
}
@media screen and (max-width: 768px) {
      margin: 10px 20px 0;
      padding: 10px 10px;
      font-size: 12px;
      border-radius: 10px;
}
    }
    .trainer-list {
@media screen and (min-width: 769px) {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      width: 960px;
      margin: 40px auto;
}
@media screen and (max-width: 768px) {
  
}
      .trainer-item {
        position: relative;
@media screen and (min-width: 769px) {
  width: 300px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  width: 240px;
  margin: 20px 20px 0 auto;
  &:nth-of-type(odd){
    margin: 20px auto 0 20px;
  }
}
        figure {
          width: 100%;
          height: auto;
          aspect-ratio: 1 / 1;
          border-radius: 100%;
          background-color: #ccc;
          overflow: hidden;
        }
        .item-detail {
          position: absolute;
          bottom: 0;
          left: 0;
          h3 {
            width: fit-content;
            line-height: 1;
            font-weight: 700;
            background-color: #FFC700;
            border-radius: 5px 5px 0 0;
@media screen and (min-width: 769px) {
            padding: 10px;
            font-size: 18px;
}
@media screen and (max-width: 768px) {
            padding: 5px 10px;
            font-size: 16px;
}
          }
          p {
            line-height: 1.5;
            font-weight: 700;
            background-color: #FEDD68;
            border-radius: 0 0 5px 5px;
@media screen and (min-width: 769px) {
            padding: 10px;
            font-size: 12px;
}
@media screen and (max-width: 768px) {
            padding: 5px 10px;
            font-size: 10px;
}
          }
        }
      }
    }
  }
}
/* アニメーション */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2120px); /* 元画像5枚分 + gap の合計 */
  }
}

@keyframes scroll-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1060px); /* 元画像5枚分 + gap の合計 */
  }
}
.program-accordion-block {
  position: relative;
  max-width: 1080px;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 10;
@media screen and (min-width: 769px) {
  margin: 80px auto 0;
  border-radius: 50px;
  border: 8px solid #FEDD68;
}
@media screen and (max-width: 768px) {
  margin: 40px 5px 0;
  border-radius: 25px;
  border: 3px solid #FEDD68;
}
  &.active.program-content {
    max-height: 10000px;
    .ico-open::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }
  }
  .program-header {
    position: relative;
    background-color: #FEDD68;
@media screen and (min-width: 769px) {
    padding: 25px 0;
}
@media screen and (max-width: 768px) {
    padding: 10px 0;
}
    &:hover {
      cursor: pointer;
    }
    h3 {
      text-align: center;
    }
.ico-open {
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #FF8900; /* 任意の色 */
  display: inline-block;
  width: 32px;
  height: 32px;
@media screen and (min-width: 769px) {
  top: 50%;
  right: 40px;
}
@media screen and (max-width: 768px) {
  top: 50%;
  right: 12px;
}
  &::before,
  &::after {
    content: '';
    position: absolute;
    background-color: #fff;
    transition: all .4s ease-in-out;
  }
  &::before {
    width: 18px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  &::after {
    width: 2px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
  }
  .program-content {
    border-top: 0;
    max-height: 0;
    transition: max-height 0.3s ease;
@media screen and (min-width: 769px) {
    border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 768px) {
    border-radius: 0 0 15px 15px;
}
    div.program-inner {
@media screen and (min-width: 769px) {
      padding: 40px 60px;
}
@media screen and (max-width: 768px) {
      padding: 20px 20px;
}
    }
    h4.ttl-program {
      display: block;
      width: fit-content;
      margin: 0 auto 0;
      span {
        background: linear-gradient(transparent 70%, #FEDD68 70%);
      }
@media screen and (min-width: 769px) {
      font-size: 24px;
      line-height: 1.5;
}
@media screen and (max-width: 768px) {
      font-size: 18px;
      line-height: 1.3;
      text-align: center;
}
    }

    .scroll-gallery {
      overflow: hidden;
@media screen and (min-width: 769px) {
      margin: 40px -60px 0;
}
@media screen and (max-width: 768px) {
      margin: 20px -20px 0;
}
    }
    
    .scroll-track {
      display: flex;
@media screen and (min-width: 769px) {
      gap: 20px;
      animation: scroll 60s linear infinite;
}
@media screen and (max-width: 768px) {
      gap: 10px;
      animation: scroll-sp 60s linear infinite;
}
    }
    
    .scroll-track img {
      object-fit: cover;
@media screen and (min-width: 769px) {
      width: 400px;
      height: 300px;
      border-radius: 20px;
}
@media screen and (max-width: 768px) {
      width: 200px;
      height: 150px;
      border-radius: 10px;
}
    }
   
    h4.ttl-program-sub {
      position: relative;
      line-height: 1.5;
      background-color: #FEDD68;
      border-radius: 5px;
@media screen and (min-width: 769px) {
      margin: 40px auto 0;
      padding: 10px 10px 10px 32px;
      font-size: 24px;
}
@media screen and (max-width: 768px) {
      margin: 20px auto 0;
      padding: 5px 5px 5px 22px;
      font-size: 18px;
}
      &::before {
        content: "";
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        background-color: #fff;
@media screen and (min-width: 769px) {
        left: 14px;
        width: 8px;
        height: 24px;
        border-radius: 8px;
}
@media screen and (max-width: 768px) {
        left: 10px;
        width: 5px;
        height: 18px;
        border-radius: 3px;
}
      }
    }
    h5 {
      display: inline-block;
      line-height: 1.5;
      margin: 0;
      font-family: "Jost", sans-serif;
      background: linear-gradient(transparent 70%, #FEDD68 70%);
@media screen and (min-width: 769px) {
      font-size: 24px;
}
@media screen and (max-width: 768px) {
      font-size: 16px;
}
    }
    p {
      line-height: 1.8;
@media screen and (min-width: 769px) {
      margin: 20px auto 0;
      font-size: 16px;
}
@media screen and (max-width: 768px) {
      margin: 10px auto 0;
      font-size: 14px;
}
    }
    p.note {
      display: block;
      max-width: 750px;
      background-color: #f8f8f8;
      line-height: 1.5;
@media screen and (min-width: 769px) {
      margin: 20px auto 0;
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 20px;
}
@media screen and (max-width: 768px) {
      margin: 10px auto 0;
      padding: 10px 15px;
      font-size: 12px;
      border-radius: 10px;
}
    }

    
    .shidou-block {
@media screen and (min-width: 769px) {
      display: flex;
      margin: 20px auto 0;
      gap: 40px;
}
@media screen and (max-width: 768px) {
      margin: 10px auto 0;
}
      ul {
        margin: 0;
        padding: 0;
        li {
          position: relative;
          padding-left: 1.5rem;
          line-height: 1.5;
@media screen and (min-width: 769px) {
          font-size: 16px;
}
@media screen and (max-width: 768px) {
          font-size: 14px;
}
          &::before {
            content: "●";
            position: absolute;
            top: 0;
            left: 0;
            transform: scale(70%);
            color: #FEDD68;
          }
        }
      }
    }
    .ikusei-blck {
@media screen and (min-width: 769px) {
      display: flex;
      margin: 40px auto 0;
      gap: 40px;
}
@media screen and (max-width: 768px) {
      margin: 20px auto 0;
}
      figure {
        overflow: hidden;
@media screen and (min-width: 769px) {
        width: 450px;
        border-radius: 20px;
}
@media screen and (max-width: 768px) {
        width: 100%;
        border-radius: 10px;
}
        img {
          display: block;
        }
      }
      .ikusei-content {
@media screen and (min-width: 769px) {
        width: calc(100% - 450px);
}
@media screen and (max-width: 768px) {
        width: 100%;
}
      }
    }
  }
}

/* sec-voice */
.sec-voice {
  .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
@media screen and (min-width: 769px) {
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    padding: 40px 0;
}
  }
  .youtube {
    position: relative;
    max-width: 860px;
    aspect-ratio: 16 / 9;
    margin: 40px auto;
@media screen and (min-width: 769px) {
    margin: 40px auto;
}
@media screen and (max-width: 768px) {
    margin: 20px 20px;
}
    iframe {
      width: 100%;
      height: 100%;
      overflow: hidden;
@media screen and (min-width: 769px) {
      border-radius: 30px;
}
@media screen and (max-width: 768px) {
      border-radius: 15px;
}
    }
  }
}

.sec-faq {
  .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
@media screen and (min-width: 769px) {
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    padding: 40px 0;
}
  }
  .faq-list {
    max-width: 860px;
    background-color: #ffffff;
    overflow: hidden;
@media screen and (min-width: 769px) {
    margin: 40px auto;
    border-radius: 30px;
}
@media screen and (max-width: 768px) {
    margin: 20px 20px;
    border-radius: 15px;
}
    .faq-item:not(:last-child) {
      border-bottom: 1px solid #eeeeee;
    }
    .faq-item {
      
      .faq-header {
        position: relative;
        cursor: pointer;
@media screen and (min-width: 769px) {
        padding: 30px 60px 30px 70px;
}
@media screen and (max-width: 768px) {
        padding: 15px 30px 15px 35px;
}
        h3 {
          position: relative;
          font-weight: 700;
@media screen and (min-width: 769px) {
          font-size: 18px;
}
@media screen and (max-width: 768px) {
          width: max-content;
          padding-right: 30px;
          font-size: 14px;
}
          &::before {
            content: "Q";
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            font-weight: 400;
            color: #ffffff;
            font-family: "Jost", sans-serif;
            background-color: #99D120;
@media screen and (min-width: 769px) {
            top: -10px;
            left: -53px;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            font-size: 24px;
}
@media screen and (max-width: 768px) {
            top: -5px;
            left: -28px;
            width: 24px;
            height: 24px;
            border-radius: 30px;
            font-size: 14px;
}
          }
        }
  
        &::after {
          content: "+";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          color: #99D120;
          transition: transform 0.3s, content 0.3s;
@media screen and (min-width: 769px) {
          right: 20px;
          font-size: 24px;
}
@media screen and (max-width: 768px) {
          right: 10px;
          font-size: 18px;
}
        }
      }
  
      .faq-content {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
@media screen and (min-width: 769px) {
        padding: 0 20px 0 70px;
}
@media screen and (max-width: 768px) {
        padding: 0 10px 0 35px;
}
        p {
          line-height: 1.8;
@media screen and (min-width: 769px) {
          font-size: 16px;
}
@media screen and (max-width: 768px) {
          font-size: 14px;
}
        }
      }
  
      &.active {
        .faq-header::after {
          content: "–";
        }
        .faq-content {
          max-height: 1000px; /* 十分大きい値にしておく */
          opacity: 1;
@media screen and (min-width: 769px) {
          padding: 0 20px 30px 70px;
}
@media screen and (max-width: 768px) {
          padding: 0 10px 15px 35px;
}
        }
      }
    }
  }
}
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  
}
.sec-trial {
  position: relative;
  background-color: #FFFAE6;
@media screen and (min-width: 769px) {
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  padding: 60px 0 30px;
}
  .inner {
    position: relative;
    max-width: 850px;
    z-index: 2;
@media screen and (min-width: 769px) {
    margin: 0 auto;
    padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
    margin: 0 20px;
    padding: 20px 20px 30px;
}
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      z-index: -1;
@media screen and (min-width: 769px) {
      border-radius: 80px 40px 80px 40px;
}
@media screen and (max-width: 768px) {
      border-radius: 15px;
}
    }
    h3.ttl-trial {
      text-align: center;
      color: #FF7F00;
      line-height: 1.3;
@media screen and (min-width: 769px) {
      margin: 60px 0 0;
      font-size: 26px;
}
@media screen and (max-width: 768px) {
      margin: 30px 0 0;
      font-size: 24px;
}
    }
    p.txt-trial {
      line-height: 1.8;
      font-weight: 700;
      text-align: justify;
@media screen and (min-width: 769px) {
      margin: 20px 0 40px;
      font-size: 18px;
      text-align: center;
}
@media screen and (max-width: 768px) {
      margin: 20px 0 20px;
      font-size: 14px;
}
    }
    p.note {
      display: block;
      width: fit-content;
      line-height: 1.5;
      background-color: #f8f8f8;
@media screen and (min-width: 769px) {
      margin: 20px auto 0;
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 20px;
}
@media screen and (max-width: 768px) {
      margin: 40px auto 0;
      padding: 10px 10px;
      font-size: 12px;
      border-radius: 10px;
}
    }
  }
  .sports-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
@media screen and (min-width: 769px) {
    margin: 180px 0 0;
}
@media screen and (max-width: 768px) {
    margin: 60px 0 0;
}
    a {
@media screen and (min-width: 769px) {
      width: 180px;
      margin: 0 20px;
      transition: opacity .4s ease-in-out;
      &:hover {
        opacity: .5;
      }
}
@media screen and (max-width: 768px) {
      width: 100px;
      margin: 0 10px 0 20px;
}
    }
    p {
      line-height: 1.5;
      font-weight: 700;
@media screen and (min-width: 769px) {
      width: 390px;
      margin: 0 20px;
      font-size: 14px;
}
@media screen and (max-width: 768px) {
      width: calc(100% - 100px);
      margin: 0 20px 0 10px;
      font-size: 12px;
}
    }
  }
}

a.btn-trial {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  transition: background-color .4s ease-in-out;
  background-color: #FF5800;
@media screen and (min-width: 769px) {
  width: 320px;
  height: 80px;
  box-shadow: 0 5px 0 #D34900;
}
@media screen and (max-width: 768px) {
  width: 220px;
  height: 50px;
  box-shadow: 0 3px 0 #D34900;
}
  &:hover {
    background-color: color-mix(in srgb, #FF5800, black 20%);
  }
  &.green {
    background-color: #2DBA69;
    &:hover {
      background-color: color-mix(in srgb, #2DBA69, black 20%);
    }
  }
  img {
    margin-right: 10px;
    height: auto;
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
    width: 24px;
}
  }
  span {
    display: block;
    font-weight: 700;
@media screen and (min-width: 769px) {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    font-size: 14px;
}
  }
}

a.btn-trial2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  border-radius: 40px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  transition: background-color .4s ease-in-out;
  background-color: #FF5800;
  &:hover {
    background-color: color-mix(in srgb, #FF5800, black 20%);
  }
  img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
}

a.btn-schedule {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  border-radius: 40px;
  line-height: 1;
  color: #005BAC;
  text-align: center;
  transition: background-color .4s ease-in-out;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  &:hover {
    background-color: color-mix(in srgb, #ffffff, black 20%);
  }
  img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  span {
    display: block;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 700;
    line-height: 1;
  }
}

a.btn-other {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 80px;
  border-radius: 40px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  transition: background-color .4s ease-in-out;
  background-color: #109DE8;
  box-shadow: 0 5px 0 #005BAC;
  &:hover {
    background-color: color-mix(in srgb, #109DE8, black 20%);
  }
  img {
    margin-left: 10px;
  }
  span {
    display: block;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 700;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
@media screen and (min-width: 769px) {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  margin: 20px auto 0;
}
  a.btn {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    transition: background-color .4s ease-in-out;
@media screen and (min-width: 769px) {
    width: 320px;
    height: 80px;
    border-radius: 40px;
}
@media screen and (max-width: 768px) {
    width: 220px;
    height: 60px;
    border-radius: 30px;
}
    &.orange {
      background-color: #FF8900;
      &:hover {
        background-color: color-mix(in srgb, #FF8900, black 20%);
      }
    }
    &.green {
      background-color: #2DBA69;
      &:hover {
        background-color: color-mix(in srgb, #2DBA69, black 20%);
      }
    }
    &.message {
      background-color: #058E40;
      &:hover {
        background-color: color-mix(in srgb, #058E40, black 20%);
      }
    }
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      display: block;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 16px solid #ffffff;
    }
    span.en {
      display: block;
      font-weight: 700;
      font-family: "Jost", sans-serif;
      font-size: clamp(18px, 1vw, 24px);
    }
    span.jp {
      display: block;
      font-weight: 700;
      margin-top: 5px;
      font-size: clamp(12px, 1vw, 16px);
    }
  }
}

footer.footer {
  position: relative;
  background-color: #333;
@media screen and (min-width: 769px) {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  padding-bottom: 70px;
}
  .primary-block {
    display: flex;
    justify-content: center;
@media screen and (min-width: 769px) {
    padding: 10px 20px 20px;
}
@media screen and (max-width: 768px) {
    padding: 10px 20px 15px;
}
    a {
      display: block;
      height: auto;
@media screen and (min-width: 769px) {
      width: 134px;
      transition: opacity .4s ease-in-out;
      &:hover {
        opacity: .5;
      }
}
@media screen and (max-width: 768px) {
      width: 100px;
}
    }
  }
  .secondary-block {
    border-top: 1px solid #555555;
@media screen and (min-width: 769px) {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
  
}
    ul.link-list {
      display: flex;
      margin: 0;
@media screen and (min-width: 769px) {
      padding: 20px;
}
@media screen and (max-width: 768px) {
      padding: 10px;
  justify-content: center;
}
      li {
        margin:0 10px 0;
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  
}
        a {
          color: #ffffff;
@media screen and (min-width: 769px) {
          font-size: 14px;
          transition: opacity .4s ease-in-out;
          &:hover {
            opacity: .5;
          }
}
@media screen and (max-width: 768px) {
          font-size: 10px;
}
        }
      }
    }
    p.copyright {
      color: #fff;
@media screen and (min-width: 769px) {
  padding: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  padding: 0 0 20px;
  text-align: center;
  font-size: 10px;
}
    }
  }
  .footer-btn-trial {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(178deg, #ffa000, #ffc700);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease-in-out;
    &.active {
      pointer-events: all;
      opacity: 1;
    transform: translateY(0);
    }
@media screen and (min-width: 769px) {
    height: 100px;
}
@media screen and (max-width: 768px) {
    height: 70px;
}
  }
}

.svg-about1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-about2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-physical-literacy1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-physical-literacy2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-philosophy1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-philosophy2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-credo1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-credo2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-program1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-program2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-training1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-training2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-overview1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-overview2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-school1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-school2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-trainer1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-trainer2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-trainer3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-trainer4 {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-voice1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-voice2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-faq1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
}
.svg-faq2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
}
.svg-trial1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.svg-trial2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.svg-trial3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  transform-origin: center center;
  z-index: -2;
}
.svg-trial4 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  transform-origin: center center;
  z-index: 2;
}
.svg-trial5 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%,50%);
  transform-origin: center center;
  z-index: 2;
}
.svg-trial6 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%,50%);
  transform-origin: center center;
  z-index: -2;
}

@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
.svg-about1 {
  width: 50%;
}
.svg-about2 {
  width: 50%;
}
.svg-physical-literacy1 {
  width: 50%;
}
.svg-physical-literacy2 {
  width: 50%;
}
.svg-philosophy1 {
  width: 50%;
}
.svg-philosophy2 {
  width: 50%;
}
.svg-credo1 {
  width: 50%;
}
.svg-credo2 {
  width: 50%;
}
.svg-program1 {
  width: 50%;
}
.svg-program2 {
  width: 50%;
}
.svg-training1 {
  width: 50%;
}
.svg-training2 {
  width: 50%;
}
.svg-overview1 {
  width: 50%;
}
.svg-overview2 {
  width: 50%;
}
.svg-school1 {
  width: 50%;
}
.svg-school2 {
  width: 50%;
}
.svg-trainer1 {
  width: 50%;
}
.svg-trainer2 {
  width: 50%;
}
.svg-trainer3 {
  width: 50%;
}
.svg-trainer4 {
  width: 50%;
}
.svg-voice1 {
  width: 50%;
}
.svg-voice2 {
  width: 50%;
}
.svg-faq1 {
  width: 50%;
}
.svg-faq2 {
  width: 50%;
}
.svg-trial1 {
  display: none;
}
.svg-trial2 {
  display: none;
}
.svg-trial3 {
  width: 50%;
}
.svg-trial4 {
  width: 50%;
}
.svg-trial5 {
  width: 60px;
}
.svg-trial6 {
  width: 150px;
}
}
