@charset "UTF-8";
body {
    font-family: "Noto Sans JP", sans-serif;
}
.inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
.inner2 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
/***いったんこれでnavが戻ってきたら消す(これを変更するときはHTMLも直す)***/
#header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: top 0.3s;
}
.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger.special-page {
    width: auto; /* 必要に応じて幅を調整 */
    justify-content: center; /* コンテンツを中央に揃える */
    margin: 0;
}
.logo {
    text-align: center;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.special-page .logo h1 img {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin-left: 0; /* margin-left を無効に */
}
/***ここまで***/
.main_visual img{
    width: 100%;
    margin-top: 170px;
}
.background {
    background-image: url('../img/pink03.jpg');
    background-size: 100% 100%;
    background-repeat: repeat-y;
    background-position: center top;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
}

/* girlsheaven行き */
.girls-heaven {
    text-align: center;
    margin: 20px 0;
}

.girls-heaven-button {
    display: inline-block;
    background-color: #FE8FA5; /* ピンク色 */
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.2s;
    margin-top: 170px;
}

.girls-heaven-button:hover {
    background-color: #f7f7f7;
    color: #555;
    transform: translateY(-2px);
}
/* girlsheaven行き */

.sales_cta {
    text-align: center;
}
.sales_cta img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 170px;
}
section h2 {
    font-size: clamp(12px, 2vw, 25px);
    font-weight: bold;
    text-align: center;
    white-space: nowrap; /* テキストを折り返さない */
    overflow: hidden; /* テキストがはみ出るのを防ぐ */
}
.audition_banner {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.audition_banner.none{
    text-align: center;
    margin: 0;
    margin-bottom: 0px;
}
.audition_banner img {
    vertical-align: middle;
}
.campaign_banner {
    text-align: center;
    margin-bottom: 3px;
}
.content_title {
    margin-top: 30px;
    margin-bottom: 20px;
    max-height: 100%;
}
.content_block {
    /*margin: 30px auto;*/
}
.content_block9 {
    text-align: center;
    margin-top: 10px;
}
.content_block9 img {
    vertical-align: middle;
}
.content_block01 {
    text-align: center;
}
.content_block01 img {
    vertical-align: middle;
}
.content_block02 {
    text-align: center;
}
.content_block02 img {
    vertical-align: middle;
}
.content_block03 {
    text-align: center;
}
.content_block03 img {
    vertical-align: middle;
}
.content_block04 {
    text-align: center;
}
.content_block04 img {
    vertical-align: middle;
}
.content_block05 {
    text-align: center;
}
.content_block05 img {
    vertical-align: middle;
}
.content_block06 {
    text-align: center;
}
.content_block06 img {
    vertical-align: middle;
}
.content_block07 {
    text-align: center;
}
.content_block07 img {
    vertical-align: middle;
}
.content_block08 {
    text-align: center;
    margin-bottom: 3px;
}
.content_block08 img {
    vertical-align: middle;
}
.content_block09 {
    text-align: center;
}
.content_block09 img {
    vertical-align: middle;
}
.line_cta {
    text-align: center;
}
/*求人ムービー*/
.video-container {
    display: flex;
    justify-content: center;
    background-color: #fffefe66;
}
.video-item {
    margin: 10px;
}
video {
    max-width: 350px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; /* Set the aspect ratio to 16:9 */
}
.video-container p {
    max-width: 350px;
    width: 100%;
    margin-top: 5px; /* テキスト上の余白を設定 */
}
.slider p {
    font-size: 13px;
}
.slider 
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}
.slider img {
    width: 100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
/*==================================================
スライダー2のためのcss
===================================*/
.slider2 {
    width:100%;
    margin:0 auto;
}
.slider2 img {
    width: 35vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    margin: auto;
}
.slider2 .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
}
.slider2 .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}
.slick-prev2, 
.slick-next2 {
    position: absolute;/*絶対配置にする*/
    z-index: 1;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev2 {/*戻る矢印の位置と形状*/
    left: 20.5%;
    transform: rotate(-135deg);
}
.slick-next2 {/*次へ矢印の位置と形状*/
    right: 20.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
    display: block;
}
.slick-dots li {
    display:inline-block;
    margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#62e2f3;/*ドットボタンの現在地表示の色*/
}
.job_point {
    margin: 80px 0 0 0;
}
.group_shop h2 {
    margin: 50px 0 30px 0;
}

/*特典*/
#button1 {
    color: #FFF;
    background-color: #39CF3C;
    border-color: #39CF3C;
    box-shadow: 2px 0 2px #2EB22C;
    margin-bottom: 10px;
    padding: 10px 20px; /* ボタンのパディングを設定 */
    font-size: 16px; /* ボタンのフォントサイズを設定 */
    cursor: pointer; /* カーソルをポインターに変更 */
    margin-right: 10px; /* ボタンの右側の余白を設定 */
    border-radius: 25px;
}
#button2 {
    color: #FFF;
    background-color: #483d8b;
    border-color: #483d8b;
    box-shadow: 2px 0 2px #211283;
    padding: 10px 20px; /* ボタンのパディングを設定 */
    font-size: 16px; /* ボタンのフォントサイズを設定 */
    cursor: pointer; /* カーソルをポインターに変更 */
    margin-right: 10px; /* ボタンの右側の余白を設定 */
    border-radius: 25px;
}
#button3 {
    color: #FFF;
    background-color: #7ecafe;
    border-color: #7ecafe;
    box-shadow: 2px 0 2px #64b0e3;
    padding: 10px 20px; /* ボタンのパディングを設定 */
    font-size: 16px; /* ボタンのフォントサイズを設定 */
    cursor: pointer; /* カーソルをポインターに変更 */
    margin-right: 10px; /* ボタンの右側の余白を設定 */
    border-radius: 25px;
}
  /* 表示される要素のスタイル */
