@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

:root {
  --sans: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  --font: var(--sans);
  --Quicksand: "Quicksand", sans-serif;
  --color: #333;
  --color-inverse: #fff;
  --color-assort-dark: #02284d;
  --color-assort: #1f4999;
  --color-accent: #FFE41A;
  --color-lime: #89C335;
  --color-orange: #F28D00;
  --color-sky: #3DB6F2;
  --color-light-pink: #FF8A80;
  --color-pink: #F794BE;
  --color-purple: #998AE6;
  --color-green: #10A36D;
  --component-color: #1f4999;
  --header-height: 4.625rem;
  --gap: 0.5rem;
  --padding-block-sm: 1rem;
  --padding-block: 1.5rem;
  --padding-block-lg: 1.75rem;
  --padding-section-sm: 2rem;
  --padding-section: 2.5rem;
  --padding-section-lg: 4rem;
  --padding-page: 5rem;
  --border-assort: 1px solid #1f4999 ;
  --border-gray: 1px solid #ccc ;
  --border-color: 1px solid var(--color) ;
  --img-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 6.375rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --gap: 0.75rem;
    --padding-block-sm: 1.5rem;
    --padding-block: 2rem;
    --padding-block-lg: 3rem;
    --padding-section-sm: 4rem;
    --padding-section: 5rem;
    --padding-section-lg: 7.5rem;
    --padding-page: 10.5rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --img-radius: 0.5rem;
  }
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-section-dark {
  --color: #fff;
  color: var(--color);
}

[data-color=lime] {
  --component-color: var(--color-lime) ;
}

[data-color=lime] {
  --component-color: var(--color-lime) ;
}

[data-color=orange] {
  --component-color: var(--color-orange) ;
}

[data-color=sky] {
  --component-color: var(--color-sky) ;
}

[data-color=light-pink] {
  --component-color: var(--color-light-pink) ;
}

[data-color=pink] {
  --component-color: var(--color-pink) ;
}

[data-color=purple] {
  --component-color: var(--color-purple) ;
}

[data-color=green] {
  --component-color: var(--color-green) ;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: var(--color);
}

[type=text] {
  line-height: normal;
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
button {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
}

input[type=submit],
button {
  cursor: pointer;
  border: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 19.2px;
  }
}

body {
  font-family: var(--font);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
  font-weight: 500;
}

.serif {
  font-family: var(--serif);
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}

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

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

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
button,
a {
  color: var(--color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
button svg,
button img,
a svg,
a img {
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 240px;
    padding-right: 240px;
  }
}

.l-container--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  .l-container--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-container-aside {
    width: 15.25rem;
  }
}

.l-container-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  position: relative;
  height: 100%;
  background: #f2f7fa;
}
.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-body-wrap {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: var(--header-height);
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    top: 1.5rem;
    right: 2.5rem;
    left: 2.5rem;
    border-radius: 3.1875rem;
    padding: 1rem 1rem;
  }
}

.l-header-logo {
  font-size: 0.75rem;
}
.l-header-logo img {
  margin-top: 0.125rem;
  width: 16.106875rem;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    padding-left: 1.5rem;
    font-size: 0.875rem;
  }
  .l-header-logo img {
    margin-top: 0.375rem;
    width: 20.5rem;
  }
}

.l-header-menu {
  position: absolute;
  top: 0.8125rem;
  right: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .l-header-menu {
    display: none;
  }
}

.l-header__wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "nav2 info action" "nav nav action";
    -ms-grid-columns: 1fr 1rem auto 1rem 11.25rem;
    grid-template-columns: 1fr auto 11.25rem;
    gap: 0 1rem;
  }
}

.l-header-nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  gap: 1.3125rem;
}
@media screen and (min-width: 1024px) {
  .l-header-nav2 {
    grid-area: nav2;
  }
}

.l-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-header-info {
    grid-area: info;
  }
}

.l-header-info__tel {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 1.625rem;
}
.l-header-info__tel span:nth-child(1) {
  font-size: 1.125rem;
}
.l-header-info__tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f4999;
}
.l-header-info__info {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-header-action {
    grid-area: action;
  }
}

