.g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
  height: 100lvh;/*ナビの高さ*/
  background:#999;
    /*動き*/
  transition: all 0.3s;
}
.g-nav__remove{
    position:absolute;
    top:20px;
    right:20px;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
.g-nav.panelactive{
  position:fixed;
  top:0;
  opacity: 1;
  z-index:10000;
}

/*ナビゲーションの縦スクロール*/
.g-nav.panelactive .g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 10000; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 10000;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

.g-nav li{
  list-style: none;
    text-align: center; 
}

.g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}



.l-header{
    background-image:url(../img/campaign-creators-e6n7uoEnYbA-unsplash.jpg);
    background-size: cover;
    height:100vh;
    padding:40px;
    margin-bottom:200px;
}
.l-header::after{
    content: "";
    background: rgba(255,255,255,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:110vh;
}

.b-header{
    background-color:#DB9501;
    color:white !important;
    display:flex;
    justify-content: space-between;
    font-family: "Poetsen One", sans-serif;
    padding:20px;
    text-shadow: 1px 2px 3px #3f3e3e;
    position:relative;
    z-index:1;
    vertical-align: middle;
}
.b-header-nav{
    width:60%;
}
.b-header-nav__list{
    display:flex;
    justify-content:space-between;
    font-size:22px;
}
.b-header-nav__item , .b-header__title{
    padding:14px;
}
.b-header__title{
    line-height:80px;
}
.b-header-nav__item_state_button{
    background-color:#C05805;
}
.l-top-image{
    margin-top:30vh;
}
.b-top-image{
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: lighter;
    position:relative;
    z-index:1;
    font-size:40px;
}
.b-top-image__text{
    font-size:30px;
    font-weight:bold;
}

.l-sub-header{
    background-image:url(../img/campaign-creators-e6n7uoEnYbA-unsplash.jpg);
    background-size: cover;
    height:70vh;
    padding:40px;
    margin-bottom:150px;
    position:relative;
    z-index:1;
}
.l-sub-header::after{
    content: "";
    background: rgba(255,255,255,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.l-sub{
    text-align:center;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.b-sub{
    color:black;
    font-size:20px;
}
.b-sub__explain {
    line-height:2.0;
    margin-bottom:150px;
    font-family: 'Helvetica Neue', Arial, sans-serif; /* モダンなフォントを設定 */
    font-size: 16px; /* 読みやすいサイズを設定 */
    color: #333; /* ダークグレーで落ち着いた印象 */
    background-color: #f9f9f9; /* 軽い背景色を追加 */
    padding: 20px; /* 内側に余白を追加 */
    border-left: 5px solid #DB9501; /* 左側にカラーのボーダー */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* 軽いシャドウを追加 */
    border-radius: 5px; /* コーナーを少し丸める */
    position:relative;
    z-index:1;
}
.b-instructor__explain{
    line-height:2.0;
    position:relative;
    z-index:1;
}
.b-instructor__image{
    margin:0 auto;
    border-radius:50%;
}
.l-instructor{
    width:80%;
    margin: 0 auto 150px;
    margin-bottom:150px;
    padding:100px;
    border: 1px solid #e1e1e1;
    border-radius: 15px; /* 角を丸く */
    box-shadow: 2px 4px 8px rgba(0, 0, 0,.3); /* より明確な影 */
    background-color:white;
}
.b-instructor{
    color: #2c2c2c; 
    font-size: 16px;
}
.b-dis{
    font-size:16px;
    width:60%;
    margin:0 auto;
}
.l-main{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.l-concept{
    padding:100px 0;
}
.concept{
    display:flex;
    font-family: Noto Sans, sans-serif !important;
}
.concept__text-content {
    max-width: 40%;
}

.concept__point {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    background-color:#DB9501;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 200px;
    margin: 20px 0;
    text-align: center;
}
.b-heading{
    text-align:center;
    font-family: Noto Sans, sans-serif !important;
    font-weight:normal;
    font-size:30px;
    border-right:5px solid #DB9501;
    border-left:5px solid #DB9501;
    width:50%;
    margin:0 auto 100px;
}
.concept__title{
    margin-bottom:30px !important;
    font-size:30px;
}
.l-contact{
    padding:100px 0;
    margin:0 auto;
    background-color:white;
}
.b-contact__heading{
    color:#DB9501;
    text-align:center;
    font-size:35px;
    margin-bottom:100px;
}



.b-contact__container a{
    display:inline-block;
}
.b-contact__container {
    display: flex;
    justify-content: space-around;
    width: 80%;
    max-width: 600px;
    color:white;
    padding: 20px;
    margin:0 auto;
}
.b-contact__button{
    background-color: #DB9501;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 10px;
    box-sizing: border-box;
}
.b-contact__button:hover {
    background-color: rgba(219, 149, 1, 0.8);
}
.b-contact{
    text-align:center;
}



@media screen and (max-width: 500px) {

    .b-contact__button {
        width: 80%;
        margin-bottom: 10px;
    }
}


.l-class{
    width:90%;
    margin:0 auto;
    
}
.b-class__title{
    color:black !important;
}
.b-planning{
    display:flex;
    justify-content:space-between;
    margin:0 auto;
}
.b-plan__list{
    text-align:left;
}
.b-class__fee{
    padding:60px 0;
}


/* プラン */

.b-planning {
    display: flex;
    gap: 30px; /* 余白を広げる */
    max-width: 1200px;
    width: 100%;
}

.b-plan {
    background: linear-gradient(135deg, #FDFCFB 0%, #E2D1C3 100%);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s, box-shadow 0.3s;
}

.b-plan:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
}

.b-plan__title {
    margin-top: 0;
    color: #333;
    font-size: 24px;
}

.b-plan__price {
    font-size: 28px;
    margin: 20px 0;
    color: #E76B12;
}
.b-plan__price-campaign{
    font-size:28px;
    margin:5px 0;
    color:#E76B12;
}

.b-plan__price span , .b-plan__price-campaign span{
    font-size: 18px;
    color: #555;
}

.b-plan__list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    flex-grow: 1; /* 保持するスペースを確保 */
}
.b-plan__item {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    color: #555;
}
.b-plan__btn-container {
    display: flex;
    justify-content: center;
}
.b-plan__btn {
    display: inline-block;
    text-decoration: none;
    background: #E76B12;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    transition: background 0.3s;
}
.b-plan__btn:hover {
    background: #CF5D0A;
}
.popular {
    background: linear-gradient(135deg, #ECE9E6 0%, #FFFFFF 100%);
    border: 2px solid #FF7C7C;
    transform: scale(1.05);
    position: relative;
}
.popular::before {
    content: "おすすめ";
    color: #fff;
    background: #FF7C7C;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*ここからよくある質問のcss */

.l-faq{
    margin: 0 auto 20px;
    max-width: 800px;
}
.b-faq {
    padding:50px;
    
}

.b-faq__title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.b-faq__item {
    margin-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
}

.b-faq__question {
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    color: #333;
    background-color: white;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b-faq__question:hover {
    background-color: #EFEFEF;
}
.b-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #333;
    padding-left: 10px;
    font-size: 16px;
    margin-top: 10px;
}
.b-faq__icon {
    font-size: 18px;
    transition: transform 0.3s;
}
.b-faq__icon i {
    transition: transform 0.3s;
}










/* 他社 */
.item-container {
    width:80%;
    margin:0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 20px;
}
.item {
    background-color: #fff;
    border: 2px solid #DB9501;
    border-radius: 15px 0 15px 0; /* 交差するボーダー */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
.item .content {
    text-align: center;
    color: #333;
    margin:50px 0;
}
.content img{
    margin: 50px auto;
}

.item .content h2 {
    margin: 0;
    font-size: 1.8em;
}

.item .content p {
    font-size: 1em;
    color: #666;
    margin-top: 10px;
}

.item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    pointer-events: none;
}
.item .content {
    position: relative;
    z-index: 2;
}
.l-coaching-section{
    padding:50px 0;
   
}
.b-coaching-section-item{
    text-align:left !important;
    padding:30px 10%;
}
.b-coaching-section__title{
    padding:10px;
    background-color:#DB9501;
    display:inline;
    color:white;
}
.b-coaching__section__example{
    display:flex;
    justify-content:space-between;
}
.b-coaching-section__example-item{
    border: 2px solid #DB9501;
    padding:20px;
    background-color:white;
}


.profile-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin: 20px;
    padding: 40px 70px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.profile-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.profile-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 60px;
}

.profile-details__name {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.profile-details__career{
    margin-top: 10px;
    line-height: 1.6;
    color: #666;
}
.d-blo{
    display:none;
}


















.fw-bold{
    font-weight:bold;
}
.align-left{text-align:left}
.align-center{text-align:center}
.align-right{text-align:right}
.align-top{vertical-align:top}
.align-middle{vertical-align:middle}
.align-bottom{vertical-align:bottom}
.mt-05{
    margin-top:50px;
}
.mb-05{
    margin-bottom:50px;
}
.mb-1{
    margin-bottom:100px;
}
.mb-2{
    margin-bottom:300px;
}
.mg-r{
    margin-right:auto;
}
.mg-l{
    margin-left:auto;
}
.flex-s{
    justify-content: flex-start;
}
.flex-e{
    justify-content:flex-end;
}
.flex-rev{
    flex-direction: row-reverse;
}
.mg-r-1{
    margin-right:60px;
}
.mg-l-1{
    margin-left:60px;
}
h3{
    font-size:24px;
    line-height:46px;
}
.bg-gray{
    background-color:#f5f5f5;
}
.bg-yellow{
    background-color:#fffcf5;
}



@media screen and (max-width:1200px){ 
    .b-heading{
        width:90%;
    }
    .item-container{
        display:block;
    }
    .item{
        margin-bottom:50px;
    }
    .concept__image{
        display:block;
        margin:0 auto;
        
    }
    .concept{
        display:block;
    }
    .concept__text-content{
        max-width:90%;
        margin:0 auto;
    }
    .profile-container{
        margin:20px auto;
        display:block;
        text-align:center;
    }
    .profile-photo{
        display:block;
        margin:0 auto;
    }
    .b-planning{
        display:block;
        width:60%;
    }
    .b-plan{
        margin-bottom:50px;
    }
    .d-none{
        display:none;
    }
    .l-sub-header .l-top-image{
        margin-top:25vh;
    }
    .b-coaching__section__example{
        display:block;
    }
    .b-coaching-section__example-item{
        margin-bottom:20px;
    }
    .d-blo{
        display:block;
    }
    
}

@media screen and (max-width:800px){
    .concept__title , .item .content h2 , .b-heading , .b-top-image__text{
        font-size:22px;
    }
    .b-top-image__heading{
        font-size:36px;
    }
    .item-container{
        width:98%;
    }
    .b-planning{
        margin:0;
        width:100%;
    }
}
@media screen and (max-width:500px){
    .concept__title , .item .content h2 , .b-heading  , .b-contact__heading, .b-planning , .b-coaching-section__title{
        font-size:16px;
    }
    .b-top-image__heading {
        font-size:24px;
        display:inline-block;
        border-bottom:1px solid black;
    }
    .b-header__title{
        font-size:22px;
    }
    .b-contact__container{
        display:block ;
    }
    .concept__text, .item .content p, .profile-details, .b-top-image__text , .b-faq__question , .b-dis{
        font-size:15px;
    }
    .l-header , .l-sub-header{
        padding:30px 10px 10px;
        background-image:url(../img/7D334318-DFBE-4E05-A4A8-B2C9BCF4B149_1_201_a.jpeg);
    }
    .b-header{
        padding:10px;
    }
    .b-header__title{
        line-height:40px;
    }
    .item{
        padding:10px;
    }
    .item .content{
        margin:10px 0;
    }
    .l-top-image{
        margin-top:45vh;
    }
    .b-faq{
        padding:30px 10px;
    }
    .b-top-image__heading{
        margin-bottom:30px;
    }
    .profile-container{
        padding:20px;
    }
    .b-dis{
        width:98%;
    }
    .b-coaching-section{
        width:95%;
    }
    .b-header-nav__list{
        margin:0;
    }
    .b-header-nav{
        width:40%;
    }
    .b-coaching-section-item{
        text-align:left !important;
        padding:30px 2%;
    }
}








