@charset "utf-8";
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

body {
  min-width: 1040px;
  padding-top: 70px;
}
.toppage {
  padding-top: 0;
}

/* Header
---------------------------------------------------------------*/
#header {
  width: 100%;
  min-width: 1040px;
  padding: 0 10px;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 1s;
}
.toppage #header {
  top: -70px;
}
.toppage #header.fixed {
  top: 0;
}
.header__inner {
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 175px;
}
.nav {
  display: flex;
  height: 70px;
  align-items: center;
}
.nav__item {
  margin-left: 2.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .2em;
  color: #444;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .nav__item {
    margin-left: 1.5em;
  }
}

/* Main
---------------------------------------------------------------*/
#main {
  overflow: hidden;
  margin-bottom: 140px;
}

/* footer
---------------------------------------------------------------*/
#footer {
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.footer__logo {
  width: 206px;
  margin-bottom: 24px;
  display: inline-block;
}
.footer__logo img {
  width: 100%;
}
.footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.footer__sns li {
  margin: 0 8px;
}
.footer__sns img {
  width: 48px;
}
.footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.footer__nav__item {
  margin: 0 16px;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .1em;
}
.footer__navsub {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.footer__navsub__item {
  margin: 0 1em;
  font-size: 13px;
}
.copyright {
  font-size: 10px;
  letter-spacing: .1em;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/* TOPページ */
.mv {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.mv__bg {
  width: 100%;
  height: 100%;
  background-image: url(./assets/img/kv.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.mv .nav__wrap {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}
.mv .nav a {
  color: #fff;
}
.mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.mv__logo {
  width: 139px;
  margin-bottom: 44px;
}
.mv__txt {
  color:#fff;
  font-size: 38px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: .2em;
  margin-left: 1em;
  line-height: 1.7;
}
.concept .container__inner {
  display: flex;
  justify-content: space-between;
}
.concept__body {
  width: calc(100% - 250px);
}
.concept__img {
  width: 245px;
}
.concept__lead {
  font-size: 64px;
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .1em;
}
.concept__txt {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .2em;
}
.top__bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__bnr {
  margin-bottom: 104px;
}
.top__bnr__item {
  width: 48.75%;
  margin-bottom: 20px;
}
.top__news__list {
  margin-bottom: 32px;
}
.top__news__item {
  border-bottom: 1px solid #606060;
  margin-bottom: 16px;
}
.top__news__item a {
  display: flex;
  padding: 15px 84px;
}
.top__news__item a time {
  width: 160px;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .25em;
}
.top__news__item__ttl {
  font-size: 16px;
  letter-spacing: .15em;
}
.top__movie .container__inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.top__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top__studio__wrap:not(:last-of-type) {
  margin-bottom: 54px;
}
.top_studio_openinghours {
  text-align: center;
  font-size: 19px;
  letter-spacing: .3em;
}
.top_studio_openinghours span {
  font-size: 16px;
}
.top__studio__access {
  text-align: center;
  font-size: 16px;
  letter-spacing: .3em;
  margin-bottom: 26px;
}
.top__studio__map iframe {
  width: 100%;
  height: 304px;
}
.top__about .container__inner {
  display: flex;
  justify-content: space-between;
}
.top__about__img {
  width: calc(100% - 320px);
}
.top__about__body {
  width: 256px;
  padding-top: 112px;
}
.top__about__txt {
  font-size: 16px;
  line-height: 3.25em;
  letter-spacing: .18em;
  margin-bottom: 32px;
}
.top__about .btn__wrap {
  text-align: left;
}
.top__instagram .heading01 img {
  width: 30px;
  display: inline-block;
  margin-right: 24px;
  position: relative;
  top: -5px;
}
.top__program__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.top__program__item {
  width: 32.25%;
  position: relative;
}
.top__program__item__body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.top__program__item__ttl {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .15em;
  text-shadow: 0 0 10px rgba(0,0,0,.9);
  padding-left: 16px;
}
.top__program__item__txt {
  height: 50%;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  font-size: 16px;
  letter-spacing: .2em;
  padding: 16px;
  box-sizing: border-box;
}
.top__trial__txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 19px;
  letter-spacing: .1em;
}
.top__price__wrap:not(:last-of-type) {
  margin-bottom: 104px;
}
.top__trial__price {
  text-align: center;
  letter-spacing: .1em;
  font-size: 10px;
  margin-bottom: 40px;
}
.top__trial__price span {
  font-size: 20px;
  color: #00b7b7;
}
.top__price__list {
}
.top__price__item {
  display: flex;
  border-bottom: 1px solid #606060;
  padding: 19px 16px 19px 48px;
  align-items: center;
}
.top__price__item__ttl {
  width: 256px;
  text-align: center;
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: .3em;
}
.top__price__item__txt dl {
  display: flex;
  font-size: 21px;
  letter-spacing: .3em;
}
.top__price__item__txt dl:not(:last-of-type) {
  margin-bottom: 19px;
}
.top__price__item__txt dt {
  width: 180px;
  text-align: center;
  position: relative;
}
.top__price__item__txt__dt:after {
  content: "：";
  position: absolute;
  right: 0;
}
.top__price__item__txt dd {
  padding-left: 19px;
}
.faq__item {
  margin-bottom: 32px;
}
.faq__que {
  position: relative;
}
.faq__que::before,
.faq__que::after {
  content: '';
  display: block;
  width: 29px;
  height: 1px;
  border-radius: 5px;
  background: #606060;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq__que::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .4s;
}
.faq__que.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.faq__que p {
  border-bottom: 1px solid #606060;
  padding: 16px 51px 16px 99px;
  font-size: 19px;
  letter-spacing: .2em;
  position: relative;
  line-height: 1.8;
  transition: opacity .4s;
}
.faq__que p:before {
  content: "Q";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  position: absolute;
  left: 40px;
  top: 5px;
}
.faq__que p:hover {
  cursor: pointer;
  opacity: .5;
}
.faq__ans p {
  padding: 16px 0 16px 99px;
  font-size: 19px;
  letter-spacing: .2em;
  position: relative;
  line-height: 1.8;
}
.faq__ans p:before {
  content: "A";
  color: #00b7b7;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  position: absolute;
  left: 40px;
  top: 5px;
}
.fixed__btn {
  position: fixed;
  z-index: 9999;
  top: 250px;
  right: 0;
  width: 67px;
}
.fixed__btn a {
  display: inline-block;
  margin-bottom: 10px;
}
.cta__contact {
  background-color: #e8e8e8;
  padding: 64px 0 104px;
  text-align: center;
}
.cta__contact__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 35px;
  margin-bottom: 26px;
  letter-spacing: .5em;
}
.cta__contact__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.cta__contact__head {
  width: 50%;
}
.cta__contact__btns {
  border-left: 1px solid #606060;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__contact__head__ttl {
  font-size: 19px;
  letter-spacing: .2em;
  margin-bottom: 13px;
}
.cta__contact__tel {
  font-size: 32px;
}
.cta__contact__tel__hours {
  font-size: 13px;
  margin-bottom: 13px;
}
.cta__contact__btn {
  background-color: #00a199;
  color: #fff;
  text-align: center;
  min-width: 288px;
  padding: 16px 0;
  font-size: 14px;
  letter-spacing: .15em;
  display: inline-block;
}
.cta__contact__btn__experience {
  width: 323px;
  height: 62px;
  background-color: #00a199;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 11px;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 8px;
}
.cta__contact__btn__experience:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border:2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 24px;
  top: 50%;
}
.cta__contact__btn__experience span {
  font-size: 19px;
}
.cta__contact__btn__lesson {
  width: 323px;
  height: 62px;
  color: #00a199;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 11px;
  padding-top: 4px;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
}
.cta__contact__btn__lesson:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #00a199;
  line-height: 1;
  width: 8px;
  height: 8px;
  border:2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 24px;
  top: 50%;
}
.cta__contact__btn__lesson span:nth-of-type(2) {
  font-size: 19px;
}

.top__studio__cta {
  display: flex;
  justify-content: center;
}
.top__studio__cta .cta__contact__btn__lesson {
  border: 1px solid #00a199;
  margin-left: 40px;
}



.topic__item {
}
.topic__item > a ,
.topic__item__inner {
  display: block;
  border: 1px solid #606060;
  padding: 48px 80px 24px;
  margin-bottom: 48px;
}
.topic__item__head {
  display: flex;
  border-bottom: 1px solid #606060;
  padding: 12px;
  margin-bottom: 26px;
}
.topic__item__head time {
  width: 160px;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .25em;
}
.topic__item__ttl {
  font-size: 16px;
  letter-spacing: .15em;
}
.topic__item__body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .15em;
  padding: 0 24px 26px;
}
.topic__item__body p {
  margin-bottom: 1em;
}
.topic__item__body em {
  font-style: italic;
}
.topic__item__body strong {
  font-weight: bold;
}
.topic__item__body h1 ,
.topic__item__body h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 6px 10px;
  margin-bottom: 16px;
  background: #00a199;
  color: #fff;
  border-radius: 5px;
}
.topic__item__body h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.topic__item__body h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.topic__item__body blockquote {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.topic__item__body ul ,
.topic__item__body ol {
  padding-left: 20px;
}
.topic__item__body li {
  list-style: disc;
  margin-bottom: 8px;
}
.topic__item__body ol li {
  list-style: auto;
  margin-bottom: 8px;
}
.topic__item__more {
  float: right;
  font-size: 19px;
  color: #00a199;
  letter-spacing: .2em;
  padding-right: 40px;
  position: relative;
}
.topic__item__more:after {
  content: "";
  width: 52px;
  height: 7px;
  display: block;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./assets/img/icon_arrow_more.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 52px auto;
  transition: .5s;
}
.topic__item a:hover .topic__item__more:after {
  right: -32px;
}
.aboutus__wrap {
  margin-top: 112px;
}
.about01__txt ,
.about01 .heading02 {
  text-align: center;
}
.about01__txt {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: .2em;
  margin-bottom: 48px;
}
.aboutus__img1 {
  float: right;
  width: 78vw;
}
.aboutus__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 110px;
}
.aboutus__inner:nth-of-type(2) {
  flex-direction: unset;
  justify-content: flex-end;
}
.aboutus__img {
  width: 950px;
}
.aboutus__body {
  width: calc(100% - 1000px);
}
.aboutus__inner:nth-of-type(2) .aboutus__body {
  max-width: 570px;
  padding-right: 40px;
  box-sizing: border-box;
}
.aboutus__body__num {
  font-size: 82px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #ebebeb;
}
.aboutus__body__ttl {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: .2em;
  margin-bottom: 64px;
}
.aboutus__body__txt {
  font-size: 16px;
  line-height: 2.85;
}
@media screen and (max-width: 1500px) {
  .aboutus__img {
    width: 63.3333%;
  }
  .aboutus__body {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1980px) {
  .aboutus__img {
    width: 47.9797%;
  }
  .aboutus__body {
    width: calc(100% - 50%);
  }
}
.trial {
  max-width: 960px;
  box-sizing: border-box;
  padding: 51px 32px;
  margin: 0 auto;
  border: 1px solid #606060;
}
@media screen and (max-width: 1000px) {
  .trial {
    margin: 0 16px;
  }
}
.trial__ttl {
  font-size: 36px;
  letter-spacing: .4em;
  margin-bottom: 40px;
  text-align: center;
}

.program__theme {
  width: 708px;
  margin: 0 auto;
  display: block;
}
.program__txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: .3em;
  line-height: 2;
  margin-bottom: 40px;
}
.program__nav {
  display: flex;
  justify-content: space-between;
}
.program__nav__item {
  max-width: 30.8333%;
  width: 100%;
}
.program__nav__item a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  background-color: #ebebeb;
  text-align: center;
  font-size: 22px;
  padding: 16px 0 24px;
  width: 100%;
  letter-spacing: .2em;
  position: relative;
}
.program__nav__item a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #444;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) rotate(135deg);
  position: absolute;
  left: 50%;
  bottom: 16px;
}
.program__head {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 48px;
}
.program__img {
  width: 47.5833%;
}
.program__body {
  width: 46%;
}
.program__body__ttl {
  font-size: 54px;
  color: #00a199;
  margin-bottom: 26px;
  letter-spacing: .25em;
}
.program__body__txt {
  font-size: 15px;
  line-height: 2.85;
}
.program__content {
  display: flex;
  flex-wrap: wrap;
}
.program__class {
  width: 31%;
  margin-right: 3.5%;
  border: 1px solid #444;
  margin-bottom: 32px;
  padding: 16px;
}
.program__class:nth-of-type(3n) {
  margin-right: 0;
}
.program__class__ttl {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  letter-spacing: .3em;
  text-align: center;
}
.program__class__txt {
  font-size: 16px;
  line-height: 2.25;
}
.program__class__note {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 8px;
}
#focus {
  margin-bottom: 112px;
}

