@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
  --color-orange: #ff6b00;
  --color-light-orange: #fff8f1;
  --color-border-blue: #e4d9e9;
  --color-border-orange: #8337b5;
  --color-light-gray: #fbfbfb;
  --color-border-gray: #eae8e8;
  --round: 0.5rem;
  --round-btn: 0.25rem;
  --shadow: 0 0 3px 0 rgb(0 0 0 / 0.1);
}

video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}

.round {
  border-radius: var(--round);
}

.shadow-list {
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
  border-radius: var(--round);
  box-shadow: var(--shadow);
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.swell-block-columns {
  --swl-clmn-mrgn--x: 1rem;
  --swl-clmn-mrgn--y: 1rem;
}

.l-content {
  padding-top: 0;
}

.wide-840 {
  max-width: 840px;
  margin: 0 auto;
}

.l-topTitleArea {
  min-height: 8em;
}

.title-sub-wrap {
  text-align: center;
}

.title-sub {
  display: inline-block;
  padding: .15em 2em;
  font-size: 1em;
  color: var(--color_main);
  border-top: solid 1px var(--color_main);
  border-bottom: solid 1px var(--color_main);
}

.c-pageTitle {
  position: relative;
  color: var(--color_main);
  text-align: center;
}

.c-pageTitle__inner {
  display: inline;
  float: none !important;
  font-size: 1.25em;
}

.c-pageTitle[data-style=b_bottom],
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  border-bottom: none;
}

.l-mainContent__inner>.post_content {
  margin: min(6vw, 100px) 0;
}

.post_content h2 {
  margin: 4rem 0 1.6rem;
  font-size: 1.6rem;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  border: none;
}

.post_content h2.type2 {
  position: relative;
  padding-bottom: 1em;
  color: var(--color_htag);
}

.post_content h2.type2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--color_htag);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post_content h2.type3 {
  font-size: 1.1em;
}

.post_content h2.type4 {
  padding: .5rem;
  background-color: var(--color-orange);
  font-size: 1.3rem;
}

.dl-common {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 750px);
  margin: 0 auto;
}

.dl-common dt,
.dl-common dd {
  border-top: solid 1px #d9d9d9;
}

.dl-common dt:last-of-type,
.dl-common dd:last-of-type {
  border-bottom: solid 1px #d9d9d9;
}

.dl-common dt {
  width: 40%;
  padding: 1em;
}

.dl-common .swell-block-dl__dd+.swell-block-dl__dt {
  margin-top: 0;
}

.dl-common dd {
  width: calc(60% - 1em);
  margin-left: 0;
}

.is-style-check_list {
  display: flex;
  flex-direction: column;
  gap: .5em;
}

.is-style-more_btn a {
  width: 100%;
  border: solid 1px var(--color_main);
  box-shadow: none;
  color: var(--color_main);
  font-weight: 700;
}

.l-fixHeader__logo {
  padding: 5px 0;
}

.swl-inline-icon:after {
  max-width: min(6vw, 60px);
}

.txt-supplement {
  font-size: .9em;
  color: #666;
  line-height: 1.1;
}

.has-border.has-graph {
  padding: .5em .5em 1.5em;
}

.has-border.has-graph figure {
  margin: 1.5em 0 !important;
}

.movie_inline {
  overflow: hidden;
  width: min(90vw, 400px);
  margin: 0 auto;
  border-radius: 10px;
}

#pagetop {
  display: none !important;
}

/* トップ */

.p-mainVisual__inner {
  background-color: #f7e2ff;
}

.p-mainVisual__video {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
	
.p-mainVisual__textLayer>.p-blogParts {
  width: 100%;
}

.fv_txt {
  position: relative;
  width: min(95vw, 600px);
  height: min(45vw, 286px);
  margin: min(5vw, 40px) auto 0;
}

.fv_txt img {
  display: block;
  position: relative;
  z-index: 1;
}

.fv_txt_sub {
  width: min(90vw, 550px);
  height: min(8vw, 48px);
  margin: 0 auto min(3.5vw, 20px);
}

.fv-label {
  justify-content: center;	
  gap: min(2vw, 20px);
}

.fv-label figure {
  width: min(30vw, 146px);
}

.fv-read {
  font-size: 1.1rem;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 80%);
}

.p-mainVisual__video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-mainVisual .p-mainVisual__slideTitle {
  font-size: 2rem;
}

#main_visual a {
  font-size: 1.2rem;
}