.itemMain {
    background-color: #fffefe66;
    padding-bottom: 1px;
}
.privilegeItem .itemMain .title {
    background-color: #32CD32;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-align: left;
}
.privilegeItem .itemMain .main_img {
    margin: 15px auto;
    padding: 0 20px;
    text-align: center;
}
.privilegeItem .itemMain.color2 .main_box {
    background-color: #32CD32;
}
.privilegeItem .itemMain .main_box {
    border-radius: 2px;
    line-height: 20px;
    margin: 0 20px;
    padding: 5px 10px;
}
.privilegeItem .itemMain .main_box .main_title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.privilegeItem .itemMain .main_tbox {
    margin: 0 20px 20px;
    padding: 5px 15px;
    border: 1px solid #E6EDEF;
    border-top: none;
    background-color: #ffffff;
}
.privilegeItem .itemMain .main_txt {
    word-wrap: break-word;
    word-break: break-all;
    padding-top: 10px;
}
.privilegeItem .itemMain .relief_box {
    margin: 10px 10px 25px;
    padding: 10px;
    box-shadow: 0px 4px 4px rgba(10, 10, 10, 0.2);
    background-color: #FFFFFF;
}
.privilegeItem .itemMain .relief_item {
    padding-bottom: 20px;
}
.privilegeItem .itemMain .relief_item h4 {
    padding: 5px 10px;
    color: #FFF;
    background-color: #86E182;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
}
.relief_item_text {
    margin-top: 10px;
    display: flex;
}
.relief_item_text img {
    margin-right: 15px;
}

.privilegeItem .itemMain .info_box {
    margin: 15px 10px 25px;
    padding: 1px 10px 16px;
    box-shadow: 0px 4px 4px rgba(10, 10, 10, 0.2);
    background-color: #FFFFFF;
}
.privilegeItem .itemMain .info_box .info_tbl2 .info_item h4 {
    background-color: #86E182;
    border-top-left-radius: 3px;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    height: 22px;
}
.info_item {
    margin-top: 15px;
}
.info_item_text {
    display: flex;
}
.info_item_text img{
    margin-right: 15px;
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
}

