/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 13:08:26 */
/* -----------------------------
hover時 opacity
----------------------------- */
.-ps-style-normal .p-postList__item:hover .p-postList__body,
.-type-card .p-postList__item:hover .p-postList__body,
.-type-list .p-postList__item:hover .p-postList__body {
  opacity: 1;
}

/* アーカイブ hover */
.post-type-archive-construction .l-mainContent__inner .p-postList__item .p-postList__body:hover {
  opacity: 1;
}

/* -----------------------------
お知らせ
----------------------------- */
.-type-simple .p-postList__body {
  display: flex;
  flex-direction: column;
  gap: .4em;
}

.-type-simple .p-postList__cat {
  background: #eef4f1;
  color: var(--color_main);
  padding: .2em .6em;
  border-radius: 20px;
  font-size: .75rem;
}

/* -----------------------------
もっと見るボタン
----------------------------- */
.is-style-more_btn {
  margin-top: 2em;
  text-align: center;
}

.is-style-more_btn .btn_text {
  padding: .7em 1.8em;
  font-size: .9rem;
  font-weight: 600;
  color: var(--color_main);
  border: 1px solid var(--color_main);
  border-radius: 999px;
  background: #fff;
  transition:
    background-color .25s ease,
    color .25s ease,
    transform .25s ease;
}

/* -----------------------------
投稿にボタンの追加
----------------------------- */
.c-tabBody__item .-type-card .p-postList__meta:after {
    content: "View More";
    display: block;
    width: 100%;
    padding: .8rem 1rem;
    margin-top: 1rem;

    background: transparent;
    border: 2px solid #670003;
    border-radius: 50px;

    color: #670003;
    text-align: center;
    font-weight: 600;
    transition: .3s;
}

.c-tabBody__item .-type-card:hover .p-postList__meta:after{
    background: #670003;
    color: #fff;
}

.c-tabBody__item .-type-card .p-postList__meta::after:hover {
  background-color: #555;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.c-tabBody__item .p-postList__link {
  display: flex;
  flex-direction: column;
}