.top #content {
  padding-top: 0;
}

@media (min-width: 1142px) {
	
.p-mainVisual__video {
  width: 55%;
  left: 0;
  transform: translateY(-50%);
}
	
.p-mainVisual__textLayer {
  align-items: flex-end;
}
	
.p-mainVisual__textLayer>.p-blogParts {
  width: 50%;
}
	
.fv-read {
  color: #2c002f;
  text-shadow: 1px 1px 0px rgb(255 255 255 / 50%);
}
}

/* 悩み */

#worries strong,
.thin-txt {
  font-size: min(3.4vw, 16px);
  line-height: 1.4;
}

#worries .swell-block-columns .swell-block-column {
  line-height: 1.2;
}

#concept {
  padding: 0 1em;
}

/* 選ばれる理由 */

.labels-wrap {
  justify-content: center;
  gap: 0 1em !important;
  width: min(100%, 700px);
  margin: 0 auto 2em;
}

.labels-wrap .wp-block-column {
  width: 33%;
}

.labels-wrap .wp-block-column img {
  width: 100%;
  height: auto;
}

.graphs-wrap .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.graphs-wrap figure {
  width: min(50vw, 250px);
}

.point-list > div {
  justify-content: center;
}

.point-list.icons .wp-block-image {
  width: min(30vw, 100px);
  margin: 0 auto;
}

.card-content {
  padding: 1em !important;
}

#why .swell-block-columns .swell-block-column {
  max-width: 350px;
}

.card-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.card-image-container:after {
  position: absolute;
  content: "";
	width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.card-image-container h3 {
  position: absolute;
  padding: 15px;
  color: white;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#why h3.wp-block-heading:before {
  display: none;
}

.method-content {
	align-items: flex-start;
	gap: 0 1em;
}

.method-badge {
  flex: none;
  display: inline-block;
  background-color: #fff0e6;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

.stats-grid > .swell-block-columns__inner > div {
  background-color: var(--color-light-orange);
  border: 1px solid var(--color-border-orange);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.stats-grid > .swell-block-columns__inner > div > p {
  line-height: 1.2;
}

.stats-grid > .swell-block-columns__inner > div > p:first-of-type strong {
  font-size: clamp(12px, 3.4vw, 14px);
}

/* 技 */

.technique-list h3.wp-block-heading {
  margin: 0;
  padding: 0;
}

.technique-list h3.wp-block-heading:before {
  display: none;
}

.technique-list figure {
	height: auto;
}

.technique-list img {
  width: 100%;
}

.technique-content {
  padding: 0 1em 1em;
}

.tag-list {
  flex-wrap: wrap;
  gap: .25em
}

.tag-txt {
  display: inline-block;
  padding: 0 .8em;
  background-color: var(--color-light-orange);
  border: 1px solid var(--color-border-orange);
  border-radius: 50vw;
  color: var(--color_main);
  font-size: .85rem;
}

/* 診断 */

.breakin-calculator .breakin-title:before,
.breakin-calculator .step-heading:before,
.breakin-calculator .result-title:before {
  display: none;
}


.breakin-title {
  text-align: center;
}

.breakin-calculator {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.breakin-card {
  border-radius: 12px;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.breakin-header {
  background-color: #fff5eb;
  padding: min(5vw, 40px) min(4vw, 50px) min(2vw, 15px);
  border-bottom: 1px solid #ffe0c3;
}

#diagnosis-for-kids .breakin-header {
  padding: min(5vw, 40px) 0 min(2vw, 15px);
}

.breakin-title-area {
  text-align: center;
}

.breakin-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

/* ステップメーター */

#diagnosis-for-kids .hidden {
  display: none;
}

.step-meter-container {
  margin-top: min(1.5vw, 10px);
}

.step-meter {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin: 0 auto 0.5rem;
}

#diagnosis-for-kids .step-meter {
  width: min(93%, 632px);
}

.step-meter:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e5e5e5;
  transform: translateY(-50%);
  z-index: 1;
}

.step-meter-segment {
  width: min(10vw, 36px);
  height: min(10vw, 36px);
  background-color: white;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.step-meter-active,
.step-meter-segment.active {
  border-color: var(--color_main);
  background-color: var(--color_main);
  color: white;
}

.step-meter-labels {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}

#diagnosis-for-kids .step-meter-labels {
  width: min(100%, 652px);
}

.step-meter-label {
  font-size: .8rem;
  color: #666;
  text-align: center;
  width: min(10vw, 36px);
}

#diagnosis-for-kids .step-meter-label {
  width: min(15vw, 68px);
}