.thanks__ttl {
  text-align: center;
  font-size: 19px;
  letter-spacing: .5em;
  color: #00a199;
  margin-bottom: 40px;
  font-weight: 600;
}
.thanks__txt {
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: .1em;
}
.thanks__link {
  color: #00a199;
  font-size: 16px;
  display: inline-block;
  letter-spacing: .1em;
}

/* 20240407 投稿タイプ「スタジオ」追加 */
.studio__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.studio__item {
  width: 48.958333%;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid #00a199;

}
.studio__item__link {
  display: block;
  padding: 10px 10px 20px;
  height: 100%;
}
.studio__item__img {
  margin-bottom: 24px;
}
.studio__item__img img {
  width: 100%;
}
.studio__item__ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: .2em;
}
.studio__item__detail {
  display: flex;
  letter-spacing: .3em;
  margin-bottom: 16px;
  font-size: 15px;
}
.studio__item__detail__icon {
  width: 44px;
  padding-left: 8px;
}
.studio__item__detail__txt {
  padding-top: 2px;
}
.studio__item .btn {
  border: 1px solid #00a199;
  background-color: #fff;
  color: #00a199;
}

.studio__slider__wrap {
  overflow: hidden;
  margin-bottom: 80px;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.studio__slider {
  display: none;
}
.studio__slider.slick-slider {
  display: block;
}
.studio__slider__item {
  width: 680px;
  margin: 0 8px;
}
.studio__slider .slick-dots {
  bottom: -30px;
}
.studio__slider .slick-dots li button:before {
  font-size: 12px;
  color: #e8e8e8;
  opacity: 1;
}
.studio__slider .slick-dots li.slick-active button:before {
  color: #00a199;
}
.studio__map {
  margin-bottom: 30px;
}
.studio__map iframe {
  width: 100%;
  height: 304px;
}
.studio__table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.studio__table__ttl {
  width: 166px;
  background-color: #2aa199;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #606060;
  margin-top: -1px;
  letter-spacing: .3em;
  font-size: 15px;
}
.studio__table__txt {
  width: calc(100% - 166px);
  border: 1px solid #606060;
  margin-top: -1px;
  padding: 24px 30px;
  letter-spacing: .15em;
}
.studio__table__txt a {
  color: #2aa199;
}
.studio__freearea {
  letter-spacing: .15em;
  margin-bottom: 120px;
}
.studio__freearea a {
  color: #2aa199;
}
.studio__freearea p {
  margin-bottom: 1em;
}
.studio__freearea em {
  font-style: italic;
}
.studio__freearea strong {
  font-weight: bold;
}
.studio__freearea h1 ,
.studio__freearea h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 6px 10px;
  margin-bottom: 16px;
  background: #00a199;
  color: #fff;
  border-radius: 5px;
}
.studio__freearea h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.studio__freearea h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.studio__freearea blockquote {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.studio__freearea ul ,
.studio__freearea ol {
  padding-left: 20px;
}
.studio__freearea li {
  list-style: disc;
  margin-bottom: 8px;
}
.studio__freearea ol li {
  list-style: auto;
  margin-bottom: 8px;
}

/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */
.container {
  max-width: 1232px;
  margin: 112px auto 0;
  padding: 0 136px;
  box-sizing: border-box;
  position: relative;
}
.container:before {
  content: "";
  display: block;
  height: 0;
  width: 1px;
  background-color: #00a199;
  position: absolute;
  left: 20px;
  top: 0;
  transition: 2s;
}
.container.show:before {
  height: 100%;
}
.container__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 19px;
  color: #00a199;
  letter-spacing: .3em;
  position: absolute;
  top: 0;
  left: 20px;
  transform: rotate(90deg)!important;
  opacity: 1!important;
  transform-origin: left;
  background-color: #fff;
  z-index: 1;
  margin-top: -0.8em;
  padding-right: 10px;
}
.container__inner {
  max-width: 960px;
  margin: 0 auto;
}
/*@media screen and (max-width: 1540px) {
  .container {
    padding: 0 96px;
  }
}*/
@media screen and (max-width: 1260px) {
  .container {
    padding: 0 64px;
  }
}
.link {
  color: #00b7b7;
  text-decoration: underline!important;
}


