/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&display=swap');*/
:root {
    --c-main: #df8999;
    --c-maintext: #e3405f;
    --site-padding: calc(.5em + 2vw);
    --gutter-min: calc(.5em + .5vw);
    --gutter-s: calc(1em + .6vw);
    --gutter-m: calc(1.8em + 1vw);
    --gutter-l: calc(3em + 1.5vw);
    --gutter-xl: calc(4em + 2vw);
    --bd1: rgba(0,0,0,.15);
    --bd2: rgba(231,162,174,.5);
    --btn-green: #7bc97b;
    --btn-green-hover: #56cf56;
    --padding-l: calc(3em + 2vw);
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
.bg-wht {
    background: #fff;
}
.bg-gray {
    background: #fff4f4;
}
.c-main {
    color: var(--c-main);
}
.c-maintext {
    color: var(--c-maintext);
}
.c-gray {
    color: #8d8d8d;
}
.mgt-0 {
    margin-top: 0!important;
}
.mgt-01 {
    margin-top: .1em;
}
.mgt-02 {
    margin-top: .2em;
}
.mgt-03 {
    margin-top: .3em;
}
.mgt-05 {
    margin-top: .5em;
}
.mgt-1 {
    margin-top: 1em;
}
.mgt-s {
    margin-top: var(--gutter-s);
}
.mgt-min {
    margin-top: var(--gutter-min);
}
.mgt-m {
    margin-top: var(--gutter-m);
}
.mgt-l {
    margin-top: var(--gutter-l);
}

.al-l {
    text-align: left;
}
.al-r {
    text-align: right;
}
.al-c {
    text-align: center;
}
.bold {
    font-weight: bold;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif!important;
    line-height: 1.8;
    color: #232323;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100% !important;
    display: block;
    text-align: justify;
    overflow-x: hidden;
    background-color:#fff;
    max-width: 100%;
    height: auto;
    font-size: 14px; /* デフォルトより少し大きめ */
}
.from-pc2,
.from-pc,
.from-tab {
    display: none;
}
.gothic {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Meiryo", "Noto Sans JP", sans-serif !important;
}

@media screen and (min-width: 769px) {
    body {
        font-size: 16px; /* タブレット以上ならさらに大きく */
    }
    .from-tab {
        display: block;
    }
    .for-sp {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .for-tab {
        display: none;
    }
    .from-pc {
        display: block;
    }
}
.wrap {
    overflow: hidden;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-al-c {
    align-items: center;
}
.flex-jc-c {
    justify-content: center;
}
.flex-jc-sb {
    justify-content: space-between;
}
.flex-dr-c {
    flex-direction: column;
}
.fx-item-c-2 {
    width: 48%;
}
.flex-1 {
    flex: 1;
}
.grid {
    display: grid;
}
.grid-1-4 {
    grid-template-columns: repeat(1, 1fr);
}
.gap-s {
    gap: var(--gutter-s);
}
.gap-m {
    gap: var(--gutter-m);
}
.gap-l {
    gap: var(--gutter-l);
}
.gap-xl {
    gap: var(--gutter-xl);
}
.radius-m {
    border-radius: 8px;
}
.content-width {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
ol, ul, li {
    list-style: none;
}
/*div{
	text-align:center;
    box-sizing:border-box;
}*/
img{
	vertical-align:top;
    max-width: 100%;
}
a {
    text-decoration: none;
}
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.br-sp {
    display: none;
}
@media screen and (max-width: 700px) {
    .float_left, .float_right {
        float: none;
    }
    .br-sp {
        display: inline-block;
    }
}

/********************
パソコン
********************/

/*メイン*/
.main {
    margin: 0 auto;
}
/*.main-img {
    width: 100%;
}*/
/*.main-img_sp {
    display: none;
}*/

/*見出し*/
.midashi-img {
    width: 400px;
    margin-bottom: 50px;
}
.midashi-img2 {
    width: 600px;
    margin-bottom: 50px;
}

/*人気のポイント*/
.point {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 1em;
}

.point-sec {
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 50px 40px;
    border: 8px solid #fbecec;
    border-radius: 30px;
}
.point-h3 {
    font-size: 25px;
    text-align: left;
    margin-bottom: 30px;
}
.point-num {
    background-color: #d97e8e;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 7px 10px;
    margin-right: 15px;
}
.point-num-s {
    font-size: 15px;
    padding-right: 0.1em;
}

/*ポイント1*/
.specialist {
    display: inline-block;
    width: 100%; 
    margin-bottom: 50px;
}
.specialist-img {
    width: 100%;
}
.specialist-left {
    width: 35%;
}
.specialist-right {
    width: 60%;
    text-align: left;
}
.point-h4 {
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d97e8e;
    margin-bottom: 10px;
}
.point-h4-span {
    font-size: 18px; 
}
.point-h5 {
    font-size: 19px;
    margin-top: 13px;
    margin-bottom: 8px;
}
.mushimegane {
    width: 25px;
    margin-right: 3px;
}
.point-list {
    list-style-type: disc;
    margin-left: 2em;
}

.specialist-after-img_sp , .arrow {
    display: none;
}

.specialist-after-img {
    width: 80%;
}

.advisor , .coach {
    width: 48%;
    text-align: left;
    margin-top: 30px;
}
.advisor-img , .coach-img {
    width: 100%;
    margin-bottom: 20px;
}

/*ポイント2*/
.point2-h4 {
    text-align: left;
}
.point2-h4-img {
    height: 50px;
    margin-bottom: 20px;
}
.learn-point {
    margin-bottom: 50px;
}

/* 4カラム */
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    text-align: center;
}
.point2-1-img , .teacher-img {
    width: 100%;
    margin-bottom: 15px;
}

.col_4 > div{
	width: 25%;
	padding: 10px;
}
.col_4 p {
    line-height: 1.3em;
}
@media screen and (max-width: 1090px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}

.name {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #d97e8e;
    margin-bottom: 13px;
}
.name-katakana {
    font-size: 12px;
    margin-left: 2px;
}
.teacher-p {
    text-align: left;
}

/*ポイント3*/

.point3-1 {
    width: 350px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 3カラム */
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.point3-1-img{
    width: 100%;
    margin-bottom: 15px;
}

.col_3 > div{
	width: 33%;
	padding: 10px;
}
.col_3 p {
    font-size: 11px;
    line-height: 1.3em;
}
@media screen and (max-width: 1090px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

/*受講者の声*/
.voice {
    background-color: #fdf8f8;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.voice-con {
    display: inline-block;
    max-width: 1400px;
    width: 80%;
}
.voice-sec {
    width: 50%;
}
.voice-img {
    width: 100%;
}

/*切り替え*/
.div1 {
	height: 150px;
}
.partation {
	bottom: -100px;
	width: 100%;
	height: 300px;
	fill: #fdf8f8;
}

/*取得までのスケジュール*/
.schedule {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.schedule-sec {
    display: inline-block;
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
}
.schedule-img {
    width: 400px;
    margin-top: 40px;
}

.nen {
width: 200px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 40px;
padding-bottom: 20px;
font-size: 25px;
font-weight: bold;
text-align: center;
border-bottom: 2px solid #d97e8e;
}
.schedule-p-tbl,
.schedule-p {
    width: 100%;
    font-size: 50px;
    font-weight: bold; 
}


.tsuki {
    font-size: 35px;
    font-weight: bold; 
    padding-right: 5px;
}
.saturday, .sunday, .weekday {
    width: 30px;
    margin: 0 .4em 0 .2em;
    vertical-align: baseline;
}
/*.weekday {
    width: 18px;
    margin-left: .1em;
    vertical-align: baseline;
}
*/
.time {
    font-size: 25px;
}

/*事前説明会*/
.schedule-con1 {
    border: 3px solid #f4dbdb;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
}
.schedule-con2 {
    display: inline-block;
    max-width: 100%;
    background-color: #fcf4f4;
    border: 5px solid #fff;
    width: 100%;
    margin: 0 auto;
}
.schedule-img2 {
    margin-bottom: 50px;
}

.schedule-p2 {
    font-size: 50px;
    font-weight: bold; 
    margin-bottom: 50px;
}
.nen2 {
    font-size: 30px;
    font-weight: bold; 
}
.sunday2 {
    width: 33px;
    margin: 3px 18px 3px 8px;
}

/*カリキュラム*/
.curriculum{
    margin-top: 50px;
}
.curriculum-day {
    background-color: #ddcbcb;
    color: #fff;
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
.curriculum-table {
    max-width: 1500px;
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebd2d2;
}
.curriculum-time {
    background-color: #f3e2e2;
    padding: 10px 10px;
    border: 1px solid #ebd2d2;
    width: 170px;
}
.curriculum-p {
    text-align: left;
    padding: 15px 15px;
    border: 1px solid #ebd2d2;
}

/*料金のご案内*/
.container {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: var(--padding-l);
    padding-bottom: var(--padding-l);
}
.price-sec {
    display: inline-block;
    max-width: 1400px;
    width: 80%;
    margin-bottom: 80px;
}

.price-table {
    margin: 0 auto;
    border-spacing: 4px;
    line-height: 1.3;
    width: 100%;
    max-width: 768px;
}
.price-p {
    font-size: 30px;
    text-align: left;
    padding: .8em;
    background: #f0f0f0;
}
.shikaku-name {
    background-color: #ebb8b8;
    font-size: 20px;
    padding: 10px 13px;
    text-align: left;
/*    border: 5px solid;*/
}
.yen , .komi {
    font-size: 20px; 
    margin-right: 5px;
    margin-left: 5px;
}

.price-con {
    display: inline-block;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 2px solid #f4dbdb;
    border-top: 20px solid #f4dbdb;
    padding: 30px;
}
.price-left {
    width: 100%;
}
.price-normal {
    font-size: 30px;
    margin-top: 50px;
    text-decoration: line-through;
    letter-spacing: 0.1em;
}
.price-special {
    font-size: 60px;
    color: red;
}
.yen3 , .komi3 {
    font-size: 30px; 
    margin-right: 5px;
    margin-left: 5px;
}

/*お問合せはこちらから*/
.foot-btn {
    width: 100%;
    margin: 2em 0;
    display: flex;
    justify-content: center;
}
.btn-contact {
    font-feature-settings: 'palt';
    font-size:clamp(18px,3.2vw,32px);
    background: url('image/btn_contact_bg.webp') no-repeat right center/cover;
    color: #000;
    font-weight: bold;
    padding: .8em .5em;
    border-radius: .5em;
    outline-offset: -3px;
    outline: 1px solid rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 740px);
    height: min(5em, 120px);
    box-shadow: 4px 4px 4px rgba(0,0,0,.13);
    line-height: 1.5;
    transition: all, .2s;
    overflow: hidden;
}
.btn-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('image/btn_contact_bg.webp') no-repeat right center/cover;
    transition: filter 0.2s ease;
    z-index: -1; /* ボタン本体より下に配置 */
}
.btn-contact span {
  position: relative; /* z-indexを有効にするため */
  z-index: 1; /* 疑似要素よりさらに上に表示 */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn-contact:hover::before {
  filter: saturate(160%); /* 疑似要素（背景画像）にのみフィルターを適用 */
}
.btn-contact:active::before {
  filter: saturate(160%); /* 疑似要素（背景画像）にのみフィルターを適用 */
}

.btn-contact:hover {
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    transform: translate(2px, 2px);
    background-position: ;
}
.mgb-0 {
    margin-bottom: 0;
}
.btn-arrow-right {
    width: 1em;
    margin-left: .6em;
    animation: bounceRight 1.2s ease-in-out infinite;
}
@keyframes bounceRight {
    0%, 100% {
        transform: translateX(0); /* 開始と終了は元の位置 */
    }
    50% {
        transform: translateX(5px); /* 真ん中で右に3px移動 */
    }
}
/*フッター*/
.footer {
    background-color: #d97e8e;
}
.footer-p {
    color: #fff;
    padding: 10px;
}
.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}
.leader-1 {
    font-size:clamp(20px,4vw,38px);
    line-height: 1.5;
}
.leader-2 {
    display: inline-block;
    padding: .3em .5em;
    border-top: 1px solid var(--bd2);
    border-bottom: 1px solid var(--bd2);
}
.leader-3 {
    position: relative;
    display: inline-block;
    padding: .3em .5em;
    border-top: 1px solid var(--bd2);
    border-bottom: 1px solid var(--bd2);
    &:before {
        content: '';
        background: #fbf3f7;
        display: block;
        width: 100%;
        height: 94%;
        position: absolute;
        top: 3%;
        left: 0;
        z-index: -1;
    }
}
.site-inner {
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
}
.main-upper {
    /*height: clamp(540px, 90svh, 780px);*/
    /*height: 500px;*/
    /*padding: 1em 0;*/
    /*align-items: center;*/
}
.main-upper-content {
    gap: 4vw;
}
.main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-relative {
    position: relative;
}
.text-link {
    padding: .5em 1.8em .5em .8em;
    border: 1px solid #dedede;
    border-radius: 6px;
    display: inline-block;
    transition: all, .2s;
    font-weight: bold;
    position: relative;
    text-align: center;
    background: var(--btn-green);
    color: #000;
    line-height: 1.5;
}
.tl-arrow-right {
    position: relative;
}
.tl-arrow-right:before {
    content: '';
    width: .8em;
    height: .8em;
    background: url(image/arrow-right.svg) no-repeat center/contain;
    position: absolute;
    right: .5em;
    top: calc(50% - .4em);
}
.text-link:hover {
    background: var(--btn-green-hover);
}
.tl-large {

}
.iframe-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.iframe-movie iframe {
  width: 100%;
  height: 100%;
}
.faq-item {
    padding: .8em .1em;
}
.faq-a,
.faq-q {
    position: relative;
    margin-top: 1em;
    padding-left: 38px;
}
.faq-a:before,
.faq-q:before {
    display: flex;
    justify-content: center;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: .9;
    font-variation-settings: "wght" 500;
}
.faq-q:before {
    content: 'Q';
    color: #7bc97b;
}
.faq-a:before {
    content: 'A';
    color: var(--c-main);
}


/********************
スマホ
********************/
@media screen and (max-width: 700px){
   
   /*見出し*/
    .midashi-img {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .midashi-img2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    /*人気のポイント*/
    .point {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .point-sec {
        display: inline-block;
        padding: 20px 18px;
        border: 5px solid #fbecec;
    }
    .point-h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .point-num {
        font-size: 18px;
        padding: 5px 8px;
        margin-right: 10px;
    }
    .point-num-s {
        font-size: 14px;
    }
    
    /*ポイント1*/
    .specialist {
        margin-bottom: 30px;
    }
    .specialist-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .specialist-right {
        width: 100%;
    }
    .point-h4 {
        font-size: 20px;
        padding-bottom: 7px;
        margin-bottom: 8px;
    }
    .point-h4-span {
        font-size: 16px; 
    }
    .point-h5 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 7px;
    }
    .mushimegane {
        width: 23px;
    }

    .specialist-after-img {
        width: 100%;
    }
    
    .advisor {
        width: 100%;
        margin-top: 30px;
    }
    .coach {
        width: 100%;
        margin-top: 50px;
    }
    .advisor-img , .coach-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .specialist-after-img {
        display: none;
    }
    .specialist-after-img_sp {
        display: inline-block;
        width: 100%;
    }
    .arrow {
        display: inline-block;
        width: 17%;
        margin-top: 10px;
    }

    /*ポイント2*/
    .point2-1-img {
        width: 100%;
    }
    .col_4 > div{
        padding: 5px;
    }
    /*.col_4 p {
        font-size: 11px;
    }*/

    /*ポイント3*/
    .point3-1{
        width: 100%;
    } 

    /*受講者の声*/
    .voice {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .voice-con {
        max-width: 100%;
        width: 100%;
    }
    .voice-sec {
        width: 100%;
    }

    /*切り替え*/
    .partation {
        height: 150px;
    }
    .div1 {
        height: 80px;
    }

    /*取得までのスケジュール*/
    .schedule {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .schedule-sec {
        max-width: 100%;
        width: 100%;
    }
    .schedule-img {
        width: 90%;
        margin-top: 60px;
    }
    
    .nen {
    width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    }
    .schedule-p-tbl,
    .schedule-p {
        width: 100%;
        font-size: 30px;
        margin-bottom: 0;
    }
    .tsuki {
        font-size: 24px;
        font-weight: bold; 
        padding-right: 5px;
    }
    .saturday, .sunday, .weekday {
        width: 18px;
        margin: 20px 13px 0 5px;
    }
    .time {
        font-size: 15px;
    }
    
    /*事前説明会*/
    .schedule-con1 {
        border: 3px solid #f4dbdb;
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
    }
    .schedule-con2 {
        max-width: 100%;
        border: 4px solid #fff;
        width: 100%;
    }
    .schedule-img2 {
        margin-bottom: 30px;
    }
    
    .schedule-p2 {
        font-size: 30px;
        font-weight: bold; 
        margin-bottom: 50px;
    }
    .nen2 {
        font-size: 18px;
        font-weight: bold; 
    }
    .sunday2 {
        width: 22px;
        margin: 17px 0px 3px 3px;
    }

    /*カリキュラム*/
    .curriculum{
        margin-top: 30px;
    }
    .curriculum-day {
        width: 90%;
        margin-top: 30px;
    }
    .curriculum-table {
        max-width: 90%;
        width: 90%;
        font-size: 12px;
    }
    .curriculum-time {
        padding:5px;
        width: 25%;
    }
    .curriculum-p {
        padding: 5px 10px;
    }


    /*料金のご案内*/
    .price {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .price-sec {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
    }

    .price-p {
        font-size: 25px;
/*        padding-left: 0px;*/
        padding: .5em;
    }
    .shikaku-name {
        font-size: 13px;
        padding: 3px 5px;
    }
    .yen , .komi {
        font-size: 13px; 
        margin-right: 2px;
        margin-left: 2px;
    }

    .price-con {
        margin-bottom: 50px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .shikaku , .price-right {
        width: 100%;
    }

    .price-normal {
        font-size: 20px;
        margin-top: 10px;
    }
    .price-special {
        font-size: 40px;
    }
    .yen3 , .komi3 {
        font-size: 18px;
    }
    .note {
        font-size: 10px;
    }

    /*お問合せはこちらから*/
    .btn-img {
        width: 90%;
    }

    /*フッター*/
    .footer-p {
        font-size: 10px;
    }

}
.palt {
    font-feature-settings: 'palt';
}
.small {
    font-size: .8em;
}
.x-small {
    font-size: .6em;
}
.large {
    font-size: 1.2em;
}
.fs-m {
    font-size: 1.6em;
}
.fs-mm {
    font-size:clamp(16px,3vw,18px);
}
.fs-l {
    font-size:clamp(20px,3vw,30px);
}
.fs-xl {
    font-size:clamp(23px,4.5vw,40px);
}
.fs-main-1 {
    font-size:clamp(26px,7vw,86px);
}
.fs-main-2 {
    font-size:clamp(18px,4vw,50px);
}
.fs-main-3 {
    font-size:clamp(18px,6vw,40px);
}
.fs-main-4 {
    font-size:clamp(14px,4vw,28px);
}
.copy-3 {
    padding: .3em 1em;
    background: var(--c-maintext);
    color: #fff;
    border-radius: 100vh;
}
.lh-1-2 {
    line-height: 1.2;
}
.lh-1-3 {
    line-height: 1.3;
}
.lh-1-5 {
    line-height: 1.5;
}
.small-w {
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--site-padding);
    max-width: 840px;
}
.small-m {
    /*padding: 0 var(--site-padding);*/
    max-width: 1024px;
}
.d-i-block {
    display: inline-block;
}
.tbl-2 {
    th,td {
        padding: calc(.5em + .5vw);
    }
    th {
        background: #dfdfdf;
    }
    td {
        background: #f4f4f4;
    }
}
.w-100 {
    width: 100%;
}
.d-block {
    display: block;
}
.lec-item {
    flex: 1 1 calc(100% - (var(--site-padding) * 2));
    max-width: 400px;
    display: flex;
    flex-direction: column;
    padding: 1em 1em 2.2em;
    border: 1px solid var(--bd1);
    &:before {
        content: '';
        width: calc(46% + 5vw);
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle at center, #ffe7eb, #fff8fa);
        z-index: -1;
        outline: 3px solid rgba(255,255,255,.3);
        /* display: block; */
        padding-top: calc(46% + 5vw);
        border-radius: 50%;
        box-shadow: 0 0 40px 1px rgb(253 215 221 / 82%);
    }
}
.lec-item-link {
    margin-top: auto; /* Pushes the link to the bottom */
    padding-top: .5em;
    align-self: center; /* Centers the link horizontally within the flex item */
    position: relative; /* Keep this for the pseudo-element arrow */
    z-index: 1; /* Ensure the link is above the background circle */
}
.lec-item-title {
    height: 3em;
}
.btn-light {
    overflow: hidden;
}
.btn-light:before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%; /* 初期位置を左外に大きく設定 */
    width: 60%; /* ボタンの幅よりも大きく設定 */
    height: 100%;
    /* 斜めのグラデーション */
    background: linear-gradient(
        90deg, /* ★ 45度の角度で斜めに光が走るように設定 ★ */
        transparent,
        rgba(255, 255, 255, 0.4), /* 少し強めの光 */
        transparent
    );
    /* ぼかし効果を追加して、よりソフトな光にする (任意) */
    filter: blur(2px); /* 光の帯のぼかし */
    animation: light-sweep-diagonal 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite; /* アニメーション適用 */
    pointer-events: none; /* ボタンのクリックを邪魔しないようにする */
    transform: skewX(-20deg); /* ★ 光の帯自体を少し斜めに傾ける（オプション） ★ */
    transform-origin: top left; /* 傾ける際の基準点を設定 */
}
.text-shadow {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .11);
}
.btn-arrow-bottom {
    padding: .5em .8em;
}
.btn-arrow-bottom:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('image/arrow-down.svg') no-repeat center/contain;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 8px);
}
.logo-ca {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 2;
    gap: .8em;
}
.img-logo {
    width: min(7.5vw, 40px);
}

@keyframes light-sweep-diagonal {
    0% {
        left: -150%; /* 左外からスタート */
    }
    90% {
        left: 150%; /* 右外へ移動 */
    }
    100% {
        left: 150%; /* 右外へ移動 */
    }
}
.marker-text {
  /* 背景にグラデーションを設定 */
  background-image: linear-gradient(
    to bottom, /* グラデーションの方向 */
    transparent 50%, /* 上60%は透明 */
    #ffdc5d 50% /* 下40%は水色 */
  );
  background-repeat: no-repeat; /* 背景画像を繰り返さない */
  background-position: 0 100%; /* 背景画像を左下から開始 */
  background-size: 100% 100%; /* 背景画像のサイズ */
}
.course-hex-wrap {
    gap: 2vw;
}
.course-hex {
    position: relative;
    font-size:clamp(10px,3vw,18px);
    letter-spacing: -.1em;
    line-height: 1.4;
    flex: 1;
}
.course-hex:after {
    content: '';
    padding-top: 100%;
}
.course-hex:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('image/bg_hex.webp') no-repeat center/contain;
    z-index: -1;
}
.course-hex-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.list-date {
    font-size:clamp(15px,3vw,23px);
    max-width: fit-content;

    li {
        padding: .5em 1em;
        border-bottom: 2px dotted var(--bd2);
    }
}
.fv-t-bg {
    padding: 1em;
    background: rgba(255,255,255,.65);
}
@media screen and (min-width: 768px) {
    .lec-item {
        flex: 1 1 calc((100% - var(--gutter-m)) / 2);
        max-width: calc(50% - var(--gutter-m) / 2); /* 2列の最大幅を考慮 */
    }

    .grid-1-4 {
        grid-template-columns: repeat(4, 1fr);
    }
/*    .main-upper {
        height: 94svh;
        min-height: 800px;
    }
*/    .course-hex {
        letter-spacing: 0;
    }

/*    .weekday {
        width: 24px;
        margin-left: .3em;
        vertical-align: bottom;
    }
*/
}

@media screen and (min-width: 1024px) {
    .fv-t-bg {
        background: rgba(255,255,255,.3);
    }
    .price-left {
        width: 100%;
    }
    .foot-btn {
        margin: 3em 0;
    }
    .main-upper-content {
        gap: 0;
    }
    .list-date {
        li {
            padding: .5em 3em;
        }
    }

}
@media screen and (min-width: 1280px) {
    .from-pc2 {
        display: block;
    }
    .lec-item {
        padding: 1.4em 1.2em 2.2em;
        flex: 1 1 calc((74% - var(--gutter-m) * 2) / 3);
        max-width: calc(25% - (var(--gutter-m) * 2) / 3); /* 3列の最大幅を考慮 */
    }
}





/* ウェビナーボタンの基本スタイル */
/* モバイル（ベーススタイル） */
.btn-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* スマホでは横幅いっぱい */
    max-width: 720px; /* 広がりすぎ防止 */
    margin: 0 auto;
    padding: 16px 40px 16px 20px;
    background: radial-gradient(circle at center, #e63946 0%, #b91c1c 100%);
    color: #ffffff !important;
    font-weight: bold;
    font-size: 18px; /* スマホ時の最小フォントサイズ */
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border-radius: 10px; /* 指定の角丸 */
    box-shadow: 0 4px 12px rgba(185, 28, 28, 0.4);
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* 上品な光のライン */
.btn-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    z-index: 1;
    animation: shine 4s infinite;
}

/* 矢印（三角形） */
.btn-arrow {
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #ffffff;
    z-index: 2;
    animation: arrow-move 1.5s infinite;
}
.t-img-wrap {
    width: 40%;
}

/* デスクトップ用 (768px以上) */
@media screen and (min-width: 768px) {
    .btn-cta {
        font-size: 30px;  /* 指定の最大フォントサイズ */
        padding: 26px 60px 26px 40px;
    }

    .btn-arrow {
        right: 30px;
        border-width: 10px 0 10px 15px; /* 矢印も少し大きく */
    }

    .for-sp {
        display: none; /* PCでは改行を消す */
    }
}

/* アニメーション定義 */
@keyframes shine {
    0% { left: -100%; }
    15% { left: 150%; }
    100% { left: 150%; }
}

@keyframes arrow-move {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(6px); }
}

/* ホバー・アクティブ時 */
.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(185, 28, 28, 0.5);
    filter: brightness(1.1);
}

.btn-cta:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(185, 28, 28, 0.4);
}






/* ベースのスタイル */
.lecturer-grid {
    text-align: left;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr; /* モバイルは1列 */
}

/* PC向けの設定 (768px以上) */
@media (min-width: 768px) {
    .lecturer-grid {
        grid-template-columns: repeat(2, 1fr); /* PCは2列 */
    }
}

.lecturer-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column; /* モバイル：縦並び */
}