.breakin-content {
  padding: 1.5rem;
}

.breakin-content .step-heading,
.breakin-content .result-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .25em;
  color: var(--color_main);
}

.option-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.option-card {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.option-card:hover {
  border-color: var(--color_main);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.option-card:has(.option-radio:checked) {
  border-color: var(--color_main);
  background-color: #fff8f3;
}

.option-content {
  padding: min(2vw, 15px) min(3.5vw, 26px);
	font-size: .9rem;
}

.option-flex {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.option-radio {
  width: 1.2rem;
  height: 1.2rem;
  accent-color: var(--color_main);
  cursor: pointer;
  margin-top: 0.2rem;
}

.option-label {
  flex: 1;
  cursor: pointer;
  font-weight: 500;
}

.option-label-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
}

.option-info {
  flex: 1;
  line-height: 1.25;
}

.option-description {
  font-size: 0.8rem;
  color: #666;
}

.skill-stars {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: -.2rem;
}

.star-filled {
  color: var(--color_main);
  text-shadow: 0 0 2px rgba(249, 115, 22, 0.2);
}

.star-empty {
  color: #d1d5db;
}

.advice-text {
  font-size: 0.85rem;
  color: #666;
  margin-top: 1rem;
  line-height: 1.5;
}

/* 結果表示エリア */
.result-content {
  animation: fadeIn 0.5s ease-in-out;
}

.result-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.result-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 1.5rem;
}

.result-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin: 0 auto;
}

.result-card {
  width: calc(50% - 0.4rem);
  border: 2px solid #ffe0c3;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff8f3;
}

.result-card.recommend {
  width: calc(100% - 0.4rem);
  margin-bottom: 3em;
}

.result-card:last-of-type {
  width: min(100%, 400px);
}

.result-card-header {
  padding: 0.75rem;
  background-color: #fff5eb;
  border-bottom: 1px solid #ffe0c3;
}

.result-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}

.post_content div>:first-child.age-specific-heading {
  margin-top: 3em !important;
}

.skill-list {
  text-align: left;
}

.result-icon {
  color: var(--color_main);
}

.result-card-content {
  padding: 1rem;
}

.result-value,
.lesson-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color_main);
}

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

.notice-box {
  background-color: var(--color-light-gray);
  border: 1px solid var(--color-border-gray);
  border-radius: 10px;
  padding: 1.25rem;
  margin: 1.5rem 0;
}

.breakin-calculator .notice-heading {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
}

.notice-icon {
  color: var(--color_main);
}