/* lv */
.lv {
  background-image: url(./assets/img/lv_topic.jpg);
  background-size: cover;
  height: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lv__aboutus {
  background-image: url(./assets/img/lv_aboutus.jpg);
}
.lv__program {
  background-image: url(./assets/img/lv_program.jpg);
}
.lv__none {
  background: none;
  align-items: flex-end;
  height: 144px;
}
.lv__txt {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .5em;
  text-align: center;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/* btn */
.btn__wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn {
  background-color: #00a199;
  color: #fff;
  text-align: center;
  min-width: 224px;
  padding: 8px 0;
  font-size: 19px;
  letter-spacing: .15em;
  display: inline-block;
}


/* heading */
.heading01 {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 29px;
  letter-spacing: .4em;
  margin-bottom: 32px;
}
.heading02 {
  text-align: center;
  font-size: 29px;
  letter-spacing: .4em;
  margin-bottom: 64px;
}

/* form */
.form__wrap {
  width: 720px;
  margin: 112px auto 0;
}
.form__item {
  display: table;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 40px;
}
.form__item__lead {
  display: table-cell;
  padding: 4px 0;
  width: 33.3334%;
  font-size: 16px;
  letter-spacing: .1em;
}
.form__item__lead.hissu p:after {
  content: "*必須";
  font-size: 13px;
  color: #f00;
  margin-left: 6px;
  display: inline-block;
}
.form__item__content {
  width: 66.6666%;
  display: table-cell;
  vertical-align: top;
}
.input {
  -webkit-appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  border: 1px solid #444;
  padding: 13px 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.form__item__content.select {
  position: relative;
}
.form__item__content.select:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #111;
  line-height: 1;
  width: 8px;
  height: 8px;
  border:2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  right: 16px;
  top: 15px;
}
.input__l {
  width: 100%;
}
.input__m {
  width: 200px;
}
.input__s {
  width: 160px;
}
.form__note {
  font-size: .8125rem;
}
.form__btn {
  margin-top: 40px;
  text-align: center;
}
.btn--submit {
  border: none;
  -webkit-appearance: none;
  font-size: 25px;
  padding: 19px 0;
  min-width: 376px;
  cursor: pointer;
}
.btn--submit:hover {
  opacity: .7;
  transition: opacity .4s;
}

.form__wrap .checkbox {
  padding: 5px 0;
  text-align: center;
}
.form__wrap .checkbox input[type=checkbox]#checkbox01-1{
  display: none;
}
.form__wrap .checkbox label {
  display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.form__wrap .checkbox .mwform-checkbox-field {
  position: relative;
}
.form__wrap .checkbox #checkbox01-1 + span {
  padding-left: 30px;
  display: inline-block;
  /*position: relative;*/
}

/* 各パーツを作成 */
.form__wrap .checkbox #checkbox01-1 + span::after,
.form__wrap .checkbox #checkbox01-1 + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #444;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

/* after上書き */
.form__wrap .checkbox #checkbox01-1 + span::after {
  opacity: 0;
  width: 10px;
  height: 15px;
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
  border: none;
  border-right: 3px solid #00a199;
  border-bottom: 3px solid #00a199;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.form__wrap .checkbox #checkbox01-1:checked + span {
  color: #00a199;
}