.c-tabBody__item .p-postList__body {
  position: relative;
  transition: opacity .25s;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.p-postList .p-postList__title {
  flex-grow: 1;
}

/* -----------------------------
一覧ページ記事設定
----------------------------- */
.-type-card .p-postList__title,
.-type-list .p-postList__title,
.-type-list2 .p-postList__title {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

/* .-type-card .p-postList__title::after,
.-type-list .p-postList__title::after,
.-type-list2 .p-postList__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 0.5px;
  background-color: #000;
} */

@media (min-width: 600px) {
  #sidebar .-type-list .p-postList__title,
  .-type-card .p-postList__excerpt {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  #sidebar .-type-card .p-postList__title,
  .-related .p-postList__title,
  .-type-thumb .p-postList__title,
  .w-footer:not(.-col1) .p-postList__title {
    font-size: 12px;
  }
}

/* -----------------------------
サイドバーの設定
----------------------------- */
.p-profileBox {
  position: relative;
  padding: 16px;
  overflow: hidden;
  z-index: 1;
    background-image: repeating-linear-gradient(45deg, #dcdcdc14, #81818114 2px, transparent 2px, transparent 9px);
  box-shadow: 1px 2px 9px #ddd;
  border: none;
}

.p-profileBox::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, #000000, #cccccc);
  border-radius: inherit;
  z-index: -1;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.p-profileBox__btn a {
  width: 100%;
}
/* この記事を書いた人：装飾（ブランドカラーver） */
.l-articleBottom__section.-author {
  margin-top: 64px;
  padding: 36px;
  background: linear-gradient(135deg, #fff 0%, rgba(0,0,0,0.02) 100%);
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--color_deep02);
}

.l-articleBottom__section.-author .l-articleBottom__title {
  margin-bottom: 24px;
  text-align: center;
  color: var(--color_deep02);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  position: relative;
    border-left: none;
}

/* タイトル下ライン */
.l-articleBottom__section.-author .l-articleBottom__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color_deep02);
  margin: 10px auto 0;
  opacity: 0.6;
position: static;
}

.l-articleBottom__section.-author .p-authorBox {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px;
  background: #fff;
  border-radius: 24px;
}

/* 左側 */
.l-articleBottom__section.-author .p-authorBox__l {
  flex: 0 0 180px;
  text-align: center;
}

.l-articleBottom__section.-author .avatar {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border: 3px solid var(--color_deep02);
}

/* 名前 */
.l-articleBottom__section.-author .p-authorBox__name {
  display: block;
  margin-top: 14px;
  color: var(--color_deep02);
  line-height: 1.6;
  transition: 0.3s;
}

.l-articleBottom__section.-author .p-authorBox__name:hover {
  opacity: 0.7;
}

/* 右側テキスト */
.l-articleBottom__section.-author .p-authorBox__desc {
  margin: 0;
  color: #444;
  font-size: 0.98rem;
  line-height: 2;
}

/* スマホ時は非表示 */
@media screen and (max-width: 767px) {
  .l-articleBottom__section.-author {
    display: none;
  }
}
/* -----------------------------
投稿の詳細ページ
----------------------------- */
@media (min-width: 600px) {
  .single .c-postTitle__ttl {
    margin: 0 0.4em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0.3em 0;
  }
}

.c-postTitle__date {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--color_main);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  flex: none;
  margin: 0;
  padding: 0;
}

/* 年部分 */
.c-postTitle__date .__y {
  font-size: 0.75rem;
  opacity: 0.8;
}

@media (min-width: 600px) {
  .c-postTitle__date .__y {
    font-size: 13px;
  }
}

@media (min-width: 600px) {
  .c-postTitle__date .__md {
    font-size: 13px;
  }
}

/* -----------------------------
-type-listの装飾
----------------------------- */
.c-tabBody__item .p-postList .p-postList__title {
  padding: 0.2em;
}

.-type-list .p-postList__item {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px dashed var(--color_main);
  padding: 1em 0;
}

.c-tabBody__item .p-postList__body {
  position: relative;
  transition: opacity .25s;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-image:
    linear-gradient(transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray)),
    linear-gradient(90deg, transparent calc(100% - 1px), var(--color_gray) 50%, var(--color_gray));
  background-repeat: repeat;
  background-size: 16px 16px;
  margin: 0 0 0 1em;
}

.c-tabBody__item .p-postList .p-postList__title {
  flex-grow: 1;
}

.c-tabBody__item .p-postList__meta {
  text-align: center;
}

/* -----------------------------
サイドバー設定（装飾）
----------------------------- */
.widget_archive select,
.widget_categories select,
.wp-block-archives select,
.wp-block-categories select {
  border: 1px solid var(--color_main);
}

.c-listMenu a {
  border-bottom: 1px dashed var(--color_main);
}

.widget_categories > ul > .cat-item > a:before,
.wp-block-categories-list > li > a:before {
  color: var(--color_main);
}

/* -----------------------------
目次の設定
----------------------------- */
ul.is-style-index li:before {
  font-family: 'Font Awesome 6 Free';
  content: '\f044' !important;
  border-bottom: 0;
  border-left: 0;
  top: 0;
  background: no-repeat;
}

.p-toc__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dashed var(--color_main);
  transition: color 0.3s ease;
}

.p-toc__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color_main);
  transition: width 0.3s ease;
  z-index: 1;
}

.p-toc__link:hover {
  color: var(--color_main_hover);
}

.p-toc__link:hover::after {
  width: 100%;
}
/* 検索フォーム全体 */
#search-2 .c-searchForm {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  overflow: hidden;
}

/* 入力欄 */
#search-2 .c-searchForm__s {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
}

/* プレースホルダー */
#search-2 .c-searchForm__s::placeholder {
  color: #999;
}

/* 検索ボタン */
#search-2 .c-searchForm__submit {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: var(--color_main) !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
    right: 10px;
    top: initial;
}