.notice-text {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.notice-text:last-child {
  margin-bottom: 0;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 540px) {
  .action-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.btn {
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  border: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background-color: var(--color_main);
  color: white;
  box-shadow: var(--swl-btn_shadow);
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.1),0 12px 24px -12px rgba(0,0,0,.2);
}

.btn-outline {
  background-color: white;
  color: var(--color_main);
  border: 1px solid var(--color_main);
}

.btn-outline:hover:not(:disabled) {
  background-color: #fff8f3;
  transform: translateY(-2px);
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-arrow {
  margin-left: 0.5rem;
}

.btn-arrow-left {
  margin-right: 0.5rem;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ステップ切り替えアニメーション */
.step-content {
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

/* レスポンシブ対応 */
@media (max-width: 640px) {
  
  .breakin-content {
    padding: 1.25rem;
  }
  
  .breakin-title {
    font-size: 1.3rem;
  }
  
  .result-title {
    font-size: 1.3rem;
  }
  
  .result-cards {
    grid-template-columns: 1fr;
  }
  
  .btn {
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
  }
}

/* 最適なコース */

.is-style-balloon>.c-tabList .c-tabList__button {
  background: var(--color-light-orange);
  border: solid 1px var(--color-border-orange);
}

/* スティッキー動作のためのコンテナ */
.tab-sticky-container {
  position: relative;
}

/* 基本のスティッキー設定 */
.tab-sticky-container .c-tabList {
  position: sticky;
  z-index: 90;
  background: #f7f7f7;
  transition: box-shadow 0.3s ease;
  top: 0;
}

/* スティッキー動作を無効にするためのクラス */
.disable-sticky .c-tabList {
  margin: 0 auto;
}

.tab-sticky-container .c-tabList li {
  margin-top: 16px;
}

.tab-wraper {
  width: min(100%, 900px);
  margin: 0 auto;
}

.tab-conten-inner {
  overflow: hidden;
  width: min(100%, 890px);
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px var(--color-border-orange);
  border-bottom: none;
  border-radius: var(--round) var(--round) 0 0;
}

.tab-conten-inner h3.wp-block-heading {
  padding: min(3vw, 20px);
  background-color: var(--color-light-orange);
  border-bottom: solid 1px var(--color-border-orange);
  margin-bottom: 0;
}

.tab-conten-inner h3.wp-block-heading:before {
  display: none;
}

.tab-conten-inner .swl-inline-icon {
  font-size: 1.25rem;
}

.course-content {
  padding: min(3vw, 20px);
}

.course-content figure img {
	width: 100%;
}

.course-point {
	padding: .5em;
	font-size: .95em;
}

.course-point .is-row {
  align-items: baseline;
  gap: .85em;
}

.course-point .wp-block-group {
  margin-bottom: 0;
}

.course-point h5 {
  flex: none;
}

.tab-conten-inner-bottom {
  overflow: hidden;
  width: min(100%, 890px);
  margin: 0 auto;
  padding: min(3vw, 20px);
  background-color: var(--color-light-orange);
  border: solid 1px var(--color-border-orange);
  border-radius: 0 0 var(--round) var(--round);
}

.course-recommend {
  padding: 1em;
}

.course-recommend h4.wp-block-heading {
  margin-bottom: .85em;
}

.course-recommend .is-style-check_list {
  gap: 0;
}

/* 皆様からの声 */

.voice-list > div > div.swell-block-column {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: var(--round);
  border: solid 1px var(--color-border-blue);
}

.voice-list h3 {
  margin-bottom: .5em;
  padding: 0 .25em .5em;
  border-bottom: solid 2px var(--color_main);
}

.voice-list h3:before {
  display: none;
}

.voice-detail {
  padding: .75em .4em 0;
}

.voice-profile {
  align-items: center;
  gap: 1em;
}

.voice-detail .is-row__inner-container {
  line-height: 1.2;
}

/* 比較表 */

.comparison-table td {
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1.2;
}

.comparison-table td:nth-child(2) {
  border-left: solid min(1.2vw, 3px) var(--color_main);
  border-right: solid min(1.2vw, 3px) var(--color_main);
}

.comparison-table tr:nth-child(8) td:nth-of-type(2) {
  border-bottom: solid min(1.2vw, 3px) var(--color_main);
}

.comparison-table th:nth-child(2) {
  border-left: solid min(1.2vw, 3px) var(--color_main);
  border-right: solid min(1.2vw, 3px) var(--color_main);
  border-top: solid min(1.2vw, 3px) var(--color_main);
  color: var(--color_main);
  line-height: 1;
}

.comparison-table th:first-child {
  width: 28% !important;
}

.swl-cell-bg[data-icon-type=obj] {
  font-size: 1.4rem;
}

/* 流れ */

.flow-num {
  background-color: var(--color_main);
  border-radius: var(--round) var(--round) 0 0;
  color: #fff;
}

#flow .is-layout-grid {
  grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
}

#flow figure {
  overflow: hidden;
  height: 260px;
}

#flow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#flow figure + p {
  padding: 1em .5em;
  font-size: .85em;
}

#flow .shadow-list {
  position: relative;
}

#flow .shadow-list:first-of-type::after {
  display: none;
}

/* 料金 */

#first-price h3,
#plan h3 {
  margin-bottom: 0 !important;
}

#first-price h3:before,
#plan h3:before {
  background: none;
}

.campaign-frame.is-style-crease {
  position: relative;
  width: min(100%, 500px);
  margin: 0 auto;
  padding: 2rem .5rem 1.4rem;
  background-color: #fffbe1;
  box-shadow: var(--swl-box_shadow);
}

.is-style-crease:before {
  border-color: #555 #fff rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
}

.campaign-frame .is-style-sticky_box {
  position: absolute;
  top: -1.2em;
  left: -0.5em;
  transform: rotate(-3deg);
}

.has-price-down {
  position: relative;
  margin-bottom: 1rem !important;
}

.has-price-down:after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: .8em;
  clip-path: polygon(50% 70%, 100% 0, 100% 30%, 50% 100%, 0 30%, 0 0);
  background-color: var(--color_deep01);
  bottom: -0.8rem;
  left: 50%;
  transform: translatex(-50%)
}