.form__wrap .checkbox #checkbox01-1:checked + span::after {
  opacity: 1;
}

/* ラジオボタンを隠す */
.form__wrap .radio {
  padding: 5px 0;
}
.form__wrap .radio input[type=radio]{
  display: none;
}

.form__wrap .radio label {
  display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.form__wrap .radio input[type=radio] + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.form__wrap .radio input[type=radio] + span::after,
.form__wrap .radio input[type=radio] + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
}

/* after上書き */
.form__wrap .radio input[type=radio] + span::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 7px;
  left: 4px;
  border: none;
  background: #00a199;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.form__wrap .radio input[type=radio]:checked + span {
  color: #00a199;
}
.form__wrap .radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.mwform-checkbox-field {
  margin-bottom: 10px;
}
.mwform-checkbox-field-text {
  font-size: 18px;
  letter-spacing: .1em;
}
.mwform-radio-field {
  font-size: 18px;
}

/* pager */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a ,
.wp-pagenavi span {
  width: 34px;
  padding: 5px 0;
  color: #444;
  display: block;
  font-size: .875rem;
  text-align: center;
  margin-right: 4px;
  font-size: 18px;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  width: 50px;
}
.wp-pagenavi span.current {
  background-color: #e8e8e8;
}
.pager {
  width: 400px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 14px;
  letter-spacing: .2em;
  min-height: 30px;
}
.pager__prev {
  float: left;
}
.pager__back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pager__next {
  float: right;
}