/* PCでカード内部を横長に */
@media (min-width: 1024px) {
    .lecturer-card {
        flex-direction: row; /* PC：横並び */
        align-items: flex-start;
    }
}

.lecturer-img-wrap {
    flex-shrink: 0;
    width: 90%; /* 画像のサイズ固定 */
    max-width: 200px;
    aspect-ratio: 3 / 3.8;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.lecturer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.lecturer-name {
    font-size: 1.25rem;
    border-bottom: 1px solid #e7c6cc;
}

.lecturer-katakana {
    display: block;
    font-size: 0.9rem;
    color: #555;
    margin-top: .3em;
}

.lecturer-bio {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: .8em;
}

.lecturer-list {
    list-style: none; /* デフォルトの点を除去 */
    padding: 0;
    margin: 10px 0 0 0; /* タイトルとの間隔 */
}

.lecturer-list li {
    position: relative;
    padding-left: 1em; /* 箇条書き記号のスペース */
    margin-bottom: 0.5em; /* リスト間の余白 */
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
}

/* 箇条書き記号をカスタム */
.lecturer-list li::before {
    content: "*";
    position: absolute;
    left: 0;
    top: .25em;
    color: #e7c6cc;
}

/* 最後のリストアイテムは下余白を0にする場合 */
.lecturer-list li:last-child {
    margin-bottom: 0;
}