@charset "UTF-8";
body {
  background-color: #fff;
}

p a,
li a,
td a {
  color: #3576CA;
  text-decoration: underline;
}

/*============================
レイアウト
============================*/
.l-container {
  width: min(90%, 1400px);
  margin: auto;
}

/*============================
共通
============================*/
/*============================
パーツ
============================*/
.p-for_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-for_sp {
    display: none;
  }
}

.p-from_md {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-from_md {
    display: block;
  }
}

.p-paragraph + .p-paragraph {
  display: block;
  margin-top: 1.5em;
}

.p-intro_view {
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.p-intro_view__content {
  padding: 1.5rem;
  background-color: #F5F9FE;
  border-radius: .5rem;
}

.p-intro_view__ttl {
  margin-top: -3rem;
  margin-bottom: .5rem;
  color: #3576CA;
  font-size: 2em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-intro_view__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5rem;
    padding: 2rem;
  }
  .p-intro_view__ttl {
    margin: 0 0 0 -6rem;
    text-align: left;
    font-size: clamp(1.125rem, -2.521rem + 7.59vw, 4.125rem);
  }
  .p-intro_view__img {
    width: 55%;
  }
}

.p-default_btn {
  display: flex;
}

.p-default_btn__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5em 2em .5em 1em;
  position: relative;
  background-color: #143382;
  border: 2px solid #143382;
  color: #fff;
  border-radius: .3rem;
  text-decoration: none;
}

.p-default_btn__link:after {
  content: ">";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  line-height: 1.2;
  text-align: center;
  color: #143382;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  transition: .2s;
}

.p-default_btn__link:hover {
  opacity: 1;
  background-color: #fff;
  color: #143382;
}

.p-default_btn__link:hover:after {
  right: 1.2em;
  background-color: #143382;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-default_btn__link {
    padding: 1.8em 6em 1.8em 4em;
    border-radius: .5rem;
  }
}