/* ホバー */
#search-2 .c-searchForm__submit:hover {
  opacity: .85;
  transform: scale(.96);
}
/*---------------------------------------*/
/*企業情報ページ*/
/*---------------------------------------*/
/*会社概要*/
.company_profile_section .wp-block-table th{
	border-bottom:1px solid #9E2427;
	border-top:1px solid #9E2427;
	padding: 1em .5em;
}
.company_profile_section .wp-block-table td{
	border-bottom:1px solid #5D5D5D;
	border-top:1px solid #5D5D5D;
	padding: 1em .5em;
}
@media (max-width: 959px){
.company_profile_section .wp-block-table>table tr>:first-child:not(.-no1){
	width:35% !important;
}
}
/*---------------------------------------*/
/*レッスン案内ページ*/
/*---------------------------------------*/
/*アンカーセクション*/
/*アンカーボタン*/
.lesson_anker_section a.swell-block-button__link {
    padding: 1em;
}
/*ボタン前comment*/
.comment_box {
	margin-bottom:0.2em !important;
}
@media (min-width: 600px){
	.comment_box {
    min-height: 3.5em;
	align-items: end;
    margin-top: auto;
    display: flex;
    justify-content: center;
}
}
.lesson_cover{
	position: relative;
	overflow: hidden;
}
.lesson_cover::after{
	content:"";
	position:absolute;
	inset:0;
	backdrop-filter: blur(5px);
}
/*講師ごとの料金表*/
.lesson_price_wrap .wp-block-image{
	overflow: hidden;
}

/*---------------------------------------*/
/*初心者の方ページ*/
/*---------------------------------------*/

/*メインビジュアル*/
.beginner_mv{
	position:relative;
}
.beginner_mv h1{
	line-height:1.3em;
}

@media (min-width: 960px){
.beginner_mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
    z-index: 0;
}
}
@media (max-width: 959px){
.beginner_mv .text_wrap{
	position:relative;
}
.beginner_mv .text_wrap::after{
         content: "";
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 50%;
        background: #000;
        z-index: -1;
        transform: translate(-50%, 0);
}
}
/*メインビジュアルポイント*/
.beginner_mv .wp-block-group.is-row {
    gap: 1em;
}
@media (min-width: 600px) and (max-width: 959px) {
.beginner_mv_point .sp_{
	display:none;
}
}
@media (max-width: 959px){
	.beginner_mv .wp-block-group.is-row{
justify-content: center;
		}
}
.beginner_mv_point {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem !important;
	min-height: 50px;
	overflow: visible;
	z-index: 1;
	line-height:1.2em;
}

/* 外枠 */
.beginner_mv_point::before {
	content: "";
	position: absolute;
	inset: -4px;
	border: 4px solid rgba(245,245,240,.68);
	z-index: -2;
}

/* 右側の斜め */
.beginner_mv_point::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: #EBE8E5;
	clip-path: polygon(
		50% 0,
		100% 0,
		100% 100%,
		0 100%
	);
	z-index: -1;
}
/*アンカーボタン*/
.reason_anker_btn{
	transition:.3s;
}
.reason_anker_btn:hover{
	transition:.3s;
	opacity:0.7;
}
@media (min-width: 959px){
/*アンカーセクション*/
.reason_anker_section .swell-block-columns__inner {
    justify-content: center;
}
}
@media (max-width: 959px){
	.reason_anker_btn{
		padding:0 !important;
	}
	.reason_anker_btn h3 span{
		font-size:15px !important;
		font-weight: 600;
	}
.reason_anker_btn .wp-block-cover {
    min-height: 19vw !important;
}
}
/*選ばれる理由内イメージ画像*/
@media (max-width: 959px){
.beginner_reason_img{
	height: 40vw;
}
}
/*選ばれる理由内特徴*/
.beginner_point_column .wp-block-cover{
	padding:1em;
}
.beginner_point_column p{
	line-height:1.2em;
}
@media (max-width: 599px) {
	.beginner_reason_wrap{
	padding:.5em !important;
}
	.beginner_reason_wrap .wp-block-cover{
		min-height:32vw !important;
	}
	.beginner_point_column p{
	line-height:1.1em;
	font-size:14px !important;
}
}
.beginner_point_column img{
	object-fit: contain !important;
}