.privilegeItem .itemMain.color6 .title {
    background-color: #483d8b;
}
.privilegeItem .itemMain.color6 .main_box {
    background-color: #483d8b;
}
.privilegeItem .privilege_info .title {
    background-color: #483d8b;
}
.keiken_item {
    border-bottom: 1px solid #797979;
}
.keiken_item_text {
    display: flex;
    margin-bottom: 10px;
}
.privilegeItem .itemMain .info_box .keiken_item .keiken_item_text h4 {
    background-color: #d6d3e5;
    border-left: 1px solid #E6EDEF;
    border-right: 1px solid #E6EDEF;
    border-bottom: none;
    padding: 10px;
    width: 20%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #fff inset;
    display: grid;
    place-items: center; /* 両方向に中央揃え */
    font-size: 14px;
}
.privilegeItem .itemMain .info_box p {
    background-color: #fff;
    vertical-align: top;
    padding: 10px;
    width: 50%;
    font-size: 14px;
    text-align: justify;
    line-height: 1.7;
}
.keiken_item {
    margin-top: 15px;
}
/*体験入店募集中*/
.privilegeItem .itemMain.color8 .title {
    background-color: #7ecafe;
}
.privilegeItem .itemMain.color8 .main_box {
    background-color: #7ecafe;
}
.privilegeItem .privilege_info .title {
    background-color: #7ecafe;
}
.tainyu_item {
    width: 100%;
    max-width: 960px;
    margin: 1% auto;
}
.tainyu_top {
    margin-top: 15px;
    height: auto;
    display: flex;
}
.tainyu_img {
    margin-right: 10px;
    max-height: 250px;
    overflow: hidden;
}
.tainyu_img img {
    width: 100%;
    max-width: 580px;
}
.tainyu_top .top_right {
    width: 40%;
}
.tainyu_item h4 {
    color: #ffffff;
    background: #7ecafe none no-repeat scroll 7px center;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 15px;
    border-radius: 0;
    margin: 0;
    text-align: left;
}
.tainyuKyuyoBox {
    padding-top: 10px;
}
.tainyu_top .top_right .tainyuInfo {
    width: 100%;
    border-top: 1px solid #7ecafe;
    border-left: 1px solid #7ecafe;
    margin-bottom: 9px;
    background-color: #ffffff;
    height: 100%;
}
.tainyu_top .top_right .tainyuInfo th {
    width: 120px;
    border-right: 1px solid #7ecafe;
    border-bottom: 1px solid #7ecafe;
    padding: 1px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    height: 100%;
    background: #7ecafe;
    box-sizing: border-box;
}
.tainyu_top .top_right .tainyuInfo th span {
    width: 100%;
    color: #ffffff;
    background: #7ecafe none repeat scroll 0 0;
    line-height: 27px;
    font-weight: bold;
    height: 100%;
    min-height: 28px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tainyu_top .top_right .tainyuInfo td {
    border-right: 1px solid #7ecafe;
    border-bottom: 1px solid #7ecafe;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444;
}
.tainyu_top .top_right .tainyuInfo td span {
    color: #fe83af;
    font-weight: bold;
}
.tainyu_top .top_right .exampleHeader {
    width: 100%;
}
.tainyu_top .top_right .exampleTitle {
    background: #7ecafe none repeat scroll 0 0;
    border: 1px solid #7ecafe;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0 2px;
    text-align: center;
    width: 55px;
    height: 16px;
    line-height: 10px;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
}
.tainyu_top .top_right .exampleBody {
    background: #cfdfff none repeat scroll 0 0;
    clear: left;
    padding: 3px 4px;
    margin-left: 0;
}
.tainyu_top .top_right .tainyuSalaryInfo {
    width: 100%;
    border-top: 1px solid #7ecafe;
    border-left: 1px solid #7ecafe;
    border-collapse: separate;
    border-spacing: 0;
}
.tainyu_top .top_right .tainyuSalaryInfo th {
    width: 116px;
    padding: 1px;
    background: #fff;
    border-right: 1px solid #7ecafe;
    border-bottom: 1px solid #7ecafe;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}
.tainyu_top .top_right .tainyuSalaryInfo th span {
    height: 27px;
    width: 100%;
    display: block;
    color: #ffffff;
    background: #7ecafe none repeat scroll 0 0;
    line-height: 27px;
    font-weight: bold;
}
.tainyu_top .top_right .tainyuSalaryInfo td {
    background: #fff;
    border-bottom: 1px solid #7ecafe;
    border-right: 1px solid #7ecafe;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    color: #444;
}
.tainyu_bottom {
    width: 100%;
    margin-top: 10px;
}
.tainyu_bottom .tainyuitem h4 {
    background: #7ecafe none no-repeat scroll 7px center;
}
.tainyu_bottom .tainyuitem .tainyuItemInfoDetail {
    padding: 10px;
    background-color: #fffefe66;
}
.tainyu_bottom .tainyuitem .tainyuItemInfoDetail .tainyuItemInfoDetailInner {
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: break-word;
    padding: 4px;
    word-break: break-all;
    background-color: #ffffff;
    border-radius: 1px;
    text-align: left;
}


.top_box {
    margin: 30px auto 0;
    padding: 0 0 20px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    overflow: hidden;
}
.top_box .pri_title {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #7ecafe;
    text-align: center;
}
.top_box .special_img img {
    width: 100%;
}
.top_box .item_block {
    margin: 15px auto 0;
    width: calc(100% - 30px);
}
.top_box .item_block.comment {
    color: #ff6699;
}
.top_box .item_block .item_title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #7ecafe;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
.top_box .item_block .item_value {
    padding: 5px;
    height: auto;
    line-height: 24px;
    text-align: left;
}
.item_box {
    margin: 15px 0 0;
}
.text_block {
    margin: 15px 0 0;
    border: 1px solid #d7d7d7;
}
.text_block .item_name {
    border-bottom: 1px solid #d7d7d7;
}
.btm_box {
    margin: 30px auto 0;
    width: 100%;
    box-sizing: border-box;
}
.btm_box .item_block {
    margin: 30px auto 0;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}
.btm_box .item_block .item_title {
    color: #7ecafe;
    font-weight: bold;
    border-bottom: 5px solid #7ecafe;
    text-align: center;
}
.btm_box .item_block .item_subtitle {
    padding: 15px 0 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.btm_box .item_block .item_value {
    padding: 5px;
    height: auto;
    line-height: 24px;
    text-align: left;
}
.btm_box .item_block .item_name {
    padding: 8px;
    min-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #7ecafe;
    box-sizing: border-box;
}
.btm_box .item_block .item_name p {
    display: inline-block;
    line-height: 24px;
    text-align: left;
}
.btm_box .item_block .img_base {
    margin: 15px 0 0;
    padding: 0 30px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.btm_box .item_block .img_base img {
    width: 100%;
}
.privilege_tbl {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
}
.privilege_tbl th {
    width: 135px;
    height: 40px;
    color: #fff;
    font-weight: normal;
    background-color: #bdbdbd;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
}
.privilege_tbl th:last-of-type {
    width: auto;
    background-color: #7ecafe;
}
.privilege_tbl td {
    padding-left: 5px;
    height: 40px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
}
.privilege_tbl td:first-of-type {
    color: #999;
    background-color: #f3f3f3;
}
.privilege_tbl td {
    padding: 10px;
}
.privilege_tbl td:first-of-type {
    text-align: center;
    background-color: #f3f3f3;
    white-space: nowrap;
}
.data_name {
    line-height: 18px;
    font-weight: bold;
}
.data_value {
    margin: 5px 0 0;
    line-height: 16px;
    font-size: 14px;
}
.schedule_btm {
    margin: 10px 0 0;
}
.pri_info .item_top ul {
    font-size: 0;
    display: flex;
    align-items: center;
}
.pri_info .item_top .item_left,
.pri_info .item_top .item_right {
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
}
.pri_info .item_top .item_left {
    width: 20%;
}
.pri_info .item_top .item_right {
    width: 80%;
    padding-left: 10px;
}
.pri_info .item_top .data_name {
    padding: 5px 0;
    line-height: 18px;
    font-weight: bold;
}
.pri_info .item_top .data_value {
    padding: 5px 0;
    line-height: 16px;
    font-size: 14px;
}
.profile_pic_base {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.pri_info .item_btm {
    margin: 5px 0 0;
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}
.profile_pic_base::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.profile_pic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% top;
}
.ratio_wrap {
    margin: 15px 0 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.ratio_wrap td {
    border: none;
}
.ratio_box {
    width: calc(100% * 0.5 * 0.4);
}
.ratio_top {
    position: relative;
}
.ratio_space {
    width: calc(100% * 0.3 * 0.125);
}
.ratio_line {
    position: absolute;
    top: 50%;
    left: 51%;
    width: 100%;
    height: 6px;
    transform: translateY(-50%);
    background-color: #ff84AA;
}
.circle_base {
    position: relative;
    width: 100%;
    background-color: #ff84AA;
    border-radius: 50%;
    z-index: 10;
}
.ratio_box.max .circle_base {
    background-color: #ff5187;
}
.circle_base::after {
    width: 0;
}
.ratio_circle {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.ratio_circle p {
    position: absolute;
    top: calc((100% - 1em) / 2);
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.ratio_btm {
    padding: 10px 0 0;
    text-align: center;
    vertical-align: top;
}
.ratio_btm p {
    color: #ff84AA;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.ratio_btm.max p {
    color: #ff5187;
}
@media screen and (max-width: 499.98px) {
    .ratio_btm p {
        font-size: 14px;
    }
}
@media screen and (max-width: 459.98px) {
    .ratio_btm p {
        font-size: 13px;
    }
}
@media screen and (max-width: 429.98px) {
    .ratio_btm p {
        font-size: 12px;
    }
}
@media screen and (max-width: 399.98px) {
    .ratio_btm p {
        font-size: 11px;
    }
}
@media screen and (max-width: 379.98px) {
    .ratio_btm p {
        font-size: 10px;
    }
}
@media screen and (max-width: 349.98px) {
    .ratio_btm p {
        font-size: 9px;
    }
}
.enrolled_list {
    font-size: 0;
}
.enrolled_list li {
    display: inline-block;
    margin: 5px 0 0;
    width: 24%;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #777;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}
.enrolled_list li:nth-of-type(2n) {
    color: #888;
    background-color: #f3ecff;
    border-left: none;
}
.enrolled_list li.off {
    background-color: #c9c9c9;
}
.enrolled_list li.odd {
    margin-right: 4%;
}
.pri_recruit {
    margin: 30px 0 0;
    padding: 10px 5px;
    font-weight: bold;
    border: 1px solid #d7d7d7;
}
.pri_recruit .list_title {
    width: 100%;
}
.pri_recruit .list_title,
.recruit_list li {
    height: 35px;
    line-height: 35px;
}
.recruit_list {
    font-size: 0;
}
.recruit_list li {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    width: 50%;
    color: #aaa;
    font-size: 16px;
    box-sizing: border-box;
}
.recruit_list li.check {
    color: #333;
}
.recruit_list li.check::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 12px;
    border-left: 3px solid #ff9494;
    border-bottom: 3px solid #ff9494;
    width: 8px;
    height: 5px;
    content: "";
    transform: rotate(-45deg);
}

/**********ここからfooter***********/
.footer-parent {
    display: flex;
    margin: 100px 0 0 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
}
.footer-nav-menu1 {
    margin: 0 60px 0 0;
    line-height: 2;
    font-size:clamp(12px, 2.3vw, 18px);
}
.footer-nav-menu2 {
    line-height: 2;
    font-size:clamp(12px, 2.3vw, 18px);
}
.footer-nav-menu li {
    margin: 0 auto;
    padding: 0 5px;
    font-weight: 700;
}
.footer-nav-menu li a:hover{
	color: #fdccc6;
}

p.copy {
    font-size: 0.8rem;
    text-align: center;
    margin: 50px 0 50px 0;
}


.bottom-nav.fancy-style {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}
.bottom-nav.fancy-style .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.bottom-nav.fancy-style .nav-item i {
    font-size: 22px;
    margin-bottom: 4px;
    color: #e0ca6a;
}
.bottom-nav.fancy-style .nav-item span {
    font-size: 12px;
}
.bottom-nav.fancy-style .fab-center {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-65%);
    background: #e0ca6a;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 28px;
    text-decoration: none;
    z-index: 10000;
    border: none;
}
.bottom-nav.fancy-style .fab-center i {
    font-size: 28px;
    color: #fff;
}
.fab-center span {
    font-size: 10px;
    margin-top: 2px;
    color: #fff;
}
/* FABボタンのコンテナ */
.fab-center-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FABボタンのスタイル */
.fab-center {
    background: #d5d156;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    position: relative;
    z-index: 10000;
    transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
    cursor: pointer;
}
.fab-center span {
    font-size: 10px;
    color: #fff;
    transition: opacity 0.3s ease;
    opacity: 1;
}
.fab-center.expanded {
    width: 120px; 
    height: 120px;
    border-radius: 50%;
}
.fab-center.expanded span {
    opacity: 0;
}
.fab-options {
    visibility: hidden;
    position: absolute;
    bottom: 70px;
    transform: translateX(0%) translateY(20%) scale(0);
    transform-origin: center center;
    /*background: white;*/
    border-radius: 12px;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
    /*padding: 15px 20px;*/
    width: 350px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex; 
    justify-content: space-around;
    gap: 10px;
}
.fab-options.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%) translateY(0%) scale(1);
}
.fab-options.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0%) translateY(-20px) scale(0);
}
.fab-options a {
    display: flex; /* 横並び */
    align-items: center; /* 垂直中央揃え */
    gap: 5px; /* 画像とテキストの間 */
    text-decoration: none;
    color: #fff;
    padding: 14px 10px;
    border-radius: 30px;
    background: #d5d156;
    transition: background 0.2s ease, transform 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap; /* テキストが折れないように */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.fab-options a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 4px;
}
.fab-options a:hover {
    background: #e0e0e0;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.fab-options a:last-child {
    margin-bottom: 0;
}

/**back**/
.backimg {
    text-align: center;
}
.backimg img {
    margin-top: 170px;
}
.top-back {
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width:890px) {
    section h2 span {
        padding: 0;
    }
}
@media screen and (max-width:834px) {
    section h2 span {
        padding: 0;
    }
}
/* PC画面では非表示 */
@media screen and (min-width: 768px) {
    .main_sp  {
        display: none;
    }
    .iframe {
        width: 50%;
    }
}

/* SC画面でのみ表示 */
@media screen and (max-width: 826px) {
    .logo {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .sales_cta img {
        margin-top: 30px;
    }
    .main_pc{
        display: none;
    }
    .main_visual img {
        width: 100%;
        margin-top: 110px;
    }
    .content_block img {
        width: 100%;
        height: auto;
    }
    .girls-heaven-button {
        margin-top: 50px;
    }
    /* レスポンシブ時 */
    .background {
        background-size: auto 100%;     /* 横幅100%で表示 */
    }
    .inner {
        padding: 0;
    }
    .inner2 {
        padding: 0;
    }
    /*nav*/
    .btn-gNav {
        display: block;
    }
    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(252, 109, 109, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }
    .gNav.open {
        right: 0;
        height: 80vh;
    }
    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }
    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        letter-spacing: 2px;
        border-bottom: #ffffff 1px solid;
        color: #ffffff;
    }
    .ul ul {
        flex-basis: calc(50% - 20px); /* 2つ横並びにする */
        max-width: calc(50% - 20px); /* 最大幅を設定 */
        margin-top: 30px;
        margin-right: 20px; /* 右マージンを設定 */
    }
    .ul ul:nth-child(2n) {
        margin-right: 0; /* 2つ目の要素には右マージンを付けない */
    }
    .video-container {
        display: block;
    }
    video {
        max-width: none;
        width: 100%; /* 動画の幅を設定 */
    }
    .video-item {
        display: block;
    }
    .video-text {
        margin: 0;
    }
    .video-container p {
        max-width: none;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 40px;
    }
    .slide_item {
        margin: 25px 0 0;
    }
    .slider2 {
        margin:0 auto;
    }
    .intro_top {
        display: block;
    }
    .intro_left {
        margin: 0;
    }
    .intro_right {
        width: 100%;
    }
    .intro_left img {
        width: 100%;
    }
    .intro_right p {
        text-align: justify;
    }
    .intro_button {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .intro_button a {
        margin: 5px; /* 必要に応じて調整 */
    }
    .slick-prev {/*戻る矢印の位置と形状*/
        left: -2.5%;
        transform: rotate(-135deg);
    }
    .slick-next {/*次へ矢印の位置と形状*/
        right: -2.5%;
        transform: rotate(45deg);
    }

    .tainyu_top {
        margin: 0;
        display: block;
    }
    .tainyu_img {
        margin-right: 0px;
        max-height: none;
    }
    .tainyu_img img {
        max-width: none;
    }
    .tainyu_top .top_right {
        width: 100%;
        margin-top: 15px;
    }
    .tainyu_bottom .tainyuitem .tainyuItemInfoDetail .tainyuItemInfoDetailInner {
        padding: 10px;
    }
    
    .footer-parent {
        display: flex;
        flex-wrap: wrap;
    }
    .nav {
        margin-top: 10px;
    }
}
@media screen and (max-width:607px) {
    /*.info_item_text {
        display: block;
    }*/
    .relief_item_text img {
        margin-right: 0px;
        width: 100%;
    }
    .relief_item_text {
        margin-top: 10px;
        display: block;
    }
    .privilegeItem .itemMain .info_box .keiken_item .keiken_item_text h4 {
        width: 100%;
    }
    .keiken_item_text {
        display: block;
        margin-bottom: 10px;
    }

    .info_item_text {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .info_item_text img {
        margin-right: 10px;
        max-width: 100px;
        width: 100%;
        height: 100px;
        object-fit: cover;
        object-position: 0 top;
    }

    .info_item h4 {
        margin: 0 0 5px 0;
    }

    .info_item_text p {
        margin: 0;
    }
    .keiken_item_text img {
        width: 100%;
    }
    .privilegeItem .itemMain .info_box p {
        width: 100%;
    }
}
@media screen and (max-width:535px) {
    .top-back {
        text-align: left;
    }
}
@media screen and (max-width:450px) {
    .special-page .logo h1 img {
        max-width: 125px;
        width: 100%;
        height: auto;
        margin-left: 0; /* margin-left を無効に */
    }
}
@media screen and (max-width:376px) {
    .content_block01 {
        /*margin-top: 150px;*/
    }
    .slide_item a {
        display: block;
        width: 100px;
        height: 100px;
        margin: 2% auto;
        overflow: hidden;
        position: relative;
        border-radius: 100px !important;
    }
    .slide_item {
        margin: 20px -25px 0;
    }
    .logo img {
        margin: 0 0 0 0;
    }
    .footer-nav-menu1 {
        margin: 0 15px 0 0;
    }
}