.l-header-nav {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-header-nav {
    grid-area: nav;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  position: absolute;
  left: 0;
  top: var(--header-height);
  width: 100%;
  height: calc(100vh - var(--header-height));
  padding: 1.875rem 1.25rem 2.5rem;
  background: #f2f7fa;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s var(--easeOutQuart);
  transition: 0.5s var(--easeOutQuart);
}
.is-nav-open .l-header-drawer {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer {
    display: none;
  }
}

.l-header-drawer-info {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.l-header-drawer-info__tel {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.l-header-drawer-info__tel a {
  color: #1f4999;
}

.l-header-drawer-info__open {
  font-weight: 500;
  font-size: 0.875rem;
}

.l-header-drawer__cta {
  margin: 1rem auto 0;
  width: 18.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.l-header-drawer__cta a {
  width: 100%;
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
.l-aside-cta {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-aside-cta {
    bottom: 0;
  }
  .l-aside-cta li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: auto;
    right: 0;
    top: calc(50vh - 16.25rem);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-bnr {
  position: fixed;
  z-index: 300;
  right: 5.75rem;
  bottom: 5rem;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
  display: none;
}
.l-aside-bnr.is-close {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .l-aside-bnr {
    display: block;
  }
}

.l-aside-bnr__close {
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  padding: 0;
}
.l-aside-bnr__close svg {
  width: 1.5rem;
  height: auto;
}
.l-aside-bnr__link img {
  width: 20rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	main
----------------------------------------------------*/
.l-main {
  padding-top: var(--header-height);
}
@media screen and (min-width: 1024px) {
  .l-main {
    padding-top: 0;
  }
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  background: #fff;
}
.l-footer__wrap {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrap {
    padding: 5rem 0 2.5rem;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "nav logo" "nav info" "nav sns" "nav2 nav2" "copyright copyright";
    -ms-grid-columns: 1fr 10.9375rem auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto 0 auto 0 1fr 0 auto 0 auto;
    grid-template-rows: auto auto 1fr auto auto;
    gap: 0 10.9375rem;
  }
  .l-footer__wrap > .l-header-nav2 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .l-footer__wrap > .l-header-info {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-footer__wrap > .l-header-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer-nav {
    grid-area: nav;
    padding-top: 0.125rem;
  }
}

.l-footer-logo {
  padding: 2.5rem 1.375rem 0;
  font-size: 0.75rem;
  color: #02284d;
}
.l-footer-logo img {
  margin-top: 0.125rem;
  width: 16.106875rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-logo {
    grid-area: logo;
    padding: 0;
    font-size: 0.9375rem;
  }
  .l-footer-logo img {
    margin-top: 0.375rem;
    width: 20.5rem;
  }
}

.l-footer-info {
  padding: 1.5rem 1.375rem 0;
}
@media screen and (min-width: 1024px) {
  .l-footer-info {
    padding: 1.5rem 0 0;
    grid-area: info;
  }
}

.l-footer-info__tel {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 1.25rem;
}
.l-footer-info__tel a {
  color: #02284d;
}
.l-footer-info__info {
  padding-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #02284d;
}
.l-footer-info__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.l-footer-info__info dt {
  width: 4em;
}
.l-footer-info__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .l-footer-info__info {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.l-footer-sns {
  padding: 1.25rem 1.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.l-footer-sns li {
  width: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-sns {
    grid-area: sns;
    gap: 1.5rem;
    padding: 1.5rem 0 0;
  }
  .l-footer-sns li {
    width: 2rem;
  }
}

.l-footer-nav2 {
  padding: 2.5rem 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
  font-size: 0.75rem;
}
.l-footer-nav2 a {
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav2 {
    padding: 5rem 0 0 0.75rem;
    gap: 0.75rem 1rem;
    grid-area: nav2;
    font-size: 0.875rem;
  }
}

.l-footer-copyright {
  padding-top: 0.75rem;
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
  color: #999;
}
@media screen and (min-width: 1024px) {
  .l-footer-copyright {
    padding-top: 2.25rem;
    grid-area: copyright;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px){
  .l-header-nav2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-header-action {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .l-header-nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .l-footer-nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .l-footer__wrap > .l-footer-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .l-footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer__wrap > .l-footer-info {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-footer-sns {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .l-footer-nav2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__wrap > .l-footer-nav2 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .l-footer-copyright {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  position: relative;
  background: #1f4999;
  min-height: calc(100vh - var(--header-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0 3.125rem;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    padding-top: calc(var(--header-height) + 2.5rem);
    padding-bottom: 2.5rem;
    min-height: 100vh;
    margin-bottom: 11.25vw;
  }
}

.p-top-mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__wrap {
    width: 89rem;
    padding: 0;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}

.p-top-mv-slide {
  position: relative;
  border-radius: var(--img-radius);
}
.p-top-mv-slide .swiper {
  overflow: hidden;
}
.p-top-mv-slide img {
  border-radius: var(--img-radius);
}
.p-top-mv-slide .swiper-pagination.swiper-pagination {
  bottom: -1.75rem;
}
.p-top-mv-slide .swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin-inline: 0.25rem;
  opacity: 1;
}
.p-top-mv-slide .swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #FFE41A;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-slide {
    width: 37.75rem;
  }
  .p-top-mv-slide .swiper-pagination.swiper-pagination {
    bottom: -2rem;
  }
  .p-top-mv-slide .swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin-inline: 0.5rem;
  }
}

.p-top-mv-slide__ctrl button {
  position: absolute;
  top: calc(50% - 0.75rem);
  z-index: 5;
}
.p-top-mv-slide__ctrl button:nth-child(1) {
  left: 0.5rem;
}
.p-top-mv-slide__ctrl button:nth-child(2) {
  right: 0.5rem;
}
.p-top-mv-pickup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
.p-top-mv-pickup img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-top-mv-pickup {
    gap: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-mv__after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-top-mv__after svg {
  width: 100%;
  height: auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-news {
  margin-top: -0.0625rem;
  position: relative;
  padding: var(--padding-section) 0;
  background: #f5f1e9;
}
@media screen and (min-width: 1024px) {
  .p-top-news__head .c-heading-section {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-news__pic {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top-news__pic {
    display: block;
    position: absolute;
    bottom: 12.5rem;
    width: 15rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-news__nav {
    width: 41.25rem;
  }
}

.p-top-news__list {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-news__list {
    width: 40rem;
    margin-left: auto;
    margin-top: 0.625rem;
  }
  .p-top-news__list .c-card-news:nth-child(1) {
    position: relative;
    left: -8rem;
  }
  .p-top-news__list .c-card-news:nth-child(2) {
    position: relative;
    left: -4rem;
  }
}

.p-top-news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-news__more {
    width: 40rem;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-times {
  position: relative;
  padding: var(--padding-section) 0;
  background: #f5f1e9;
}
.p-top-times__pic {
  position: absolute;
  top: 1.875rem;
  width: 20.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-times__pic .pic1 {
  width: 2.75rem;
}
.p-top-times__pic .pic2 {
  width: 2.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-times__pic {
    width: 38.75rem;
    top: 2.5rem;
    left: calc(50% - 19.375rem);
  }
  .p-top-times__pic .pic1 {
    width: 5.5rem;
  }
  .p-top-times__pic .pic2 {
    width: 5.5rem;
  }
}

.p-top-times__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1.375rem;
}
@media screen and (max-width: 1023px) {
  .p-top-times__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-times__list .c-card-times {
    width: calc(50% - 0.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-times__list {
    margin-top: 3.5rem;
    padding: 0 6.25rem;
    gap: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-top-times__more {
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-about {
  position: relative;
  padding: var(--padding-section-lg) 0;
  background: #ffe41a;
  margin-top: 2.3125rem;
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}

.p-top-about__before {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-top-about__before svg {
  width: 100%;
  height: auto;
}

.p-top-about__after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-top-about__after svg {
  width: 100%;
  height: auto;
}

.p-top-about__type1 {
  position: absolute;
  width: 23.4375rem;
  left: calc(50% - 50vw);
}
.p-top-about__type1 svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-about__type1 {
    left: -6.25rem;
    width: 63.19rem;
  }
}

.p-top-about__type2 {
  position: absolute;
  width: 0.5375rem;
}
.p-top-about__type2 svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-about__type2 {
    top: 6.875rem;
    width: 0.75rem;
  }
}

.p-top-about__wrap {
  position: relative;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__wrap {
    margin-top: 3.125rem;
    gap: 12.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-about__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__content {
    margin-top: 6.875rem;
    padding-left: 2.75rem;
    gap: 2.5rem;
  }
}

.p-top-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top-about__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.3125rem;
  border-radius: 0.25rem;
  background: #1f4999;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
}
.p-top-about__title:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__title span {
    height: 3.875rem;
    padding: 0.25rem 1rem;
    font-size: 2rem;
  }
  .p-top-about__title:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-top-about__desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}

.p-top-about__pic {
  position: relative;
  width: 15.625rem;
  margin-inline: auto;
}
.p-top-about__pic img:nth-child(2) {
  position: absolute;
  width: 8.75rem;
  left: -2.5rem;
  bottom: 0;
}
.p-top-about__pic img:nth-child(2) {
  -webkit-transform: translate(16.25rem, -11.25rem);
          transform: translate(16.25rem, -11.25rem);
  -webkit-transition: 1.5s var(--easeOutQuart);
  transition: 1.5s var(--easeOutQuart);
}
.p-top-about__pic.is-visible img:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 1024px) {
  .p-top-about__pic {
    width: 31.25rem;
  }
  .p-top-about__pic img:nth-child(2) {
    left: -7.5rem;
    width: 17.5rem;
  }
  .p-top-about__pic img:nth-child(2) {
    -webkit-transform: translate(31.25rem, -25rem);
            transform: translate(31.25rem, -25rem);
  }
}

.p-top-about__feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #02284d;
}
.p-top-about__feature figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-top-about__feature img {
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__feature {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 4.75rem;
    gap: 3.375rem 2.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-top-about__feature figure {
    gap: 1rem;
  }
}

.p-top-about__more {
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-course {
  padding: var(--padding-section-lg) 0 var(--padding-section-lg);
  background: #f5f1e9;
}
.p-top-course__list {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-course__list {
    margin-top: 7.1875rem;
    padding: 0 1.75rem;
    -ms-grid-columns: 1fr 4.75rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem 4.75rem;
  }
  .p-top-course__list li {
    position: relative;
  }
  .p-top-course__list li:nth-child(odd) {
    top: -3.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-parents {
  padding: 0 0 var(--padding-section) 0;
  position: relative;
  background: #1f4999;
  margin-top: 2.3125rem;
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-parents {
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-bottom: 0;
  }
}

.p-top-parents__before {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-top-parents__before svg {
  width: 100%;
  height: auto;
}

.p-top-parents__after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-top-parents__after svg {
  width: 100%;
  height: auto;
}

.p-top-parents__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.5rem;
  padding: 0 1.25rem 2.5rem;
  background: #fff;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-parents__wrap {
    top: -7.5rem;
    padding: 0 6.25rem 5rem;
    border-radius: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.75rem;
  }
}

.p-top-parents__pic {
  position: relative;
  top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-parents__pic {
    width: 27.5rem;
    top: -2.375rem;
    margin-bottom: -2.375rem;
  }
}

.p-top-parents__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-parents__content {
    padding-top: 5rem;
  }
  .p-top-parents__content .c-heading-section {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-parents__pic2 {
  width: 6.875rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-parents__pic2 {
    margin-top: 0;
    position: absolute;
    top: -2.375rem;
    right: 6.25rem;
    width: 13.75rem;
  }
}

.p-top-parents__desc {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-parents__desc {
    margin-top: 3.375rem;
  }
}

.p-top-parents__link {
  margin-top: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6875rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.0625rem 0.6875rem;
}
.p-top-parents__link a {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-parents__link {
    margin-top: 2.5rem;
    gap: 1.5rem 3.25rem;
  }
}

.p-top-parents__pic3 {
  position: absolute;
  pointer-events: none;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  bottom: -3rem;
}
@media screen and (min-width: 1024px) {
  .p-top-parents__pic3 {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    bottom: -8.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-membership {
  padding: var(--padding-section-lg) 0;
  margin-bottom: -2.3125rem;
  background: #f5f1e9;
}
@media screen and (min-width: 1024px) {
  .p-top-membership {
    margin-bottom: -10vw;
  }
}

.p-top-membership__list {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-membership__list {
    margin-top: 7.25rem;
    gap: 1.5rem;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-top-membership__more {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-membership__group {
    width: 55rem;
    margin-inline: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-instagram {
  position: relative;
  padding: var(--padding-section) 0 calc(var(--padding-section) + 2.3125rem);
  background: #ffe41a;
  margin-top: 2.3125rem;
  margin-bottom: -2.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-instagram {
    padding: var(--padding-section) 0 calc(var(--padding-section) + 10vw);
    margin-top: 10vw;
    margin-bottom: -10vw;
  }
}

.p-top-instagram__before {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-top-instagram__before svg {
  width: 100%;
  height: auto;
}

.p-top-instagram__ball {
  position: absolute;
  left: calc(50% + 6.25rem);
  top: -3.75rem;
  width: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-top-instagram__ball {
    top: -8.125rem;
    left: calc(50% + 23.25rem);
    width: 8rem;
  }
}

.p-top-instagram__wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-instagram__wrap {
    margin-top: 3.75rem;
    gap: 2.75rem;
    padding: 0 6.25rem;
  }
}

.p-top-instagram-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-instagram-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-instagram-item:nth-child(odd) {
    padding-right: 3.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-instagram-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 3.375rem;
  }
}

.p-top-instagram-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.5rem;
}
.p-top-instagram-item__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-instagram-item__gallery img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-top-instagram-item__gallery {
    gap: 2rem;
  }
}

.p-top-instagram-item__pic {
  margin-bottom: 0.5rem;
  height: 6rem;
}
@media screen and (min-width: 1024px) {
  .p-top-instagram-item__pic {
    height: 12rem;
    margin-bottom: 1.125rem;
  }
}

.p-top-instagram-item__pics {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.p-top-instagram-item__pics > div,
.p-top-instagram-item__pics img {
  height: 6rem;
}
@media screen and (min-width: 1024px) {
  .p-top-instagram-item__pics {
    margin-bottom: 1.125rem;
    gap: 1.875rem;
  }
  .p-top-instagram-item__pics > div,
  .p-top-instagram-item__pics img {
    height: 12rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-about {
  padding-bottom: var(--padding-section-lg);
}
.p-about__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-about__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-about__aside {
    position: sticky;
    top: calc(var(--header-height) + 6.25rem);
  }
}

.p-about__sections {
  margin-top: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-about__sections {
    margin-top: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-feature-lead {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about-feature-lead {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-about-feature-lead__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-about-feature-lead__pic {
    width: 27.5rem;
  }
}

.p-about-feature-lead__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-about-feature-lead__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-feature-cert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.p-about-feature-cert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about-feature-cert-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-about-feature-cert-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-about-feature-cert-item__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-about-feature-cert-item__pic {
    width: 16.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}
.p-about-feature-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about-feature-item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-about-feature-item__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-about-feature-item__pic {
    width: 27.5rem;
  }
}

.p-about-feature-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
@media screen and (max-width: 1023px) {
  .p-about-feature-item__content a {
    margin-inline: auto;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-feature-other {
  margin-top: 6.25rem;
  padding: 4rem 1rem 1rem;
  position: relative;
  border-radius: var(--img-radius);
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-about-feature-other {
    margin-top: 9rem;
    padding: 4rem 3.75rem 3.75rem;
  }
}

.p-about-feature-other__figure {
  position: absolute;
  top: -2.875rem;
  left: calc(50% - 3rem);
}
.p-about-feature-other__figure img {
  width: 6rem;
}
@media screen and (min-width: 1024px) {
  .p-about-feature-other__figure {
    top: -4.8125rem;
    left: calc(50% - 3.75rem);
  }
  .p-about-feature-other__figure img {
    width: 7.5rem;
  }
}

.p-about-feature-other__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-about-feature-other__wrap {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}

.p-about-feature-other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.015625rem;
  text-align: center;
  color: #02284d;
}
.p-about-feature-other-item img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-about-feature-other-item {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-facility__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}
.p-about-facility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block-sm);
}
.p-about-facility-item__pic img {
  border-radius: var(--img-radius);
}
.p-about-facility-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-about-facility__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.p-about-facility__gallery img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-about-facility__gallery {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-coach__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  color: #02284d;
}
.p-about-coach__lead svg {
  width: 16.5rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-about-coach__lead {
    font-size: 1.5rem;
    line-height: 2.25rem;
    gap: 1.125rem;
  }
  .p-about-coach__lead svg {
    width: 33rem;
  }
}

.p-about-coach__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-about-coach__list {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem 2.5rem;
  }
}

.p-about-coach-card {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-about-coach-card {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

.p-about-coach-card__pic img {
  border-radius: var(--img-radius);
}
.p-about-coach-card__name {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .p-about-coach-card__name {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-junior__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-junior__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-junior__aside {
    position: sticky;
    top: calc(var(--header-height) + 6.25rem);
    z-index: 5;
  }
}

.p-junior__asideMore {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-junior__asideMore {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-junior__asideMore a {
    margin-bottom: 0.75rem;
  }
  .p-junior__asideMore .c-list-no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}

.p-junior__sections {
  margin-top: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-junior__sections {
    margin-top: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-junior-school-concept__head {
  text-align: center;
}
.p-junior-school-concept__head svg {
  margin-top: 0.75rem;
  width: 16.5rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-junior-school-concept__head svg {
    margin-top: 1.5rem;
  }
}

.p-junior-school-concept__title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-junior-school-concept__title {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}

.p-junior-school-concept__pic img {
  border-radius: var(--img-radius);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-junior-school-info__course img {
  border-radius: var(--img-radius);
}
@media screen and (max-width: 640px) {
  .p-junior-school-info__course img {
    width: 57.5rem;
    max-width: none;
  }
}
.p-junior-school-info__time {
  padding-bottom: var(--padding-section-lg);
}
.p-junior-school-info__time img {
  border-radius: var(--img-radius);
}
@media screen and (max-width: 640px) {
  .p-junior-school-info__time img {
    width: 57.5rem;
    max-width: none;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-junior-school__wrap {
  position: relative;
  padding-top: var(--padding-section-lg);
  padding-bottom: var(--padding-section-lg);
  margin-top: 2.3125rem;
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-junior-school__wrap {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}

.p-junior-school-bg {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  background: #d2edf7;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-junior-school-bg {
    left: calc(50% - 50vw - 8.75rem);
    right: calc(50% - 50vw + 8.75rem);
  }
}

.p-junior-school-bg__before {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-junior-school-bg__before svg {
  width: 100%;
  height: auto;
}

.p-junior-school-bg__after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-junior-school-bg__after svg {
  width: 100%;
  height: auto;
}

.p-junior-school__head {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-junior-school__head {
    width: 45rem;
    margin-inline: auto;
  }
}

.p-junior-school__headPic figure {
  position: absolute;
  height: 5rem;
  top: 0;
}
.p-junior-school__headPic figure:nth-child(1) {
  left: 0;
}
.p-junior-school__headPic figure:nth-child(2) {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-junior-school__headPic figure {
    height: 10rem;
    top: 3.75rem;
  }
}

.p-junior-school__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-junior-athlete__head {
  position: relative;
}
.p-junior-athlete__headPic figure {
  position: absolute;
  height: 5.25rem;
  top: 0;
}
.p-junior-athlete__headPic figure:nth-child(1) {
  left: 0;
}
.p-junior-athlete__headPic figure:nth-child(2) {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-junior-athlete__headPic figure {
    width: 13.75rem;
    height: auto;
    top: 1.875rem;
  }
}

.p-junior-athlete__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-junior-parent {
  position: relative;
  margin-top: 2.3125rem;
  margin-bottom: -2.3125rem;
  padding-top: var(--padding-section-lg);
  padding-bottom: calc(var(--padding-section-lg) + 2.3125rem);
}
@media screen and (min-width: 1024px) {
  .p-junior-parent {
    margin-top: 10vw;
    margin-bottom: -10vw;
    padding-bottom: calc(var(--padding-section-lg) + 10vw);
  }
}

.p-junior-parent-bg {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  background: #d2edf7;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-junior-parent-bg {
    left: calc(50% - 50vw - 8.75rem);
    right: calc(50% - 50vw + 8.75rem);
  }
}

.p-junior-parent-bg__before {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-junior-parent-bg__before svg {
  width: 100%;
  height: auto;
}
.p-junior-parent__head {
  position: relative;
}

.p-junior-parent__headPic figure {
  position: absolute;
  height: 5.25rem;
  top: 0;
}
.p-junior-parent__headPic figure:nth-child(1) {
  left: 0;
}
.p-junior-parent__headPic figure:nth-child(2) {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-junior-parent__headPic figure {
    width: 13.75rem;
    height: auto;
  }
}

.p-junior-parent__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
@media screen and (max-width: 640px) {
  .p-adult table {
    width: 57.5rem;
  }
}

.p-adult__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-adult__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-adult__aside {
    position: sticky;
    top: calc(var(--header-height) + 6.25rem);
    z-index: 5;
  }
}

.p-adult__asideMore {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-adult__asideMore {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-adult__asideMore a {
    width: 100%;
  }
}

.p-adult__sections {
  margin-top: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-adult__sections {
    margin-top: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-adult-type-concept__head {
  text-align: center;
}
.p-adult-type-concept__head svg {
  margin-top: 0.75rem;
  width: 16.5rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-adult-type-concept__head svg {
    margin-top: 1.5rem;
  }
}

.p-adult-type-concept__title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-adult-type-concept__title {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}

.p-adult-type-concept__logo {
  text-align: center;
}
.p-adult-type-concept__logo img {
  width: 17.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-adult-type-concept__logo img {
    width: 26.25rem;
  }
}

.p-adult-type-concept__pic img {
  border-radius: var(--img-radius);
}
.p-adult-type-concept__more {
  text-align: center;
}
.p-adult-type-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.5rem;
  font-size: 0.8125rem;
}
.p-adult-type-gallery figcaption {
  margin-top: 0.25rem;
}
.p-adult-type-gallery img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-adult-type-gallery {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem 1.5rem;
    font-size: 0.9375rem;
  }
  .p-adult-type-gallery figcaption {
    margin-top: 0.5rem;
  }
}

.p-adult-type-time img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-adult-type-time img {
    width: 57.5rem;
    max-width: none;
  }
}
.p-adult-type-time__more {
  text-align: right;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-adult-school {
  position: relative;
  padding-top: var(--padding-section-lg);
  margin-top: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-adult-school {
    margin-top: 10vw;
  }
}

.p-adult-school-bg {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  background: #d2edf7;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-adult-school-bg {
    left: calc(50% - 50vw - 8.75rem);
    right: calc(50% - 50vw + 8.75rem);
  }
}

.p-adult-school-bg__before {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.0625rem);
  pointer-events: none;
}
.p-adult-school-bg__before svg {
  width: 100%;
  height: auto;
}

.p-adult-school-data__more {
  text-align: right;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-adult-senior {
  position: relative;
  margin-bottom: -2.3125rem;
  padding-bottom: calc(var(--padding-section-lg) + 2.3125rem);
}
@media screen and (min-width: 1024px) {
  .p-adult-senior {
    margin-bottom: -10vw;
    padding-bottom: calc(var(--padding-section-lg) + 10vw);
  }
}

.p-adult-senior-bg {
  content: "";
  display: block;
  width: auto;
  height: calc(100% + 4.625rem);
  position: absolute;
  top: -4rem;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  background: #d2edf7;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-adult-senior-bg {
    top: -8.75rem;
    height: calc(100% + 17.5rem);
    left: calc(50% - 50vw - 8.75rem);
    right: calc(50% - 50vw + 8.75rem);
  }
}

.p-adult-senior-feature {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-adult-senior-feature {
    gap: 2.5rem;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-adult-senior-feature-item__pic {
  text-align: center;
}
.p-adult-senior-feature-item__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-adult-senior-feature-item__pic img {
    width: 17.5rem;
  }
}

.p-adult-senior-feature-item__content {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-adult-senior-feature-item__content .c-paragraph-md {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-adult-senior-feature-item__content .c-paragraph-md {
    height: 3.5em;
  }
}

.p-adult-senior-data__more {
  text-align: right;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-trial {
  padding-bottom: var(--padding-section-lg);
}
.p-trial__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-trial__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-trial__aside {
    position: sticky;
    top: calc(var(--header-height) + 6.25rem);
  }
}

.p-trial__sections {
  margin-top: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-trial__sections {
    margin-top: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-trial-lesson-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-trial-lesson-intro {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-trial-lesson-intro__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
@media screen and (min-width: 1024px) {
  .p-trial-lesson-intro__content {
    margin-top: -0.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-trial-lesson-intro__pic {
    width: 20rem;
  }
}

.p-trial-lesson__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-trial-lesson__courses {
    gap: 3rem;
  }
}

.p-trial-lesson-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-trial-lesson-course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-trial-lesson-course__pic img {
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-trial-lesson-course__pic {
    width: 13.375rem;
  }
  .p-trial-lesson-course__pic img {
    border-radius: 0.5rem;
  }
}

.p-trial-lesson-course__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-trial-lesson-course__content h4 {
  margin-bottom: -0.25em;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-trial-flow__wrap {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-trial-flow__wrap {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.p-trial-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}

.p-trial-flow-item__pic {
  padding-bottom: 0.625rem;
}
.p-trial-flow-item__pic img {
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-trial-flow-item__pic img {
    border-radius: 0.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-trial-notice-item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  border-bottom: var(--border-gray);
}
.p-trial-notice__more {
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-group {
  padding-bottom: var(--padding-page);
}
.p-group__wrap {
  padding-top: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-group__wrap {
    padding-left: 17.5rem;
  }
}

.p-group__lead {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
  color: #02284d;
}
.p-group__lead svg {
  margin-top: 1.5rem;
  width: 16.5rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-group__lead {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-group__lead svg {
    margin-top: 2.375rem;
  }
}

.p-group__feature {
  display: -ms-grid;
  display: grid;
  gap: var(--padding-block);
}
.p-group-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-group-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-group-feature__pic img {
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-group-feature__pic {
    width: 13.375rem;
  }
  .p-group-feature__pic img {
    border-radius: 0.5rem;
  }
}

.p-group-feature__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-group-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .p-group-cta {
    padding: 3rem 16.25rem;
  }
}

.p-group-cta__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p-group-cta__pic img {
  width: 3.8125rem;
}
@media screen and (min-width: 1024px) {
  .p-group-cta__pic {
    gap: 32rem;
    position: absolute;
  }
  .p-group-cta__pic img {
    width: 7.625rem;
  }
}

.p-group-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.p-group-cta__head svg {
  width: 1.5rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-group-cta__head {
    gap: 1.5rem;
  }
}

.p-group-cta__title {
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .p-group-cta__title {
    margin-top: 0;
    font-size: 1.1875rem;
    line-height: 1.7368421053;
  }
}

.p-group-cta__action {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-group-cta__action {
    margin-top: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-for-parents {
  padding-bottom: var(--padding-section-lg);
}
.p-for-parents__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-for-parents__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-for-parents__aside {
    position: sticky;
    top: calc(var(--header-height) + 6.25rem);
  }
}

.p-for-parents__sections {
  margin-top: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-for-parents__sections {
    margin-top: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-for-parents-immunity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-immunity__wrap {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-for-parents-immunity__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-for-parents-immunity__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-for-parents-immunity__pic {
    width: 20rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-for-parents-golden__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-golden__wrap {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-for-parents-golden__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-for-parents-golden__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-for-parents-golden__pic {
    width: 20rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-for-parents-relife__items {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-relife__items {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.p-for-parents-relife-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-for-parents-relife-item__pic img {
  border-radius: var(--img-radius);
}
.p-for-parents-relife-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-for-parents-relife-item__content h3 {
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-for-parents-certification__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.p-for-parents-certification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-certification-item {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-for-parents-certification-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-for-parents-certification-item__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-for-parents-certification-item__pic {
    width: 20rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-for-parents-event__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-event__wrap {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-for-parents-event__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-for-parents-event__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .p-for-parents-event__pic {
    width: 20rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-for-parents-application-entry {
  padding: 1rem;
  border-radius: var(--img-radius);
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-application-entry {
    padding: 3.5rem;
  }
}

.p-for-parents-application-entry__title {
  text-align: center;
}
.p-for-parents-application-entry__items {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-application-entry__items {
    margin-top: 1.5rem;
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-for-parents-application-entry__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-for-parents-application-entry__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.p-for-parents-application-entry__item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.p-for-parents-application-entry__item img {
  border-radius: var(--img-radius);
}
.p-for-parents-application-entry__item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  color: #02284d;
}
.p-for-parents-application-entry__item .c-paragraph {
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-application-entry__item figure {
    gap: 0.5rem;
  }
  .p-for-parents-application-entry__item figcaption {
    gap: 0.5rem;
  }
  .p-for-parents-application-entry__item h3 {
    font-size: 1.25rem;
  }
  .p-for-parents-application-entry__item .c-paragraph {
    line-height: 1.5;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-for-parents-safety__wrap {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-safety__wrap {
    gap: 2rem 2.5rem;
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-for-parents-safety-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-for-parents-safety-item__pic img {
  border-radius: var(--img-radius);
}
.p-for-parents-safety-item__title {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .p-for-parents-safety-item__title {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-for-parents-safety-item__desc {
  margin-top: 0.25rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-recruit {
  padding-bottom: var(--padding-page);
}
@media screen and (min-width: 1024px) {
  .p-recruit__wrap {
    padding-left: 17.5rem;
  }
}

.p-recruit-message__wrap {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-recruit-message__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-recruit-message__pic img {
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-message__pic {
    width: 20rem;
  }
}

.p-recruit-requirements__list {
  padding-top: var(--padding-section-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block);
}
.p-recruit-requirement__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 3.125rem;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  background: #1f4999;
  padding: 0.625rem 0.75rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
}
.p-recruit-requirement__head i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffe41a;
  border-radius: 100%;
  position: relative;
}
.p-recruit-requirement__head i span {
  position: absolute;
  width: 0.75rem;
  height: 0.125rem;
  background: #1e4999;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.p-recruit-requirement__head i span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-recruit-requirement__head.is-open i span:nth-child(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 1024px) {
  .p-recruit-requirement__head {
    height: 4.1875rem;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    padding: 0.625rem 1rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .p-recruit-requirement__head i {
    width: 2rem;
    height: 2rem;
  }
}

.p-recruit-requirement__body {
  display: none;
  background: #fff;
  padding: 1rem;
}
.p-recruit-requirement__body table {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.p-recruit-requirement__body tr {
  border-bottom: var(--border-gray);
}
.p-recruit-requirement__body th {
  background: #f2f7fa;
  width: 4.75rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.p-recruit-requirement__body td {
  padding: 0.4375rem 0 0.4375rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-requirement__body {
    padding: 1.5rem 1.625rem;
  }
  .p-recruit-requirement__body table {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-recruit-requirement__body th {
    width: 12.25rem;
    padding: 1rem 1rem;
  }
  .p-recruit-requirement__body td {
    padding: 1rem 0 1rem 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-news {
  padding-bottom: var(--padding-page);
}
.p-news__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-news__list {
    margin-top: -2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-news-single {
  padding-bottom: var(--padding-page);
}
.p-news-single__wrap {
  padding-top: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-news-single__wrap {
    padding-left: 17.5rem;
  }
}

.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-news-single__meta {
    gap: 1rem;
  }
}

.p-news-single__date {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  color: #666;
}
@media screen and (min-width: 1024px) {
  .p-news-single__date {
    font-size: 1rem;
  }
}

.p-news-single__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75rem;
  height: 1.4375rem;
  border-radius: 0.71875rem;
  background: #fff;
  border: var(--border-assort);
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1;
  color: #1e4999;
}
.p-news-single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.p-news-single__categories li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75rem;
  height: 1.4375rem;
  border-radius: 0.71875rem;
  background: #fff;
  border: var(--border-assort);
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1;
  color: #1e4999;
}

.p-news-single__title {
  margin-top: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .p-news-single__title {
    margin-top: 0.875rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-news-single__back {
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-calendar {
  padding-bottom: var(--padding-page);
}
.p-calendar__wrap {
  padding-top: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-calendar__wrap {
    padding-left: 17.5rem;
  }
}

.p-calendar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block);
}
.p-calendar__lead {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-calendar__lead p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-calendar__lead p svg, .p-calendar__lead p img {
  width: 1.25rem;
  height: auto;
}
.p-calendar__content {
  padding-top: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-namisui-times {
  padding-bottom: var(--padding-page);
}
.p-namisui-times__wrap {
  padding-top: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-namisui-times__wrap {
    padding-left: 17.5rem;
  }
}

.p-namisui-times__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block);
}
.p-namisui-times__list {
  padding-top: var(--padding-section);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-namisui-times__list {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3rem 1.5rem;
  }
}

.p-namisui-times__paginate {
  padding-top: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-contact {
  padding-bottom: var(--padding-page);
}
.p-contact__wrap {
  padding-top: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-contact__wrap {
    padding-left: 17.5rem;
  }
}

.p-contact-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-contact-tel {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  text-align: center;
  color: #1f4999;
}
@media screen and (min-width: 1024px) {
  .p-contact-tel {
    padding: 2.5rem 1rem;
  }
}

.p-contact-tel__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.625rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #ffe41a;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-contact-tel__label {
    width: 12.3125rem;
    height: 1.8125rem;
    border-radius: 0.90625rem;
    font-size: 0.9375rem;
  }
}

.p-contact-tel__no {
  margin-top: 0.5rem;
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  color: #1f4999;
}
@media screen and (min-width: 1024px) {
  .p-contact-tel__no {
    margin-top: 1rem;
    font-size: 2.75rem;
  }
}

.p-contact-tel__open {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-contact-form {
  margin-top: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.c-heading-section:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0;
  pointer-events: none;
  border-top: 0.125rem solid #ffd500;
}
@media screen and (min-width: 1024px) {
  .c-heading-section:before {
    width: 5rem;
    border-width: 0.25rem;
  }
}

.is-section-dark .c-heading-section__ja {
  color: #fff;
}
.is-section-dark .c-heading-section__en {
  color: #fff;
}

.c-heading-section--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-heading-section__ja {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #1f4999;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__ja {
    font-size: 2.25rem;
  }
}

.c-heading-section__en {
  margin-top: 0.25rem;
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  color: #666;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__en {
    margin-top: 0.375rem;
    font-size: 1.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-block {
  position: relative;
  padding-bottom: 1.125rem;
  border-bottom: 0.125rem solid #ccc;
}
.c-heading-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
  width: 3.75rem;
  border-bottom: 0.125rem solid #1f4999;
}
@media screen and (min-width: 1024px) {
  .c-heading-block {
    padding-bottom: 1.125rem;
  }
  .c-heading-block:before {
    width: 7.5rem;
  }
}

.c-heading-block__en {
  padding-left: 0.75rem;
  position: relative;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1f4999;
}
.c-heading-block__en:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  pointer-events: none;
  width: 0.5rem;
  height: 0.5rem;
  background: #ffe41a;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .c-heading-block__en {
    padding-left: 1rem;
    font-size: 1rem;
  }
}

.c-heading-block__ja {
  margin-top: 0.625rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .c-heading-block__ja {
    margin-top: 0.75rem;
    font-size: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-heading-course__no {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.625rem;
  height: 2.8125rem;
  background: url(../img/heading-course-bg.webp) center center/contain no-repeat;
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 1.25rem;
  color: #dc000c;
}
@media screen and (min-width: 1024px) {
  .c-heading-course__no {
    width: 11.25rem;
    height: 5.625rem;
    font-size: 2.5rem;
  }
}

.c-heading-course__en {
  margin-top: 0.5rem;
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .c-heading-course__en {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.c-heading-course__ja {
  margin-top: 0.125rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .c-heading-course__ja {
    margin-top: 0.75rem;
    font-size: 2.5rem;
  }
}

.c-heading-course__desc {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-heading-course__desc {
    margin-top: 1.875rem;
    width: 28.75rem;
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .c-heading-accent {
    gap: 1rem;
    font-size: 1.75rem;
  }
}

.c-heading-accent--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-heading-accent--center .c-heading-accent__txt {
  text-align: center;
}

.c-heading-accent__ico {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.8125rem;
  text-align: center;
  color: #fff;
  font-style: normal;
}
.c-heading-accent__ico span {
  position: relative;
}
.c-heading-accent__ico svg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  fill: #1f95cc;
}
@media screen and (min-width: 1024px) {
  .c-heading-accent__ico {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
}

.c-heading-accent--red .c-heading-accent__ico svg {
  fill: #DC000C;
}

.c-heading-accent--green .c-heading-accent__ico svg {
  fill: #10A36D;
}

.c-heading-accent--orange .c-heading-accent__ico svg {
  fill: #FC7632;
}

.c-heading-accent__txt {
  display: inline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-heading-accent__txt span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(5%, #ffe41a), color-stop(20%, #ffe41a), color-stop(20%, transparent));
  background: linear-gradient(to top, transparent 5%, #ffe41a 5%, #ffe41a 20%, transparent 20%);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-bar-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.25rem;
  background: var(--component-color);
  position: relative;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
.c-heading-bar-down span._sub {
  font-size: 0.875rem;
  line-height: 1;
}
.c-heading-bar-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 0.28125rem);
  top: 100%;
  pointer-events: none;
  border-style: solid;
  border-width: 0.4375rem 0.28125rem 0 0.28125rem;
  border-color: var(--component-color) transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 1024px) {
  .c-heading-bar-down {
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 2rem;
  }
  .c-heading-bar-down span._sub {
    font-size: 1rem;
  }
  .c-heading-bar-down:after {
    left: calc(50% - 0.5rem);
    border-width: 1rem 0.625rem 0 0.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-bar, .p-privacy-item h2 {
  width: 100%;
  border-radius: 0.25rem;
  background: #1f4999;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-heading-bar, .p-privacy-item h2 {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-text {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 1024px) {
  .c-heading-text {
    font-size: 2rem;
    line-height: 1.5;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph, .cm-post, .p-privacy-item p, .p-privacy-item ul, .p-privacy-item ol, .p-privacy-item dl {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-paragraph, .cm-post, .p-privacy-item p, .p-privacy-item ul, .p-privacy-item ol, .p-privacy-item dl {
    font-size: 1rem;
  }
}

.c-paragraph-sm {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .c-paragraph-sm {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-paragraph-lg, .cm-post h1,
.cm-post h2 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .c-paragraph-lg, .cm-post h1,
  .cm-post h2 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-paragraph-md, .cm-post h3 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .c-paragraph-md, .cm-post h3 {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-paragraph-tel {
  text-align: center;
}
.c-paragraph-tel__no {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
  color: #1f4999;
  opacity: 0.98;
}
.c-paragraph-tel__no a {
  color: #1f4999;
}
@media screen and (min-width: 1024px) {
  .c-paragraph-tel__no {
    font-size: 2.5rem;
  }
}

.c-paragraph-tel__open {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .c-paragraph-tel__open {
    font-size: 0.9375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	.c-list-disc
----------------------------------------------------*/
.c-list-disc li, .p-privacy-item ul li, .c-list-table ul li {
  position: relative;
  padding-left: 1em;
}
.c-list-disc li:before, .p-privacy-item ul li:before, .c-list-table ul li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-list-no, .p-privacy-item ol {
  list-style: none;
}
.c-list-no li, .p-privacy-item ol li {
  position: relative;
  padding-left: 1em;
}
.c-list-no li .no, .p-privacy-item ol li .no {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-list-table {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}
.c-list-table th, .c-list-table td {
  border: var(--border-gray);
  vertical-align: middle;
  height: 3.375rem;
}
.c-list-table th {
  padding: 0.875rem 0.5rem;
  color: #fff;
  background: #1f4999;
  font-weight: bold;
}
.c-list-table td {
  padding: 0.875rem 1rem;
  background: #fff;
}
.c-list-table--entry th {
  width: 12.25rem;
}
@media screen and (max-width: 1023px) {
  .c-list-table--entry {
    width: 57.625rem;
  }
}

.c-list-table--athlete,
.c-list-table--athlete2,
.c-list-table--parent,
.c-list-table--junior {
  table-layout: fixed;
}
.c-list-table--athlete th, .c-list-table--athlete td,
.c-list-table--athlete2 th,
.c-list-table--athlete2 td,
.c-list-table--parent th,
.c-list-table--parent td,
.c-list-table--junior th,
.c-list-table--junior td {
  border: var(--border-gray);
  vertical-align: middle;
  height: 2.5rem;
}
.c-list-table--athlete th,
.c-list-table--athlete2 th,
.c-list-table--parent th,
.c-list-table--junior th {
  padding: 0.625rem 0.5rem;
}
.c-list-table--athlete td,
.c-list-table--athlete2 td,
.c-list-table--parent td,
.c-list-table--junior td {
  padding: 0.625rem 0.5rem;
  text-align: center;
  font-weight: bold;
}
.c-list-table--athlete td small,
.c-list-table--athlete2 td small,
.c-list-table--parent td small,
.c-list-table--junior td small {
  font-size: 0.875rem;
}

.c-list-table--athlete {
  table-layout: initial;
}
.c-list-table--athlete th:nth-child(1) {
  width: 164px;
}
.c-list-table--athlete th:nth-child(2) {
  width: 114px;
}
.c-list-table--athlete th:nth-child(3) {
  width: 114px;
}
.c-list-table--athlete th:nth-child(4) {
  width: 114px;
}

.c-list-table--parent {
  table-layout: initial;
}
.c-list-table--parent th:nth-child(1) {
  width: 164px;
}
.c-list-table--parent th:nth-child(2) {
  width: 114px;
}
.c-list-table--parent th:nth-child(3) {
  width: 114px;
}
.c-list-table--parent th:nth-child(4) {
  width: 114px;
}

.c-list-table--adult {
  table-layout: fixed;
}
.c-list-table--adult th, .c-list-table--adult td {
  border: var(--border-gray);
  vertical-align: middle;
  height: 2.5rem;
}
.c-list-table--adult th {
  padding: 0.625rem 0.5rem;
}
.c-list-table--adult td {
  padding: 0.625rem 0.5rem;
  text-align: center;
  font-weight: bold;
}
.c-list-table--adult td small {
  font-size: 0.875rem;
}

.c-list-table--price1 th {
  width: 12.25rem;
}
@media screen and (max-width: 1023px) {
  .c-list-table--price1 {
    width: 57.625rem;
  }
}

.c-list-table--price {
  text-align: center;
}
.c-list-table--price td {
  height: 2.75rem;
}
.c-list-table--price th {
  padding: 0.25rem 0.5rem;
}
.c-list-table--price td {
  padding: 0.25rem 0.5rem;
}
.c-list-table--price col:nth-child(1) {
  width: 7.5rem;
}
.c-list-table--price col:nth-child(2) {
  width: 7.5rem;
}
.c-list-table--price col:nth-child(3) {
  width: 11.375rem;
}
.c-list-table--price col:nth-child(4) {
  width: 5.3125rem;
}
.c-list-table--price col:nth-child(5) {
  width: 5.9375rem;
}
.c-list-table--price col:nth-child(6) {
  width: 8.125rem;
}
.c-list-table--price small {
  font-size: 0.875rem;
}
.c-list-table--price .price {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1e4999;
}
.c-list-table--price .tax {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .c-list-table--price {
    width: 57.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-privacy
----------------------------------------------------*/
.p-privacy {
  padding-bottom: var(--padding-page);
}
.p-privacy__items {
  padding-top: var(--padding-section-lg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block);
}
@media screen and (min-width: 1024px) {
  .p-privacy__items {
    padding-left: 17.5rem;
  }
}

.p-privacy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-privacy-item h2 + * {
  margin-top: 0.75rem;
}
.p-privacy-item ul, .p-privacy-item ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-privacy-item dt {
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.p-privacy-item dd {
  line-height: 1.5;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-block-courseA__wrap {
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-courseA__wrap {
    -ms-grid-rows: auto 0.75rem auto;
        grid-template-areas: ". title" "pic desc";
    -ms-grid-columns: 27.5rem 2.5rem 1fr;
    grid-template-columns: 27.5rem 1fr;
    gap: 0.75rem 2.5rem;
  }
}

.cm-block-courseA__pic img {
  border-radius: var(--img-radius);
}
@media screen and (min-width: 1024px) {
  .cm-block-courseA__pic {
    grid-area: pic;
  }
}

.cm-block-courseA__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-courseA__title {
    margin-top: 0;
    grid-area: title;
  }
}

@media screen and (min-width: 1024px) {
  .cm-block-courseA__desc {
    grid-area: desc;
  }
}

@media screen and (min-width: 1024px){
  .cm-block-courseA__pic {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cm-block-courseA__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-block-courseA__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 640px) {
  .cm-block-courseA__data table {
    width: 57.5rem;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-block-faq {
  padding: 1rem;
  border-radius: 0.25rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-block-faq {
    padding: 2.5rem;
    border-radius: 0.5rem;
  }
}

.cm-block-faq-item {
  padding: 0 0 0.5rem;
  border-bottom: 0.125rem solid #dde8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.cm-block-faq-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #1f4999;
  border-radius: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
}
.cm-block-faq-item:not(:first-child) {
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-block-faq-item {
    padding: 0 0 1.5rem;
    gap: 1rem;
  }
  .cm-block-faq-item label {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }
  .cm-block-faq-item:not(:first-child) {
    padding-top: 2rem;
  }
}

.cm-block-faq-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .cm-block-faq-item-head {
    font-size: 1.25rem;
  }
}

.cm-block-faq-item-head__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cm-block-faq-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 0.9375rem;
  line-height: 2;
}
.cm-block-faq-item-body label {
  background: #dc000c;
}
@media screen and (min-width: 1024px) {
  .cm-block-faq-item-body {
    font-size: 1rem;
  }
}

.cm-block-faq-item-body__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-nav
----------------------------------------------------*/
.cm-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.cm-nav-header__lv1 {
  position: relative;
}

.cm-nav-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
.cm-nav-header__link:hover {
  color: var(--color-assort);
}
.cm-nav-header__link.is-active i, .cm-nav-header__link.is-current i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cm-nav-header__link i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  background: #ffe41a;
  border-radius: 100%;
  line-height: 0;
}
.cm-nav-header__link i svg {
  width: 0.75rem;
  height: auto;
  stroke: var(--color);
}
.cm-nav-header-child {
  position: absolute;
  padding-top: 1.5rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s var(--easeOutQuart);
  transition: 0.5s var(--easeOutQuart);
}
.cm-nav-header__lv1:hover .cm-nav-header-child {
  opacity: 1;
  pointer-events: auto;
}

.cm-nav-header-child__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1rem;
}
.cm-nav-header-child__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  position: relative;
  white-space: nowrap;
}
.cm-nav-header-child__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 0.5rem;
  height: 0.125rem;
  background: var(--color-accent);
}
.cm-nav-header-child__link:hover {
  color: #1f4999;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-drawer {
  color: #02284d;
}
.cm-nav-drawer a {
  color: #02284d;
}

.cm-nav-drawer-block {
  border-bottom: var(--border-gray);
}

.cm-nav-drawer-block__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #02284d;
}
.cm-nav-drawer-block__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.3125rem;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: var(--color-accent);
}
.cm-nav-drawer-block__link i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  background: #ffe41a;
  border-radius: 100%;
  position: absolute;
  right: 0;
}
.cm-nav-drawer-block__link i svg {
  width: 0.625rem;
  height: auto;
  stroke: var(--color);
}
.cm-nav-drawer-block__link.is-open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cm-nav-drawer-block__list {
  display: none;
}
.cm-nav-drawer-block__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
  padding: 0.375rem 1rem 0.75rem;
  font-size: 0.9375rem;
}

.cm-nav-drawer-block__sub {
  font-size: 0.9375rem;
  color: #02284d;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.0625rem 0;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer {
    -ms-grid-columns: auto 2rem auto 2rem auto 2rem auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto 1.375rem auto 1.375rem auto 1.375rem auto 1.375rem 1fr;
    grid-template-rows: auto auto auto auto 1fr;
    gap: 1.375rem 2rem;
  }
  .cm-nav-footer > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cm-nav-footer > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-nav-footer > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .cm-nav-footer > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .cm-nav-footer > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cm-nav-footer > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .cm-nav-footer > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .cm-nav-footer > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .cm-nav-footer > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .cm-nav-footer > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .cm-nav-footer > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .cm-nav-footer > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .cm-nav-footer > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .cm-nav-footer > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .cm-nav-footer > *:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .cm-nav-footer > *:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .cm-nav-footer > *:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .cm-nav-footer > *:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .cm-nav-footer > *:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .cm-nav-footer > *:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
}

@media screen and (min-width: 1024px) {
  .cm-nav-footer-block:nth-child(1) {
    -ms-grid-row-span: 3;
    grid-row: span 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cm-nav-footer-block:nth-child(2) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .cm-nav-footer-block:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-row-span: 5;
    grid-row: span 5;
  }
  .cm-nav-footer-block:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cm-nav-footer-block:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }
  .cm-nav-footer-block:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .cm-nav-footer-block:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .cm-nav-footer-block:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .cm-nav-footer-block:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .cm-nav-footer-block:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

.cm-nav-footer-block__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: #02284d;
}
.cm-nav-footer-block__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.3125rem;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: var(--color-accent);
}
.cm-nav-footer-block__link:hover {
  color: #1f4999;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer-block__link {
    font-size: 1.125rem;
  }
}

.cm-nav-footer-block__list {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .cm-nav-footer-block__list {
    display: none;
  }
}
.cm-nav-footer-block__sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #02284d;
  position: relative;
}
.cm-nav-footer-block__sub:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 0.5rem;
  height: 0.125rem;
  background: #fff;
}
.cm-nav-footer-block__sub:hover {
  color: #1f4999;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-aside {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .cm-nav-aside {
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-aside {
    gap: 1.5rem;
  }
}

.cm-nav-aside__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: bold;
  font-size: 0.875rem;
  color: #1f4999;
}
.cm-nav-aside__link i {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cm-nav-aside__link {
    padding-bottom: 0.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: var(--border-assort);
  }
  .cm-nav-aside__link i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: #ffe41a;
    border-radius: 100%;
  }
  .cm-nav-aside__link i svg {
    width: 0.75rem;
    height: auto;
    stroke: #1E4999;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-aside__link {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1rem;
    color: #999;
  }
  .cm-nav-aside__link:before {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% - 2rem);
    top: 0.625rem;
    pointer-events: none;
    width: 1rem;
    height: 0.125rem;
    background: #999;
    -webkit-transition: 0.3s var(--easeOutQuart);
    transition: 0.3s var(--easeOutQuart);
  }
  .cm-nav-aside__link:hover {
    color: #1f4999;
  }
  .is-current .cm-nav-aside__link, .is-active .cm-nav-aside__link {
    color: #1f4999;
  }
  .is-current .cm-nav-aside__link:before, .is-active .cm-nav-aside__link:before {
    width: 2rem;
    background: #1E4999;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-paginate {
    gap: 1rem;
  }
}

.cm-nav-paginate__page a, .cm-nav-paginate__page span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  color: #1e4999;
  border-radius: 100%;
}
.cm-nav-paginate__page a:hover {
  background: #ffe41a;
}
.cm-nav-paginate__page.is-current span {
  background: #ffe41a;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-section
----------------------------------------------------*/
.cm-section-header {
  position: relative;
}
.cm-section-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cm-section-header__bg img {
  width: 100%;
}
.cm-section-header__pic {
  position: absolute;
  pointer-events: none;
  top: 11.0625rem;
  width: 100%;
  text-align: center;
}
.cm-section-header__pic img {
  width: 7.06125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic {
    top: 24.5625vw;
  }
  .cm-section-header__pic img {
    width: 10.25rem;
  }
}
.cm-section-header__pic.p--junior img {
  width: 16.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--junior img {
    width: 18.75rem;
  }
}
.cm-section-header__pic.p--adult img {
  width: 13rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--adult img {
    width: 23.5rem;
  }
}
.cm-section-header__pic.p--about img {
  width: 12.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--about img {
    width: 18.75rem;
  }
}
.cm-section-header__pic.p--trial img {
  width: 14.375rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--trial img {
    width: 20.8125rem;
  }
}
.cm-section-header__pic.p--group img {
  width: 14.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--group img {
    width: 18.75rem;
  }
}
.cm-section-header__pic.p--calendar img {
  width: 8.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--calendar img {
    width: 15.3125rem;
  }
}
.cm-section-header__pic.p--recruit img {
  width: 9.57625rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--recruit img {
    width: 13.875rem;
  }
}
.cm-section-header__pic.p--news img {
  width: 14.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__pic.p--news img {
    width: 21.4375rem;
  }
}

.cm-section-header--sm .cm-section-header__wrap {
  height: 19.3125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header--sm .cm-section-header__wrap {
    height: 25vw;
  }
}

.cm-section-header__wrap {
  position: relative;
  height: 19.3125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__wrap {
    padding-top: var(--header-height);
    height: 40vw;
  }
}

.cm-section-header-bc {
  padding: 1rem 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 0.75rem;
}
.cm-section-header-bc li:not(:first-child):before {
  content: "/";
  margin-inline: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header-bc {
    padding: 2.875rem 2.5rem 0;
    font-size: 1rem;
  }
  .cm-section-header-bc li:not(:first-child):before {
    content: "/";
    margin-inline: 0.5rem;
  }
}

.cm-section-header-title {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .cm-section-header-title {
    padding-top: 4.75vw;
    gap: 0.625rem;
  }
}

.cm-section-header-title__en {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  color: #ffe41a;
}
@media screen and (min-width: 1024px) {
  .cm-section-header-title__en {
    font-size: 1.5rem;
  }
}

.cm-section-header-title__ja {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header-title__ja {
    font-size: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-access {
  margin-top: 10.1333333333vw;
  position: relative;
  padding: 8.9375rem 0 1.25rem;
  --color: #fff;
  background: #f5f1e9;
}
.cm-section-access:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 9.25rem);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #1f4999;
}
@media screen and (min-width: 1024px) {
  .cm-section-access {
    margin-top: 10vw;
    padding: 9.0625rem 0 3.5rem;
  }
  .cm-section-access:before {
    height: calc(100% - 0.625rem);
  }
}

.cm-section-access__bg {
  width: 100%;
}
.cm-section-access__bg svg {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.cm-section-access__bg svg:nth-child(1) {
  bottom: calc(100% - 1px);
}
.cm-section-access__bg svg:nth-child(2) {
  bottom: 9.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-access__bg svg:nth-child(2) {
    bottom: 0;
  }
}

.cm-section-access__pic {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow-x: clip;
}
.cm-section-access__pic figure {
  position: absolute;
  z-index: 5;
}
.cm-section-access__pic figure img {
  -webkit-transition: 1.5s var(--easeOutQuart);
  transition: 1.5s var(--easeOutQuart);
}
.cm-section-access__pic figure:nth-child(1) {
  width: 5rem;
  top: 5rem;
  left: calc(50% - 11.0625rem);
}
.cm-section-access__pic figure:nth-child(1) img {
  -webkit-transform: translate(-28.75rem, -11.25rem);
          transform: translate(-28.75rem, -11.25rem);
}
.cm-section-access__pic figure:nth-child(2) {
  width: 5rem;
  top: 24.4375rem;
  right: calc(50% - 11.0625rem);
}
.cm-section-access__pic figure:nth-child(2) img {
  -webkit-transform: translate(28.75rem, -11.25rem);
          transform: translate(28.75rem, -11.25rem);
}
.cm-section-access__pic figure:nth-child(1).is-visible img,
.cm-section-access__pic figure:nth-child(2).is-visible img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 1024px) {
  .cm-section-access__pic figure:nth-child(1) {
    top: 0;
    width: 19.25rem;
    left: calc(50% - 37.5rem);
  }
  .cm-section-access__pic figure:nth-child(2) {
    top: 38.8125rem;
    width: 16.5rem;
    right: calc(50% - 37.5rem);
  }
}

.cm-section-access__wrap {
  position: relative;
}

.cm-section-access__map {
  margin-top: 2.5rem;
}
.cm-section-access__map iframe {
  border-radius: 0.5rem;
  height: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-access__map {
    margin-top: 3.5rem;
  }
  .cm-section-access__map iframe {
    border-radius: 1rem;
    height: 27.5rem;
  }
}

.cm-section-access__info {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cm-section-access__info ._name {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-access__info {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.75;
  }
  .cm-section-access__info ._name {
    font-size: 1.5rem;
  }
}

.cm-section-access__nav {
  margin-top: 6.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-access__nav {
    margin-top: 8.125rem;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-open {
  position: relative;
  margin-top: -1px;
  padding: 2.5rem 0;
  background: #f5f1e9;
}
@media screen and (min-width: 1024px) {
  .cm-section-open {
    padding: 5rem 0;
  }
}

.cm-section-open__time {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-open__time {
    margin-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cm-section-open-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-open-time {
    gap: 1rem;
  }
}

.cm-section-open-time__week {
  width: 7.125rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #2d8041;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .cm-section-open-time__week {
    width: 11.25rem;
    height: 2.0625rem;
    border-radius: 1.03125rem;
    font-size: 1.25rem;
  }
}

.cm-section-open-time__time {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #2d8041;
}
@media screen and (min-width: 1024px) {
  .cm-section-open-time__time {
    font-size: 2.5rem;
  }
}

.cm-section-open-time--holiday .cm-section-open-time__week {
  background: #264e9b;
}
.cm-section-open-time--holiday .cm-section-open-time__time {
  color: #264e9b;
}

.cm-section-open__ex {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-section-open__ex ._ex {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-open__ex {
    margin-top: 2.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cm-section-open__ex ._ex {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-contact {
  position: relative;
  padding: 2.5rem 0 2.5rem;
  background: #f2f7fa;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact {
    padding: 10.3125rem 0 5rem;
  }
}

.cm-section-contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
.cm-section-contact-head__pic figure {
  position: absolute;
}
.cm-section-contact-head__pic figure:nth-child(1) {
  width: 4.3125rem;
  right: calc(50% + 5rem);
}
.cm-section-contact-head__pic figure:nth-child(2) {
  width: 4.3125rem;
  left: calc(50% + 5rem);
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-head__pic figure {
    top: 5rem;
  }
  .cm-section-contact-head__pic figure:nth-child(1) {
    width: 8.625rem;
    right: calc(50% + 11.25rem);
  }
  .cm-section-contact-head__pic figure:nth-child(2) {
    width: 8.625rem;
    left: calc(50% + 11.25rem);
  }
}

.cm-section-contact-head__lead {
  margin-top: 0.625rem;
  color: #02284d;
}
.cm-section-contact__wrap {
  position: relative;
  z-index: 5;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact__wrap {
    margin-top: 2.5rem;
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cm-section-contact-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-section-contact-trial {
  width: 18.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact-trial {
    width: 20.25rem;
    margin: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-post
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-block);
  word-break: break-all;
}
.cm-post > figure {
  display: block;
  max-width: 45rem;
  margin-inline: auto;
}
.cm-post h4 {
  font-size: 1em;
  margin-top: 1.33em;
  font-weight: bold;
}
.cm-post h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  font-weight: bold;
}
.cm-post strong {
  font-weight: bold;
}
.cm-post em {
  font-style: italic;
}
.cm-post ul, .cm-post ol {
  margin-left: 1.5em;
}
.cm-post li {
  list-style: disc;
}
.cm-post ol li {
  list-style: decimal;
}
.cm-post table th {
  font-weight: bold;
}
.cm-post table th,
.cm-post table td {
  padding: 0.5em 0.5em;
  border: var(--border-gray);
}
.cm-post a {
  color: var(--color-accent);
  text-decoration: underline;
}
.cm-post a:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-post .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-post .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-form textarea,
.cm-form input[type=text],
.cm-form input[type=date],
.cm-form input[type=email] {
  width: 100%;
  height: 3.3125rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  border: var(--border-gray);
}
.cm-form textarea:focus,
.cm-form input[type=text]:focus,
.cm-form input[type=date]:focus,
.cm-form input[type=email]:focus {
  border-color: var(--color-assort);
}
.cm-form input[type=radio],
.cm-form input[type=checkbox] {
  width: 1.3em;
  height: 1.3em;
}
.cm-form textarea {
  height: 12.3125rem;
}
@media screen and (min-width: 1024px) {
  .cm-form textarea {
    height: 10rem;
  }
}
.cm-form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-inputs {
    gap: 2rem;
  }
}

.cm-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
.cm-form-input dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #333;
}
.cm-form-input dt ._required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 1.1875rem;
  border-radius: 0.25rem;
  background: #dc000c;
  font-weight: bold;
  font-size: 0.625rem;
  color: #fff;
}
.cm-form-input dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cm-form-input dd p {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .cm-form-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .cm-form-input dt {
    width: 13.75rem;
    font-size: 1rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 1rem;
  }
  .cm-form-input dt ._required {
    width: 2.5rem;
    height: 1.5625rem;
    font-size: 0.75rem;
  }
  .cm-form-input dd {
    gap: 0.5rem;
  }
  .cm-form-input dd p {
    font-size: 0.875rem;
    line-height: 1.875;
  }
}

.cm-form-input--type dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.cm-form-input--type dd label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  font-weight: bold;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-input--type dt {
    padding-top: 0;
  }
  .cm-form-input--type dd {
    gap: 0.5rem;
  }
  .cm-form-input--type dd label {
    gap: 0.5rem;
    font-size: 1rem;
  }
}

.cm-form-input--radio dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cm-form-input--radio dd label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 0.9375rem;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-input--radio dt {
    padding-top: 0;
  }
  .cm-form-input--radio dd label {
    font-size: 1rem;
  }
}

.cm-form-agree {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}
.cm-form-agree p {
  text-align: left;
}
.cm-form-agree label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-agree {
    margin-top: 5rem;
    padding-left: 13.75rem;
  }
  .cm-form-agree label {
    font-size: 1rem;
  }
}

.cm-form-action {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cm-form-action {
    margin-top: 2.5rem;
    padding-left: 13.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.mw_wp_form_input .cm-form-mw-confirm {
  display: none;
}
.mw_wp_form_input .cm-form-mw-submit {
  display: none;
}
.mw_wp_form_input button[data-button=submit] {
  display: none;
}

.mw_wp_form_confirm .cm-form-mw-input {
  display: none;
}
.mw_wp_form_confirm .cm-form-mw-submit {
  display: none;
}
.mw_wp_form_confirm .cm-form-agree {
  display: none;
}
.mw_wp_form_confirm button[data-button=confirm] {
  display: none;
}

.mw_wp_form_complete .cm-form-mw-input {
  display: none;
}
.mw_wp_form_complete .cm-form-mw-confirm {
  display: none;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
.c-btn-angle, .c-card-news__ico, .c-link-angle__arrow, .c-btn-course__ico, .c-btn-border-angle__angle, .c-btn-round__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 0.125rem solid #1f4999;
  border-radius: 100%;
}
.c-btn-angle svg, .c-card-news__ico svg, .c-link-angle__arrow svg, .c-btn-course__ico svg, .c-btn-border-angle__angle svg, .c-btn-round__arrow svg {
  width: 0.75rem;
  height: auto;
  stroke: var(--color-assort);
}
a:hover .c-btn-angle, a:hover .c-card-news__ico, a:hover .c-link-angle__arrow, a:hover .c-btn-course__ico, a:hover .c-btn-border-angle__angle, a:hover .c-btn-round__arrow, .c-btn-angle:hover, .c-card-news__ico:hover, .c-link-angle__arrow:hover, .c-btn-course__ico:hover, .c-btn-border-angle__angle:hover, .c-btn-round__arrow:hover {
  background: var(--color-assort);
}
a:hover .c-btn-angle svg, a:hover .c-card-news__ico svg, a:hover .c-link-angle__arrow svg, a:hover .c-btn-course__ico svg, a:hover .c-btn-border-angle__angle svg, a:hover .c-btn-round__arrow svg, .c-btn-angle:hover svg, .c-card-news__ico:hover svg, .c-link-angle__arrow:hover svg, .c-btn-course__ico:hover svg, .c-btn-border-angle__angle:hover svg, .c-btn-round__arrow:hover svg {
  stroke: #fff;
}

.c-btn-angle--md {
  width: 2rem;
  height: 2rem;
}

.c-btn-angle--lg {
  width: 3rem;
  height: 3rem;
}

.c-btn-angle--accent {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-round {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-assort);
  width: 15rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  line-height: 1.25;
  z-index: 2;
}
.c-btn-round:before, .c-btn-round:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.c-btn-round:before {
  top: 0.125rem;
  border-radius: 1.75rem;
  background: #1f4999;
  z-index: -2;
}
.c-btn-round:after {
  border-radius: 1.75rem;
  background: #fff;
  border: 0.125rem solid #1f4999;
  z-index: -1;
}
.c-btn-round:hover {
  color: #fff;
}
.c-btn-round:hover:after {
  background: transparent;
}
.c-btn-round:hover .c-btn-round__txt {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

.c-btn-round--lg {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-btn-round--lg {
    width: 25rem;
  }
}

.c-btn-round--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn-round--center .c-btn-round__txt {
  padding: 0 1.5rem;
}

.c-btn-round--drawer {
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn-round--drawer .c-btn-round__txt {
  padding: 0;
}

.c-btn-round--contact {
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color);
  width: 18.1875rem;
}
.c-btn-round--contact .c-btn-round__txt {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .c-btn-round--contact {
    width: 20rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    font-size: 1.125rem;
  }
  .c-btn-round--contact .c-btn-round__email {
    width: 1.5rem;
  }
  .c-btn-round--contact:hover .c-btn-round__email svg {
    stroke: #fff;
    fill: #fff;
  }
}

.c-btn-round--cta {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.c-btn-round--cta .c-btn-round__txt {
  padding: 0;
}
.c-btn-round--cta .c-btn-round__arrow {
  position: static;
}
@media screen and (min-width: 1024px) {
  .c-btn-round--cta {
    width: 25rem;
  }
}

.c-btn-round__txt {
  position: relative;
  padding: 0 3rem 0 1.25rem;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.c-btn-round__arrow {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  background: var(--color-accent);
  border-color: var(--color-accent);
}
a:hover .c-btn-round__arrow {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
a:hover .c-btn-round__arrow svg {
  stroke: var(--color-assort);
  fill: var(--color-assort);
}
.c-btn-round__email {
  width: 1rem;
  line-height: 0;
}
.c-btn-round__email svg {
  width: 100%;
  height: auto;
  fill: var(--color-assort);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-border-angle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  border-bottom: var(--border-gray);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .c-btn-border-angle {
    padding-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn-border-angle__angle {
    width: 2rem;
    height: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  padding: 0 1.5rem;
  width: 100%;
  height: 4.5625rem;
  border-radius: 0.25rem;
  background: #39ace6;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn-link {
    height: 8rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
  }
}

.c-btn-link:hover {
  background: #2c94c9;
}

.c-btn-link--2 {
  background: #f28d00;
}
.c-btn-link--2:hover {
  background: #d87e01;
}

.c-btn-link--3 {
  background: #ff695c;
}
.c-btn-link--3:hover {
  background: #fa5243;
}

.c-btn-link--4 {
  background: #36b34c;
}
.c-btn-link--4:hover {
  background: #289f3d;
}

.c-btn-link__pic {
  width: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-link__pic {
    width: 3.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-trial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 4.5rem;
  border-radius: 0.5rem;
  background: #ffe41a;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  color: #02284d;
}
.c-btn-trial:hover {
  background: #ffd500;
}
@media screen and (min-width: 1024px) {
  .c-btn-trial {
    height: 9.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.c-btn-trial__pic {
  width: 2rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-trial__pic {
    width: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-course__pic {
  position: relative;
}
.c-btn-course__pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  pointer-events: none;
  background: #ffe41a;
  border-radius: var(--img-radius);
}
.c-btn-course__pic img {
  position: relative;
  z-index: 2;
  border-radius: var(--img-radius);
  top: 0;
  left: 0;
}
a:hover .c-btn-course__pic img {
  left: 0.5rem;
  top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-course__pic:before {
    left: 0.5rem;
    top: 0.5rem;
  }
}

.c-btn-course__head {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .c-btn-course__head {
    margin-top: 2.125rem;
  }
}

.c-btn-course__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #02284d;
}
.c-btn-course__title i {
  margin-right: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #1f4999;
  border-radius: 100%;
}
.c-btn-course__title .ex {
  font-size: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-course__title {
    font-size: 1.75rem;
  }
  .c-btn-course__title i {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem;
  }
  .c-btn-course__title .ex {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn-course__ico {
    width: 2rem;
    height: 2rem;
  }
}

.c-btn-course__desc {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-btn-course__desc {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-member {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-btn-member:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0.25rem;
  pointer-events: none;
  border-radius: 0.5rem;
  background: #1b82b3;
}
.c-btn-member:hover .c-btn-member__wrap {
  top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-member:before {
    top: 0.5rem;
  }
}

.c-btn-member--2:before {
  background: #e66b2e;
}
.c-btn-member--2 .c-btn-member__wrap {
  background: #fc7632;
}

.c-btn-member--3:before {
  background: #246633;
}
.c-btn-member--3 .c-btn-member__wrap {
  background: #2d8041;
}

.c-btn-member__wrap {
  position: relative;
  top: 0;
  border-radius: 0.5rem;
  background: #1f95cc;
  padding: 4.0625rem 1rem 1rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
@media screen and (min-width: 1024px) {
  .c-btn-member__wrap {
    padding: 9rem 2rem 2rem;
  }
}

.c-btn-member__pic {
  position: absolute;
  width: 5.625rem;
  top: -1.9375rem;
  left: calc(50% - 2.8125rem);
}
@media screen and (min-width: 1024px) {
  .c-btn-member__pic {
    width: 11.4375rem;
    top: -3.5rem;
    left: calc(50% - 5.71875rem);
  }
}

.c-btn-member__title {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-member__title {
    font-size: 1.5rem;
  }
}

.c-btn-member__desc {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-btn-member__desc {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-instagram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 0.5rem;
  background: #1f4999;
  padding: 0 1.5rem;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn-instagram {
    height: 5rem;
    border-radius: 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.c-btn-instagram__ico {
  position: absolute;
  right: 1rem;
  width: 1rem;
  line-height: 0;
}
.c-btn-instagram__ico svg {
  width: 100%;
  height: auto;
  stroke: #fff;
}
.c-btn-instagram:hover {
  background: #193d80;
}

.c-btn-instagram--2 {
  background: #fc5ba1;
}
.c-btn-instagram--2:hover {
  background: #F84493;
}

.c-btn-instagram--3 {
  background: #2d8041;
}
.c-btn-instagram--3:hover {
  background: #207133;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.25rem;
  height: 4.375rem;
  border-radius: 2.1875rem;
  background: #1e4999;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
.c-btn-header:hover {
  background: #193d80;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btnGroup-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category {
    gap: 1rem;
  }
}

.c-btnGroup-category--top {
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category--top {
    gap: 0.5rem;
  }
}

.c-btnGroup-category--news {
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category--news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.c-btnGroup-category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.4375rem;
  border-radius: 0.71875rem;
  background: #fff;
  padding: 0 0.75rem;
  border: var(--border-assort);
  font-weight: bold;
  font-size: 0.8125rem;
  color: #1e4999;
}
.c-btnGroup-category a.is-current, .c-btnGroup-category a:hover {
  color: #fff;
  background: var(--color-assort);
}
@media screen and (min-width: 1024px) {
  .c-btnGroup-category a {
    height: 2rem;
    padding: 0 1rem;
    border-radius: 1rem;
    font-size: 1rem;
  }
}

.c-btnGroup-category .is-current a {
  color: #fff;
  background: var(--color-assort);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  width: 100%;
  height: 3rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #ffd500;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #02284d;
}
@media screen and (min-width: 1024px) {
  .c-btn-aside {
    width: 4rem;
    height: 16.3125rem;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    font-size: 1.125rem;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn-aside:hover {
    width: 4.5rem;
  }
}

.c-btn-aside--nac {
  color: #fff;
  background: #0068b7;
}

.c-btn-aside__ico {
  line-height: 0;
  width: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .c-btn-aside__ico {
    display: none;
  }
}
.c-btn-aside__txt span {
  display: inline-block;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-menu {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
}
.c-btn-menu span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 2rem;
  background: #005bac;
  left: 0.5rem;
  -webkit-transition: top 0.35s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), transform 0s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
}
.c-btn-menu span:nth-child(1) {
  top: calc(50% - 0.25rem);
}
.c-btn-menu span:nth-child(2) {
  top: calc(50% + 0.25rem);
}
.is-nav-open .c-btn-menu span {
  -webkit-transition: top 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), transform 0.3s 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
}
.is-nav-open .c-btn-menu span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-20deg);
          transform: scale(-1, -1) rotate(-20deg);
}
.is-nav-open .c-btn-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(20deg);
          transform: scale(-1, -1) rotate(20deg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 0.9375rem;
}
.c-btn-ico__ico {
  line-height: 0;
  width: 1.25rem;
}
.c-btn-ico__ico svg {
  width: 100%;
  height: auto;
}
.c-btn-ico--calendar {
  padding: 0 1.5rem;
  height: 2.0625rem;
  border-radius: 1rem;
  background: #ffe41a;
}
.c-btn-ico--calendar:hover {
  background: #ffd500;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-angle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #02284d;
}
.c-link-angle__arrow {
  pointer-events: none;
  line-height: 0;
  background: var(--color-accent);
  border-color: var(--color-accent);
}
a:hover .c-link-angle__arrow {
  border-color: var(--color-assort);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-external {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  text-decoration: underline;
}
.c-link-external svg {
  width: 0.75rem;
  height: auto;
  fill: var(--color);
  stroke: var(--color);
}
.c-link-external:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-card-news__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 0.25rem;
  padding: 1.5rem 0 1.5rem;
}
.c-card-news__link:before, .c-card-news__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  border-bottom: var(--border-gray);
}
.c-card-news__link:after {
  width: 0;
  left: auto;
  right: 0;
  border-color: var(--color-assort);
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.c-card-news__link:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-card-news__link {
    padding: 2.5rem 1rem 2.5rem 0;
    gap: 1rem 0.5rem;
  }
}

.c-card-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .c-card-news__meta {
    gap: 1rem;
  }
}

.c-card-news__date {
  font-family: var(--Quicksand);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  color: #666;
}
.c-card-news__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75rem;
  height: 1.4375rem;
  border-radius: 0.71875rem;
  background: #fff;
  border: var(--border-assort);
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1;
  color: #1e4999;
}
.c-card-news__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.c-card-news__categories li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75rem;
  height: 1.4375rem;
  border-radius: 0.71875rem;
  background: #fff;
  border: var(--border-assort);
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1;
  color: #1e4999;
}

.c-card-news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  color: #02284d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .c-card-news__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.c-card-news__ico {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-card-news__ico {
    margin-top: 0.1875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-times__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-times__txt {
  margin-top: 0.25rem;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-card-times__txt {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-link-underline {
  color: #1F4999;
  text-decoration: underline;
}
.c-link-underline:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-center {
  text-align: center;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-only-pc {
    display: block !important;
  }
}

.u-bold {
  font-weight: bold;
}

.u-color-assort {
  color: var(--color-assort);
}

.u-color-assort-dark {
  color: var(--color-assort-dark);
}

.u-color-accent {
  color: var(--color-accent);
}

.u-color-red {
  color: #DC000C;
}

.mt-gap {
  margin-top: var(--gap);
}

.mt-block-sm {
  margin-top: var(--padding-block-sm);
}

.mt-block {
  margin-top: var(--padding-block);
}

.mt-block-lg {
  margin-top: var(--padding-block-lg);
}

.mt-section-sm {
  margin-top: var(--padding-section-sm);
}

.mt-section {
  margin-top: var(--padding-section);
}

.mt-section-lg {
  margin-top: var(--padding-section-lg);
}

.mt-page {
  margin-top: var(--padding-page);
}

.u-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-bottom: 6.25rem;
}
.u-template > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.u-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap);
}

.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.u-budoux {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.__loop {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__loop img {
  width: auto;
  max-width: none;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .__loop {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
  .__loop img {
    height: 32.875rem;
  }
}

@-webkit-keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 640px) {
  .scroll-hint-shadow-wrap.scroll-hint-shadow-wrap {
    margin-inline: calc(50% - 50vw);
  }
  .scroll-hint-shadow-wrap.scroll-hint-shadow-wrap .scroll-hint {
    padding: 0 1.25rem;
  }
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  top: 5rem;
}