.p-default_table {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.p-default_table + .p-default_table {
  margin-top: 2rem;
}

.p-default_table tr:nth-of-type(even) {
  background-color: #F5F9FE;
}

.p-default_table th,
.p-default_table td {
  padding: .3rem;
  font-size: .8em;
  text-align: left;
  font-weight: 400;
}

.p-default_table th {
  color: #3f484f;
  border-left: 1px solid #E3E3E3;
  /*どうか確認する*/
}

.p-default_table th .req {
  color: #c50e0e;
  font-size: .8em;
  font-weight: 500;
}

.p-default_table td {
  border-left: 1px solid #E3E3E3;
}

.p-default_table td input[type=text],
.p-default_table td input[type=email],
.p-default_table td input[type=tel],
.p-default_table td input[type=number],
.p-default_table td textarea {
  width: 100%;
  padding: .5em;
  border: 1px solid #3576CA;
}

.p-default_table td select {
  padding: .5em;
  border: 1px solid #3576CA;
}

.p-default_table thead th {
  background-color: #3576CA;
  color: #fff;
  border-left: 1px solid #E3E3E3;
  text-align: center;
}

.p-default_table tbody .p-default_table__day {
  text-align: right;
}

.p-default_table tbody .p-default_table__price {
  text-align: right;
}

.p-default_table tbody .p-program_table__level {
  width: 2em;
  text-align: center;
}

.p-default_table tbody .p-default_table__instructor {
  text-align: center;
}

.p-default_table tbody .p-default_table__notext {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-default_table {
    display: table;
  }
  .p-default_table .p-default_table__price {
    width: 8em;
  }
  .p-default_table .p-default_table__usage_fee {
    width: 9em;
  }
  .p-default_table th,
  .p-default_table td {
    display: table-cell;
    padding: 1em;
    vertical-align: top;
    font-size: 1em;
    vertical-align: middle;
  }
  .p-default_table tbody td input[type=text],
  .p-default_table tbody td input[type=email],
  .p-default_table tbody td input[type=tel],
  .p-default_table tbody td input[type=number],
  .p-default_table tbody td select,
  .p-default_table tbody td textarea {
    border: 1px solid #3576CA;
    padding: .3em .5em;
  }
  .p-default_table tbody td.p-default_table__usage_fee {
    text-align: right;
  }
}

.p-program_table__course {
  width: 7em;
}

.p-program_table__time {
  width: 8em;
}

.p-default_table__sp + .p-default_table__sp {
  margin-top: 2rem;
}

.p-default_table__sp thead th {
  background-color: #3576CA;
  color: #fff;
}

.p-default_table__sp tbody {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.p-default_table__sp tbody tr:nth-of-type(even) {
  background-color: #F5F9FE;
}

.p-default_table__sp tbody th, .p-default_table__sp tbody td {
  padding: .5em 1em;
  text-align: left;
  font-weight: 500;
}

.p-default_table__sp tbody th {
  width: 35%;
}

.p-default_table__sp tbody td {
  border-left: 1px solid #E3E3E3;
}

@media screen and (min-width: 768px) {
  .p-default_table__sp {
    display: none;
  }
}

.p-default_table__b th,
.p-default_table__b td {
  display: block;
  text-align: left;
  font-weight: 500;
  padding: 0;
}

.p-default_table__b th {
  padding: 1em 0 .25em;
}

.p-default_table__b td {
  padding-bottom: 1em;
  border-bottom: 1px solid #E3E3E3;
}

@media screen and (min-width: 768px) {
  .p-default_table__b tr {
    border-bottom: 1px solid #E3E3E3;
  }
  .p-default_table__b th,
  .p-default_table__b td {
    display: table-cell;
    vertical-align: top;
    padding: 1.5em 0;
  }
  .p-default_table__b td {
    padding-left: 1em;
    border-bottom: none;
  }
}

.p-section_ttl {
  margin-bottom: .5em;
  color: #3576CA;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}

.p-section_ttl .sml {
  display: block;
  font-size: .3em;
  color: #143382;
}

@media screen and (min-width: 768px) {
  .p-section_ttl {
    font-size: clamp(1.125rem, -2.824rem + 8.23vw, 4.375rem);
    line-height: 1.3;
  }
  .p-section_ttl .sml {
    font-size: .25em;
  }
}

.p-box_ttl {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  position: relative;
  color: #3576CA;
  font-size: 1.2em;
  border-bottom: 1px solid #ECECEC;
}

.p-box_ttl:after {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #3576CA;
}

@media screen and (min-width: 768px) {
  .p-box_ttl {
    margin-bottom: 1em;
    font-size: clamp(1.125rem, 0.062rem + 2.22vw, 32px);
  }
}

.p-pager {
  display: flex;
  flex-wrap: wrap;
}

.p-pager .page-numbers {
  width: 2em;
  height: 2em;
  background-color: #BEBEBE;
  border: 1px solid #BEBEBE;
  color: #fff;
  text-align: center;
  margin-right: .2em;
  line-height: 2;
  border-radius: .3em;
}

.p-pager .page-numbers a {
  display: block;
}

.p-pager .page-numbers.current, .p-pager .page-numbers:hover {
  background-color: #3576CA;
}

.p-institution__about__photo {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.p-institution__about__slider__text {
  margin-top: .5rem;
  padding: .5rem 0;
  background-color: #ECECEC;
  text-align: center;
}

.p-institution__about__slider__thum {
  margin-top: .5rem;
}

.p-institution__about__slider__thum__list {
  display: flex;
  flex-wrap: wrap;
}

.p-institution__about__slider__thum .swiper-slide {
  width: calc((100% - 20px) /5);
  margin-bottom: .5rem;
  opacity: .5;
}

.p-institution__about__slider__thum .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.p-institution__about__text__discription {
  margin: 1rem 0;
  padding: 1.5rem;
  background-color: #F5F9FE;
}

.p-institution__about__text__discription__content:not(:last-of-type) {
  margin-bottom: 2em;
}

.p-institution__about__text__discription__ttl {
  color: #3576CA;
  font-size: 1.2em;
}

.p-institution__about__text__discription__ttl:before {
  content: "■";
  margin-right: .3rem;
}

.p-institution__about__text__discription__list {
  padding-left: 1.5rem;
}

.p-institution__about__text__discription__list li:before {
  content: "・";
}

@media screen and (min-width: 768px) {
  .p-institution__about {
    display: flex;
  }
  .p-institution__about__photo {
    flex-shrink: 0;
    width: 50%;
  }
  .p-institution__about__text {
    margin-left: 2rem;
  }
}

/*============================
ヘッダー
============================*/
.c-header {
  padding: .5rem 0;
  z-index: 100;
}

.c-header__container {
  width: min(95%, 1400px);
  margin: auto;
}

.c-header__logo {
  width: min(35vw, 390px);
}

.c-header__info {
  display: none;
}

.c-header__tel {
  font-style: italic;
  font-weight: 700;
}

.c-header__tel__icon {
  height: 1rem;
  transform: rotate(10deg);
  fill: #fff;
}

.c-header__open_time {
  line-height: 1.5;
}

.c-header__gnav {
  display: none;
}

.c-header__gnav__list {
  width: 100%;
}

.c-header__gnav__list li a {
  text-decoration: none;
}

.c-header__hamburger_btn {
  width: 30px;
  height: 30px;
  position: fixed;
  top: .5rem;
  right: 5%;
  z-index: 1001;
}

.c-header__hamburger_btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #3576CA;
  transition: .2s;
}

.c-header__hamburger_btn span:nth-of-type(1) {
  top: 0;
}

.c-header__hamburger_btn span:nth-of-type(2) {
  top: 10px;
}

.c-header__hamburger_btn span:nth-of-type(3) {
  top: 20px;
}

.c-header.-is_open {
  width: 100%;
  height: 100dvh;
  overflow: auto;
  position: fixed;
  z-index: 100;
  background-color: #fff;
}

.c-header.-is_open .c-header__logo {
  margin-bottom: 1.5rem;
}

.c-header.-is_open .c-header__info {
  display: block;
  margin-bottom: 1rem;
}

.c-header.-is_open .c-header__tel {
  display: block;
  margin-bottom: .3rem;
  padding: .3rem;
  border-radius: .3rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-color: #143382;
}

.c-header.-is_open .c-header__gnav {
  display: block;
}

.c-header.-is_open .c-header__gnav__list > li {
  margin-bottom: 1rem;
}

.c-header.-is_open .c-header__gnav__list > li > a {
  color: #3576CA;
  font-size: 1.2rem;
  font-weight: 700;
}

.c-header.-is_open .c-header__gnav__list__child {
  display: flex;
  flex-wrap: wrap;
}

.c-header.-is_open .c-header__gnav__list__child li {
  width: 50%;
  margin-bottom: .3rem;
}

.c-header.-is_open .c-header__hamburger_btn span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.c-header.-is_open .c-header__hamburger_btn span:nth-of-type(2) {
  display: none;
}

.c-header.-is_open .c-header__hamburger_btn span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .c-header {
    height: auto;
    padding: 0;
  }
  .c-header__upper__content {
    display: flex;
    justify-content: space-between;
  }
  .c-header__logo {
    padding: 1.5rem 0;
  }
  .c-header__info {
    display: flex;
    align-items: center;
  }
  .c-header__tel {
    margin-right: 1rem;
    padding-right: 1rem;
    font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
    color: #3576CA;
    border-right: 2px solid #3576CA;
  }
  .c-header__tel__icon {
    height: 1.5rem;
    margin-top: -.25rem;
    margin-right: -.5rem;
    fill: #3576CA;
  }
  .c-header__open_time {
    font-size: .8rem;
  }
  .c-header__gnav {
    display: block;
    position: static;
    background-color: #3576CA;
  }
  .c-header__gnav__list {
    display: flex;
    justify-content: space-between;
  }
  .c-header__gnav__list > li {
    display: inline-block;
    width: calc(100% / 6);
    position: relative;
    text-align: center;
    font-size: 1em;
  }
  .c-header__gnav__list > li > a {
    display: block;
    padding: 1rem 0;
    color: #fff;
  }
  .c-header__gnav__list__child {
    display: none;
    width: 13em;
    padding: 0 1rem;
    position: absolute;
    top: 3.6rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #143382;
    z-index: 100;
  }
  .c-header__gnav__list__child li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .c-header__gnav__list__child li a {
    display: block;
    padding: .5rem 0;
    color: #fff;
  }
  .c-header__hamburger_btn {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .c-header__gnav__list__child {
    top: 3.8em;
  }
}

@media screen and (min-width: 1600px) {
  .c-header__tel {
    font-size: clamp(1.125rem, 0.062rem + 2.22vw, 32px);
  }
  .c-header__gnav__list__child {
    top: 3.8em;
    width: 15em;
  }
}

/*============================
フッター
============================*/
.c-footer {
  margin-top: 2rem;
  background-color: #3576CA;
  color: #fff;
}

.c-footer__upper {
  margin-bottom: 1rem;
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #fff;
}

.c-footer__logo {
  width: min(50vw, 300px);
  margin-bottom: .5rem;
}

.c-footer__tel a {
  margin-right: 1em;
  color: #ffff;
  text-decoration: none;
}

.c-footer__nav__list > li {
  margin-bottom: .5rem;
}

.c-footer__nav__list > li a {
  color: #ffff;
  text-decoration: none;
}

.c-footer__nav__list__child li {
  margin-left: 1rem;
}

.c-footer__nav__list__child li a {
  font-weight: 400;
  font-size: .9em;
}

.c-footer__nav__list__child li a:before {
  content: "-";
  margin-right: .5rem;
}

.c-footer__copyright {
  padding: 1em;
  background-color: #143382;
  text-align: center;
  font-size: .8rem;
}

@media screen and (min-width: 768px) {
  .c-footer__upper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .c-footer__logo {
    margin-right: min(3rem, 70px);
  }
  .c-footer__nav {
    margin-bottom: 2rem;
  }
  .c-footer__nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 2rem;
    gap: 1.5rem 0;
  }
  .c-footer__nav__list__fitness {
    grid-column: 2;
    grid-row: 1 / 5;
  }
  .c-footer__nav__list__child {
    grid-column: 3;
    grid-row: 1 / 5;
  }
  .c-footer__nav__list__school {
    grid-column: 4;
    grid-row: 1 / 5;
  }
  .c-footer__nav__list__basic {
    grid-column: 1;
  }
  .c-footer__nav__list__basic.-top {
    grid-row: 1 / 2;
  }
  .c-footer__nav__list__basic.-access {
    grid-row: 2 / 3;
  }
  .c-footer__nav__list__basic.-campany {
    grid-row: 3 / 4;
  }
  .c-footer__nav__list__basic.-staff {
    grid-row: 4 / 5;
  }
}

/*============================
TOPへ
============================*/
.to_top {
  width: min(5vw, 55px);
  position: fixed;
  bottom: .5rem;
  right: .5rem;
}

/*============================
ページヘッダー
============================*/
.c-page_header {
  margin-bottom: 2rem;
}

.c-page_header__ttl {
  padding: 1.5rem 0;
}

.c-page_header__ttl__content {
  display: flex;
  align-items: center;
  color: #3576CA;
  font-size: 1.5em;
}

.c-page_header__ttl__content:before {
  content: "";
  width: .2em;
  height: 1.3em;
  margin-right: .8em;
  background-color: #3576CA;
}

.c-page_header__bread {
  background-color: #F5F9FE;
}

.c-page_header__bread__list {
  display: flex;
  flex-wrap: wrap;
}

.c-page_header__bread__list li:not(:last-of-type):after {
  content: ">";
  margin: 0 1em;
}

.c-page_header__bread__list li a {
  color: #3576CA;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-page_header {
    margin-bottom: 6rem;
  }
  .c-page_header__ttl {
    padding: 3em 0 2em;
  }
  .c-page_header__ttl__content {
    font-size: clamp(1.125rem, 0.062rem + 2.22vw, 32px);
  }
  .c-page_header__bread {
    padding: 1em 0;
  }
  .c-page_header__bread__list li {
    font-size: .8rem;
  }
}
/*# sourceMappingURL=common.css.map */

._txtc,tbody._txtc *{text-align: center;}
._bgcolor-white{background-color: white;}
._bg-iceblue{background-color: #F5F9FE;}