.campaign-frame .mark_orange {
  font-size: 2.5rem;
}

#plan .ticket h2.wp-block-heading {
  padding: .5rem;
  font-size: 1.5rem;
}

#plan .ticket h2.wp-block-heading:before {
  border: none;
}

.ticket-table.min th:first-child {
  width: 25% !important;
}

.ticket-table td {
  width: 20% !important;
}

.ticket-table th .has-swl-main-color {
  line-height: 1;
}

.ticket-table .swl-inline-icon {
  margin: 0;
  min-width: 12px;
  font-size: 12px;
}

.ticket-table th:first-child .has-swl-deep-01-color {
  display: inline-block;
  width: min(108%, 100px);
  background-color: var(--color_deep01);
  border-radius: 50vw;
  color: #fff !important;
  font-size: .68rem;
}

.ticket-table td {
  font-size: 1rem;
}

.ticket-table thead th[rowspan] {
  border-bottom: 0;
}

.plan-tit-single .swl-inline-icon,
.plan-tit-multiple .swl-inline-icon {
  width: min(1em, 18px);
  color: #9c9c9c;
}

.plan-tit-multiple .swl-inline-icon {
  font-size: 1.5em;
}

.plan-tit-single .u-fz-xl,
.plan-tit-multiple .u-fz-xl {
  padding: 0 .1em;
}

.tit-accordion .swell-block-accordion__title .swell-block-accordion__label {
  font-weight: bold;
  text-align: center;
}

.tit-accordion .swell-block-accordion__title {
  margin-top: 2em;
  background-color: var(--color_main_thin);
  border: solid .1rem var(--color_main);
  border-radius: 0.25rem;
  -webkit-tap-highlight-color: transparent;
}

.icon-caret-down:before,
.icon-caret-up:before {
  color: var(--color_main);
}

/* インストラクター */

.trainer-list {
  font-size: 1rem;
}

.trainer-list > div > div {
  padding: 1.5em !important;
  background-color: #fff;
  border-radius: var(--round);
  border: solid 1px var(--color-border-orange);
}

#trainer h3 {
  margin-bottom: 0;
}

#trainer h3:before {
  display: none;
}

#trainer figure,
.trainer_photo {
  overflow: hidden;
  height: 22rem;
  border-radius: 0.375rem;
}

#trainer img,
.trainer_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#trainer .swell-block-button__link {
  width: 100%;
  border-radius: var(--round-btn);
}

.wp-block-list.u-mb-ctrl.u-mb-15 {
  padding-left: 1em;
}

.u-mb-ctrl li {
  list-style: none;
}

.u-mb-ctrl li::marker {
  content: "・";
  font-size: 1.2em;
}

/* オリジナルのモーダルコンテンツは非表示 */
.modal_content {
  display: none !important;
}

/* 動的に生成されたモーダル */
.js-dynamic-modal {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: min(95%, 650px);
  max-height: 90vh;
}

/* オーバーレイ */
.js-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

/* 閉じるボタン */
.js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  width: 3rem;
  height: 3rem;
  background: var(--color_main);
  border-radius: 100%;
  border: none;
  cursor: pointer;
  color: #fff;
  top: -0.5rem;
  right: .5rem;
  z-index: 100002;
}

/* ライトボックス */
.js-lightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1000;
}

.js-lightbox-img {
  width: 100%;
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.js-lightbox .js-modal-close {
  top: 1rem;
  right: 1rem;
  background-color: transparent;
	font-size: 3rem;
}

/* スクロール禁止 */
body.has-modal {
  overflow: hidden;
}

.js-dynamic-modal h4 {
  margin: 1em 0;
  padding-bottom: .8em;
  border-bottom: solid 2px var(--color_main);
  color: var(--color_main);
}

.profile-scroll {
  overflow-y: auto;
  height: 32vh;
  margin-top: 1em;
  padding: 0 .25em;
}

.profile-scroll > div {
  width: 100%;
}

/* ダンスを通じて */

.content-head {
  border-bottom: solid .4rem var(--color_main);
}

.content-head-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(5vw, 30px);
  width: 100%;
  padding: min(5vw, 30px) min(2vw, 30px);
}

.content-head h2 {
  font-size: 2rem;
}

.content-head-sub {
  align-items: center;
  gap:  min(3vw, 20px);
}