/*体験レッスン申し込みステップ*/
@media (min-width: 960px) {
.lesson_step{
	position:relative;
}
.lesson_step::after{
	content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #A78833;
    z-index: -1;
    width: 75%;
	transform:translate(-50%,-50%)
}
}
.step_num{
	width: 45px;
	height:45px;
	margin: 0 auto;
	padding:0px!important;
    border-radius: 100px;
    line-height: 45px;
    aspect-ratio: 1;
	display:flex;
	justify-content: center;
    align-items: center;
	z-index:1;
}
.step_num span{
	letter-spacing:2px;
}
/* ----------------------------------- */
/*アコーディオン*/
/* ----------------------------------- */
.faq_section .swell-block-accordion__title{
	background:#fff !important;
}
.faq_section .__icon--closed.icon-caret-down:before, .faq_section .__icon--opened.icon-caret-up:before{
	color: var(--wp--preset--color--swl-main) ;
}
.faq_section .swell-block-accordion__title::before,
.faq_section .swell-block-accordion__body::before{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	padding-bottom:3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.faq_section .swell-block-accordion__title::before{
	 content: "Q";
	background: var(--wp--preset--color--swl-main) ;
	font-weight:400;
}
.faq_section .swell-block-accordion__body::before {
    content: "A";
	background: #404040;
	font-weight:400;
}
.faq_section .swell-block-accordion__title .swell-block-accordion__label,
.faq_section .swell-block-accordion__body p{
	padding-left:2.5em;
}
/*---------------------------------------*/
/*アクセス案内ページ*/
/*---------------------------------------*/
/*グレーボタン*/
.grey_btn a {
    color: #404040;
}
.grey_btn a:hover{
	background:#404040;
}
/*三角の背景装飾*/
.triangle_back {
	position: relative;
	overflow: hidden;
}
.triangle_back::before,
.triangle_back::after {
	content: "";
	position: absolute;
	width: 90px; /* サイズ調整 */
	height: 200px;
	background: #F0F0EC; /* 三角の色 */
	pointer-events: none;
}
/* 左上 */
.triangle_back::before {
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
/* 右下（反転） */
.triangle_back::after {
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/*案内表内・ボタン付きカラム*/
.access_how_wrap.is-row.wp-block-group.is-row{
align-items:center;
gap:10px;
}
.access_how_wrap .swl-inline-btn a{
align-items:center;	
gap: 5px;
}

@media (max-width: 959px) {
.access_how_wrap.wp-block-group.is-row{
	display:block !important;
}
.access_how_wrap .swl-inline-btn {
    margin-top: 5px;
}
}
/*---------------------------------------*/
/*スタッフ紹介ページ*/
/*---------------------------------------*/
@media (max-width: 959px) {
.introduce_group .wp-block-group.is-row {
    display: block;
}
}
/*スライドをタブレットでは停止及び2列にする*/
@media (min-width: 600px) and (max-width: 959px) {

	.staff_slide .swiper-wrapper {
		transform: none !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.staff_slide .swiper-slide {
		width: auto !important;
	}

	/* 複製スライドを非表示 */
	.staff_slide .swiper-slide-duplicate {
		display: none !important;
	}

	/* 矢印非表示 */
	.staff_slide .swiper-button-prev,
	.staff_slide .swiper-button-next {
		display: none !important;
	}
}
/*名前*/
.name_column span {
    line-height: 1.2em !important;
}
.name_column {
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 959px){
	.name_column {
    justify-content:center;
	}
	.name_column h3{
		text-align:center !important;
	}
}
/*自己紹介*/
.introduce_item p{
	font-size:13px;
}
.introduce_item .swl-bg-color {
	display:flex;
	justify-content: center;
    align-items: center;
    min-width: 85px;
	width:85px;
	height: 30px;
    text-align: center;
	margin-right: 5px;
	padding:0;
}
/*---------------------------------------*/
/*お問い合わせページ*/
/*---------------------------------------*/
/*その他のお問い合わせボックス*/
.contact_other_box {
    padding: 2em 5% !important;
}
/*---------------------------------------*/
/*回遊ボタン*/
/*---------------------------------------*/
.tour_btn span {
    line-height: 1;
}
.tour_btn{
	transition:.3s;
}
.tour_btn:hover{
	transition:.3s;
	opacity:0.7;
}