/* breadcrumbs */

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
a.skip {
  background-color: #FFFFFF;
  text-align: center;
  padding: 2px 0;
  top: auto;
}
a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}
a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

.txt {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: .05em;
}


/* *****************************************
****トップページtop__blog 2024/12/02********
*******************************************/
/* ブログ全体のラップ */
.top__blog {
  margin: 104px auto;
  text-align: center;
}



/* ブログカードのラップ */
.brog_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 各ブログカード */
.brog_card {
  width: 48.958333%; /* 横に2個並べる */
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* シャドウを追加 */
  /* border-radius: 4px; */
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 14px;
  border: none;
}

.sa .show .brog_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* ホバー時のエフェクト */
}

.brog_card img {
  width: 100%;
  height: auto;
  display: block;
}

.brog_date {
  font-size: 14px;
  color: #00a199;
  margin: 10px;
}

.brog_title {
  font-size: 16px;
  margin: 10px;
}

.brog_title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.brog_title a:hover {
  color: #0073aa;
}


/* *****************************************
****blog一覧 2024/12/02********
*******************************************/
.topic__item.blog__item > a {
  display: flex;
  padding: 20px;
  gap: 16px;
}

.blog__item__thumbnail {
  align-content: center;
}

.blog__item__thumbnail img {
  width: 100%;
  max-width: 300px;
  height: auto;
  /* border-radius: 8px; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog_card_text {
  width: 70%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 10px;
}

.blog__item__ttl {
  font-size: 20px;
  line-height: 1.5;
}

.blog__item__body {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
}


.blog__list .topic__item__head {
  border-bottom: none;
}

.date_more {
  display: flex;
  justify-content: space-between;
}

.topic__item__more {
  padding-right: 62px;
}

.topic__item__more:after {
  right: 3px;
}

/* } */