.content-head-sub-txt .name {
	font-size: 1.5rem;
}

.content-head figure {
  overflow: hidden;
  width: min(30vw, 160px);
  height: min(30vw, 160px);
  border-radius: 100%;
  border: solid .25rem var(--color_main);
}

.about-hide {
  align-items: center !important;
  width: min(100%, 960px);
  margin: 0 auto;
  padding: min(5vw, 30px);
}

.about-hide > div:first-of-type {
  display: flex;
  justify-content: center;
}

.about-hide figure {
  overflow: hidden;
  width: min(55vw, 200px);
  height: min(55vw, 200px);
  border-radius: 100%;
}

.about-content {
  margin-bottom: min(8vw, 80px);
}

#about h3 {
	font-size: 1.5rem;
}

#about h3 + div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#about h3 + div > figure {
  overflow: hidden;
  width: min(40vw, 400px);
  height: min(28vw, 280px);
  border-radius: 0.375rem;
}

#about h3 + div > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about h3 + div > p {
  width: 60%;
}

#about {
	padding-bottom: 4em !important;
}

/* よくある質問 */

#faq h4 {
  color: var(--color_main);
}

#faq .swell-block-accordion__title {
  background-color: var(--color_main_thin);
  border: solid .1rem var(--color_main);
  border-radius: 0.25rem;
  -webkit-tap-highlight-color: transparent;
}

#faq .swell-block-accordion__label,
#faq .swell-block-accordion__body {
  position: relative;
  padding: 0 0 0 2rem;
}

#faq .swell-block-accordion__label {
  padding: 0 0 0 2rem;
}

#faq .swell-block-accordion__body {
  padding: 2rem 1rem 2rem 3.2rem;
}

#faq .swell-block-accordion__label:after,
#faq .swell-block-accordion__body:after {
  position: absolute;
  color: var(--color_main);
  font-size: 1.6rem;
  font-weight: 700;
}

#faq .swell-block-accordion__label:after {
  content: "Q";
  top: -0.5rem;
  left: 0;
}

#faq .swell-block-accordion__body:after {
  content: "A";
  top: 1.3rem;
  left: 1.2rem;
}

#faq .icon-caret-up:before,
#faq .icon-caret-down:before {
  color: var(--color_main);
}

.icon-caret-up:before {
  content: "\e919";
}

.icon-caret-down:before {
    content: "\e91c";
}

/* 店舗 */

.store-child .c-pageTitle,
.kids-page .c-pageTitle {
  font-size: 1em;
}

.store-child .c-pageTitle:after,
.kids-page .c-pageTitle:after {
  display: none;
}

.store-child .l-content,
.kids-page .l-content {
  padding-top: 1em;
}

.store-child .l-mainContent__inner>.post_content,
.kids-page .l-mainContent__inner>.post_content {
  margin: .85em 0;
}

#main_visual-store {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
}

.single-lp #main_visual-store .fv_txt {
  margin: 0 auto -58px;
}

.single-lp #main_visual-store {
  height: 800px;
}

.logo-fv {
  display: block;
  width: min(52vw, 200px);
  margin: 0 auto;
}

@media not all and (min-width: 960px) {
.logo-fv {
  display: none;
}
.p-mainVisual__textLayer {
  padding: 0;
}
}

#main_visual-store .p-mainVisual__textLayer {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

#store h4 {
  color: var(--color_main);
}

#store .is-layout-grid {
  gap: 2em;
}

.store-list {
  overflow: hidden;
  border: solid 1px var(--color-border-blue);
  border-radius: var(--round);
}

#store dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6em;
  padding: 0 .8rem;
}

#store dt,
#store dd {
  margin-top: .8rem;
  line-height: 1.3;
}

#store dt {
  width: 25%;

}
#store dd {
  width: calc(75% - 1em);
  padding: 0;
}

#store .swell-block-accordion__title {
	margin-bottom: 1em;
  padding: .5rem 1rem;
  background-color: var(--color_main_thin);
  color: var(--color_main);
  font-weight: 700;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.store-single-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}

.store-single-wrap .store-list {
  width: 50%;
}

.store-single-wrap iframe {
  width: calc(50% - 0.5em);
}

.l-footer {
  padding-bottom: min(20vw, 100px) !important;
}

.l-footer .widget_media_image {
  width: min(60vw, 300px);
  margin: 0 auto;
  vertical-align: top;
}

.l-footer .widget_media_image > a {
  display: block;
}

.l-footer .copyright {
  font-size: 10px;
  color: #666;
}

/* キッズ */

.effects-list .wp-block-column {
  padding: 0;
}

.check-list-strong li::marker,
.list-set-illust li::marker {
  content: "";
}

.list-set-illust .is-style-check_list {
  gap: 0;
}

.list-set-illust li {
  padding: 1em 1em 1em 2.5em;
  background-color: var(--color-light-orange);
  border: solid 1px var(--color-border-orange);
  border-radius: .25em;
  font-weight: 700;
}

.list-set-illust li:before {
  top: 1em;
  left: .8em;
}

.graph-wrap {
  width: min(100%, 650px);
  margin: 0 auto;
}

div.has-background.has-hint-group {
  padding: 2em 1.5em;
}

.point-list .swell-block-columns__inner > div {
  align-self: stretch;
  border-radius: .25em;
}

.point-list .shadow-list {
  align-self: stretch;
}

.post_content div>:last-child.is-style-big_icon_point {
  margin-top: 1em !important;
}

.check-list-strong {
  padding-left: .85em !important;
  font-size: 1.25em;
}

.point-list.row .shadow-list {
  padding: 1em;
}

.point-list.row .is-row {
  align-items: flex-start;
}

.point-list.row figure {
  flex: none;
  width: min(20vw, 120px);
  height: min(20vw, 120px);
}

/* 下部追従ボタン */

#fix_bottom_menu {
  opacity: 0;
  pointer-events: none;
  display: block;
  width: 100%;
  padding: .5em;
  background-color:rgba(255,255,255,0.8);
  bottom: 0;
  z-index: 10;
}

#fix_bottom_menu.active {
  opacity: 1;
  pointer-events: auto;
}

#fix_bottom_menu [class*=is-style-btn_] {
  margin-bottom: 0;
}

@media not all and (min-width: 960px) {
	
 .-img .c-headLogo__link {
    padding: .25em 0;
  }
	
  #worries.sp-py-40 {
    padding: 2em 0 !important;
  }
	
}

@media (min-width: 600px) {
  .post_content h2.type3 {
    font-size: 1.3em;
   }
}

@media (max-width: 768px) {
	
  .br-pc {
    display: none;
  }
	
  .br-sp {
    display: block;
  }
	
  .dl-common dt,
  .dl-common dd {
    width: 100%;
  }
	
  .dl-common dt {
    padding: .8em 1em .25em;
  }
	
  .dl-common dd {
    padding: 0 1.85em .8em;
    border-top: none;
  }
	
  .wp-block-group-is-layout-grid.photo-4-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	
  #main_visual-store .p-mainVisual__video {
    width: 100%;
    height: auto;
  }

  #fix_bottom_menu .menu_list {
		padding: 0;
  }

  #fix_bottom_menu .menu_item {
		margin: 5px 0;
  }

  #fix_bottom_menu .menu_item img {
		max-height: none;
		width: auto;
		max-width: 100%;
  }
	
  #flow .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
	
  #flow .shadow-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
	
  .flow-num {
    width: 100%;
  }
	
  #flow figure {
    width: 40%;
    height: auto;
  }
	
  #flow figure + p {
    width: 60%;
  }
	
  .content-head-inner {
    justify-content: center;
  }
	
  .content-head-inner > div:first-child,
  .content-head-inner h2 {
    text-align: center !important;
  }
	
  #about h3 + div {
    border-bottom: solid 1px #e5e7eb;
  }

  #about h3 + div > figure,
  #about h3 + div > p {
    width: 100%;
  }
	
  #about h3 + div > figure {
    height: 30vh;
  }
	
  #about h3 + div > p {
    padding: .85rem .85rem 2rem;
  }
	
  #faq h4 {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
	
  #main_visual-store {
    height: 60vh;
  }
	
  .single-lp #main_visual-store .fv_txt {
    margin: 0 auto -8vw;
  }
	
  #store .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
	
  .store-single-wrap {
    gap: .5em;
  }

  .store-single-wrap .store-list,
  .store-single-wrap iframe {
    width: 100%;
  }

  .single-lp #main_visual-store {
    height: 75vh;
  }
	
}

@media (min-width: 960px) {
  .-series .l-header__logo {
    padding: 5px 0;
  }
	
  .w-footer {
    max-width: 750px;
  }
}