@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 を無効に */
}
/***ここまで***/
.background {
    background-image: url('../img/10008867_pc_dx_bg_img.webp');
    background-size: 100% 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.3;
}
.main_visual img{
    width: 100%;
    margin-top: 170px;/*ファンタジーはここがヘッターの下*/
}
.catch-copy {
    margin-bottom: 15px;
}
.catch-copy p {
    font-weight: bold;
}

/* 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: 20px;
}

.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: 35px;
}
section h2 {
    font-size: clamp(12px, 2vw, 25px);
    font-weight: bold;
    text-align: center;
    overflow: hidden; /* テキストがはみ出るのを防ぐ */
}
section h2 span {
    padding: 0 75px;
}
.audition_banner {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.audition_banner img {
    vertical-align: middle;
}
.content_block_apply {
    text-align: center;
    margin-bottom: 5px;
}
.content_title {
    margin-top: 30px;
    margin-bottom: 20px;
    max-height: 100%;
}
.content_block {
    /*margin: 30px auto;*/
}
.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;
}
.content_block08 img {
    vertical-align: middle;
}
.content_block09 {
    text-align: center;
}
.content_block09 img {
    vertical-align: middle;
}
.content_block10 {
    text-align: center;
}
.content_block10 img {
    vertical-align: middle;
}
.content_block11 {
    text-align: center;
}
.content_block11 img {
    vertical-align: middle;
}
.line_cta {
    text-align: center;
}
/*求人ムービー*/
.video-container {
    display: flex;
    justify-content: center;
    background-color: #fffefe66;
    padding: 5px;
}
.video-item {
    margin: 10px;
}
video {
    max-width: 350px;
    width: 100%; /* 動画の幅を設定 */
    max-height: 225px; /* 高さを自動調整 */
    height: 100%;
}
.video-container p {
    max-width: 350px;
    width: 100%;
    margin-top: 5px; /* テキスト上の余白を設定 */
}

/*体験入店募集中*/
.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: #ff6699 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 #f69;
    border-left: 1px solid #f69;
    margin-bottom: 9px;
    background-color: #ffffff;
    height: 100%;
}
.tainyu_top .top_right .tainyuInfo th {
    width: 120px;
    border-right: 1px solid #ff6699;
    border-bottom: 1px solid #ff6699;
    padding: 1px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    height: 100%;
    background: #f69;
    box-sizing: border-box;
}
.tainyu_top .top_right .tainyuInfo th span {
    width: 100%;
    color: #ffffff;
    background: #ff6699 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 #ff6699;
    border-bottom: 1px solid #ff6699;
    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: #ff6699;
    font-weight: bold;
}
.tainyu_top .top_right .exampleHeader {
    width: 100%;
}
.tainyu_top .top_right .exampleTitle {
    background: #66aaff none repeat scroll 0 0;
    border: 1px solid #66aaff;
    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 #66aaff;
    border-left: 1px solid #66aaff;
    border-collapse: separate;
    border-spacing: 0;
}
.tainyu_top .top_right .tainyuSalaryInfo th {
    width: 116px;
    padding: 1px;
    background: #fff;
    border-right: 1px solid #66aaff;
    border-bottom: 1px solid #66aaff;
    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: #66aaff none repeat scroll 0 0;
    line-height: 27px;
    font-weight: bold;
}
.tainyu_top .top_right .tainyuSalaryInfo td {
    background: #fff;
    border-bottom: 1px solid #66aaff;
    border-right: 1px solid #66aaff;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    color: #444;
}
.tainyu_bottom {
    width: 100%;
    margin-top: 10px;
}
.tainyu_bottom .tainyuitem h4 {
    background: #ff4444 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.7;
    overflow-wrap: break-word;
    padding: 10px;
    word-break: break-all;
    background-color: #ffffff;
    border-radius: 1px;
    text-align: left;
}

/* 特典 */
.job {
    width: 100%;
    margin: 0 auto;
}
.privilege_block .privilegeItem .itemMain.color7 .title {
    background-color: #cd5c5c;
}

.privilege_block .privilegeItem .itemMain .title {
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.privilege_block .privilegeItem .itemMain .main_img {
    margin: 15px auto;
    padding: 0 20px;
    text-align: center;
}

.privilege_block .privilegeItem .itemMain.color7 .main_box {
    background-color: #cd5c5c;
}

.privilege_block .privilegeItem .itemMain .main_box {
    border-radius: 2px;
    line-height: 20px;
    margin: 0 20px;
    padding: 5px 10px;
}

.privilege_block .privilegeItem .itemMain .main_box .main_title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.privilege_block .privilegeItem .itemMain .main_tbox {
    margin: 0 20px 20px;
    padding: 5px 15px;
    border: 1px solid #E6EDEF;
    border-top: none;
    background-color: #FFFFFF;
}

.privilege_block .privilegeItem .itemMain .enrolled_box dl dt {
    margin-bottom: 10px;
}

.privilege_block .privilegeItem .itemMain .enrolled_box dl dt span {
    background-color: #e9c8c8;
    color: #333;
    padding: 0 30px;
}
.privilege_block .privilegeItem .itemMain .dormitory_box .item_tbl tr .contents {
    background: #fff;
    border-top: 1px solid #E6EDEF;
    border-left: 1px solid #E6EDEF;
    vertical-align: middle;
    padding: 9px;
    width: 10%;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .item_tbl tr:last-child .contents {
    border-bottom: 1px solid #E6EDEF;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .item_tbl td:last-child.contents {
    border-right: 1px solid #E6EDEF;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .item_tbl tr th.no_val {
    border-bottom: none;
    background-color: #fff;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .item_tbl tr .contents.no_val {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .img_box {
    margin: 20px 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .img_box li {
    flex: 1 1 30%;
    text-align: center;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .img_box li img {
    max-width: 240px;
}

.privilege_block .privilegeItem .itemMain .dormitory_box .img_box li .description {
    margin: 10px auto 0;
    width: 240px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}

.privilege_block .privilegeItem .itemMain .info_box {
    margin: 20px 10px;
    background-color: #FFFFFF;
}

.privilege_block .privilegeItem .itemMain .info_box .info_tbl1 {
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
    table-layout: fixed;
    width: 100%;
}

.privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tr .info_img {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #E6EDEF;
    text-align: center;
    padding: 10px;
    width: 30%;
}

.privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tr th {
    background-color: #FFF9E8;
    border: 1px solid #E6EDEF;
    border-bottom: none;
    padding: 1px 2px 2px 1px;
    width: 20%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #fff inset;
}

.privilege_block .privilegeItem .itemMain.color7 .info_box .info_tbl1 tr th {
    background-color: #e9c8c8;
}

.privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tr:last-child th {
    border-bottom: 1px solid #E6EDEF;
}

.privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tr .contents {
    background-color: #fff;
    border-top: 1px solid #E6EDEF;
    vertical-align: top;
    padding: 10px;
    width: 50%;
}

.privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tr:last-child .contents {
    border-bottom: 1px solid #E6EDEF;
}

.privilege_block .privilegeItem .itemMain .enrolled_box dl dd {
    margin-bottom: 20px;
}

.privilege_block .privilegeItem .itemMain .recruit_box {
    margin: 0 20px 20px;
}

.privilege_block .privilegeItem .itemMain .recruit_box dl dt {
    margin-bottom: 10px;
}

.privilege_block .privilegeItem .itemMain .recruit_box dl dt span {
    border-top-left-radius: 3px;
    background-color: #e9c8c8;
    color: #444;
    padding: 0 15px;
}

/* ==== Flexでボックス配置 ==== */
.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl {
    font-size: 14px;
    width: 100%;
}

.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl tr td {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* Flexアイテムに変更（float削除） */
.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl .td_base {
    width: calc(20% - 5px);
    padding: 1px;
    border: 1px solid #511500;
    box-sizing: border-box;
}

/* オフ状態 */
.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl .td_base.off {
    border: 1px solid #D5D5D5;
}

/* 中の表示 */
.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl .td_base div {
    background: #F8EDC6;
    color: #511500;
    border: 1px solid #511500;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl .td_base.off div {
    background: #F5F5F5;
    border: 1px solid #D5D5D5;
    color: #D5D5D5;
}

.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl .td_base div span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

.privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl .td_base div span.sub {
    font-size: 12px;
}

/* ★★ スマホ表示時に2列に変更 ★★ */
@media screen and (max-width: 768px) {
    .privilege_block .privilegeItem .itemMain .recruit_box .recruit_tbl .td_base {
        width: calc(50% - 5px);
    }
}

/* その他変更なし */
.privilege_block .privilegeSlide .flex-viewport {
    max-height: none !important;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_wrapper {
    display: flex;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_box {
    width: 100%;
    text-align: center;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_border {
    display: flex;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_border div {
    width: 50%;
    height: 10px;
    margin-top: 15px;
    border-top: 6px solid transparent;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_border div.enrolled_ratio_border_before,
.privilege_block .privilegeItem .itemMain .enrolled_ratio_border div.enrolled_ratio_border_after {
    border-top: 6px solid #cd5c5c;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_border_circle:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    left: -10px;
    border-radius: 50%;
    background: #cd5c5c;
    position: absolute;
    top: -13px;
}


.privilege_block .privilegeItem .itemMain .enrolled_ratio_text {
    font-weight: bold;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_text .enrolled_ratio_text_size {
    font-size: 10px;
    font-weight: normal;
    display: block;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_balloon {
    position: relative;
    display: inline-block;
    background-color: #fff0f0;
    border: solid 1px #525252;
    padding: 5px 10px;
    border-radius: 45%;
    font-weight: bold;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid 8px transparent;
    border-top: solid 9px #525252;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5px;
    border: solid 11px transparent;
    border-top: solid 12px #fff0f0;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_border div {
    width: 50%;
    height: 10px;
    position: relative;
    margin-top: 15px;
    border-top: 6px solid transparent;
}

.privilege_block .privilegeItem .itemMain .enrolled_ratio_balloon p {
    margin: 0;
}
/*募集要項*/

/*==================================================
スライダーのためのcss
===================================*/
.slider3 {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}

.slider3 img {
    max-width: 750px;
    width:50vw;/*スライダー内の画像を50vwにしてレスポンシブ化*/
    min-width: 250px;
    min-height: 100px;
    height:auto;
}

.slider3 .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;/*透過50%*/
}

.slider3 .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}
/*戻る、次へ矢印の位置*/
.slick-prev3, 
.slick-next3 {
    position: absolute;/*絶対配置にする*/
    z-index: 1;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 5px solid #666;/*矢印の色*/
    border-right: 5px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev3 {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next3 {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

.text-list {
    border-bottom: 1px solid #999;
    padding: 12px 0 10px;
}
.text-list::after {
    content: "";
    display: block;
    clear: both;
}
.recruit_text {
    width: 100%;
    margin: 0 auto;
}
.recruit_subtitle {
    width: 20%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px;
}
.recruit_comment {
    width: 70%;
    float: left;
    font-size: 13px;
    line-height: 25px;
    word-wrap: break-word;
}
.recruit_comment a {
    color: #833A19;
}
.recruit_comment a:hover {
    text-decoration: underline;
}
.main_link a{
    color: #833A19 !important;
}
.telicn {
    position: relative;
    height: 40px;
    width: auto;
}
.lcdata {
    width: 100%;
    margin: 30px 0 0 0;
}
.lcdata th {
    background-color: #ffe5f2;
    text-align: left;
    padding: 3px 13px 5px;
    border: 2px solid #ffe5f2;
}
.lcdata th i {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: #d7231e;
}
.lcdata th span {
    margin-left: 10px;
    color: #b11856;
    font-weight: bold;
}
.lcdata td {
    padding: 7px 13px 5px;
    background-color: #fff;
    border: 2px solid #ffe5f2;
    color: #333;
    font-size: 13px;
}
.recruit_footer_btn {
    width: 35%;
    margin: 2.3% auto 100px;
    text-align: center;
}
.recruit_footer_btn a {
    display: block;
    color: #fff;
    background: #db4d4c;
    text-decoration: none;
    padding: 15px 0;
    margin: 0 -35px;
    transition: .2s;
    -webkit-transition: .2s;
    font-size: 13px;
}
.recruit_footer_btn a:hover {
    background: #fff;
    color: #db4d4c;
}
.recruit_footer_btn a .icon-circle-right {
    padding-right: 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.icon-circle-right::before {
    content: "\ea42";
}
.icon-circle-right:hover {
    color: #db4d4c;
}

/********変えなきゃいけんとこ*********/
/*先輩ボイス*/
.voice_list ul {
    display: flex;
    flex-wrap: wrap;
}
.comment {
    margin-bottom: 20px;
}
.senior_list {
    display: flex;
    flex-direction: column; /* 縦方向に配置 */
    width: 100%;
    margin: 1% auto;
}
.senior_comment {
    width: 100%;
    max-width: 825px; /*消すかもしれん*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; /* テキストを垂直方向に中央揃え */
}
.balloon {
    background-color: #fff !important;
}
.line {
    border-color: #FF7DAE !important;
}
.senior_name {
    color: #333;
    max-width: 900px;
    width: 100%;
    background: #fff;
    border: 2px solid #ff7dae;
    border-radius: 25px;
    padding: 30px 35px;
    margin-top: 10px;
    display: block;
}
.name-text {
    color: #333 !important;
}
.senior_name p:first-of-type {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.main-text {
    color: #333 !important;
}
.senior_name p:nth-of-type(2) {
    line-height: 20px;
    max-width: 900px;
    font-size: 13px;
}
.voice_list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.slide_item {
    position: relative;
    margin: 25px 30px 0;
    width: 165px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.slide_item a {
    display: block;
    width: 163px;
    height: 160px;
    margin: 2% auto;
    overflow: hidden;
    position: relative;
    border-radius: 100px !important;
}

.voice_img_box {
    display: flex;
    vertical-align: middle;
}
.slide_item a img {
    width: 100%;
}
.senior_list .senior_block1,
.senior_list .senior_block2,
.senior_list .senior_block3,
.senior_list .senior_block4 {
    display: none;
}
.senior_list .senior_block1 {
    display: block; /* 最初に表示するテキストブロックを表示 */
}

.voice_img_box {
    position: relative;
}

.voice_img_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74%;
    border-radius: 100%;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}
.voice_img_box.active::after {
    border-color: #FF7DAE; /* クリック時のボーダー色 */
}

.voice_img_box.big::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45.5%;
    border-radius: 100%;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.voice_img_box.active.big::after {
    border-color: #FF7DAE; /* クリック時のボーダー色 */
}
.main_catch {
    width: 100%;
    position: relative;
}
.main_catch .main_text {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
}
.main_catch .main_text p {
    width: 100%;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    max-height: 100%;
}
.shop_title{
    font-size:17px;
    font-weight:bold;
    line-height:25px;
    margin-bottom:1.5%;
}
.shop_text{
    font-size:14px;
    line-height:29px;
}
.main_section .main_image img{
    width:100%;
}
/*point*/
.point {
    width: 100%;
    position: relative;
}
.point_list strong {
    font-weight: bold;
}
.point_free .free_item{
    width: 100%;
    height: auto;
    max-width: 450px;
    display: inline-block;
    vertical-align: top;
}
.point_free {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.free_item{
    margin-top: 20px;
    position:relative;
}
.free_item:nth-of-type(odd) {
    margin: 0 auto;
}
/*
.free_item:nth-of-type(even) {
    margin: 0 0 0 3%;
}
*/
.free_item .item_mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,.3);
    opacity:0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.free_item:hover .item_mask{
    opacity:1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.free_item a{
    display:block;
    position:relative;
}
.free_item a:hover{
    text-decoration:none;
}
.free_item p{
    font-size:13px;
    line-height:25px;
    padding-top:10px;
    margin-bottom: 30px;
}
/*
.free_item .free_item_img img{
    width: 100%;
}
*/
.intro_item{
    max-width:1040px;
    margin:1% auto;
}
.intro_top{
    margin-bottom:35px;
    margin-top:15px;
    display: flex;
}
.intro_left {
    margin: 0 30px 0 0;
}
.intro_right {
    width: 80%;
}
.intro_right .main-text strong {
    font-weight: bold;
}
.intro_top .top_left{
    float: left;
    width: 240px;
    margin-right: 35px;
    height: 180px;
    overflow: hidden;
}
.intro_top .top_right{
    float:left;
    width:calc(100% - 275px);
    height:100%;
    position:relative;
}
.intro_top .top_right p{
    font-size:13px;
    line-height:25px;
}
.intro_top .top_left img{
    width:100%;
}
.intro_button{
    padding-top:30px;
}
.intro_button a{
    color:#fff;
    float:left;
    width:180px;
    text-align:center;
    padding:17px 0;
    margin-right:20px;
    font-size:14px;
    text-decoration:none;
    transition: .2s;
    -ms-transition: .2s;
    -webkit-transition: .2s;
}
.intro_button a:first-of-type{
    background:#eba438;
}
.intro_button a:last-of-type{
    background:#db4d4c;
}
.intro_button a:hover{
    background:#fff;
    transition: .2s;
    -ms-transition: .2s;
    -webkit-transition: .2s;
}
.intro_button a:first-of-type:hover{
    color:#eba438;
}
.intro_button a:last-of-type:hover{
    color:#db4d4c;
}
.intro_button a span.icon-circle-right{
    padding-right:20px;
    color:#fff;
}
.intro_button a:first-of-type:hover span.icon-circle-right{
    color:#eba438;
}
.intro_button a:last-of-type:hover span.icon-circle-right{
    color:#db4d4c;
}
.intro_bottom {
    display: flex;
}
/*
.intro_bottom_list{
}
*/
.intro_bottom_list:nth-of-type(2){
    margin:0 24px;
}
.intro_bottom_list p{
    font-size:15px;
    line-height:21px;
    padding-top:12px;
}
.intro_list_img{
    overflow:hidden;
}
.intro_list_img img {
    width: 100%;
    height: auto;
}
.intro_list_text{
    width: 100%;
    line-height:22px;
    font-size: 14px;
}

/*DXQA*/
section.dx_item_qa{
    background: rgba(238,238,238,0);
    width: 100%;
    padding: 2%;
}
.dx_item_qa_text{
    max-width: 1280px;
    margin: 2% auto;
    font-size:13px;
    line-height:25px;
    width: 100%;
}
section.dx_item_qa .work-text{
    max-height: 100%;
}
section.dx_item_qa table tr td{
    padding: 0 0 35px 0;
    vertical-align: baseline;
}
.q_icon{
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background: black;
    line-height: 42px;
    text-align: center;
    display: block;
    color: white;
    font-size: 22px;
}
.q_text{
    font-size: 16px;
    font-weight: bold;
    vertical-align: baseline;
    line-height: 1.6;
}
.a_icon{
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    background: #FF7CAD;
    line-height: 42px;
    text-align: center;
    display: block;
    color: white;
    font-size: 22px;
}
.a_text{
    font-size: 16px;
    line-height: 1.7;
    vertical-align: baseline;
}
.more_button{
    width:35%;
    margin:2.3% auto 0;
    text-align:center;
}
.more_button a{
    display:block;
    color:#fff;
    background:#eba438;
    text-decoration:none;
    padding:15px 0;
    transition: .2s;
    -ms-transition: .2s;
    -webkit-transition: .2s;
}
.more_button a:hover{
    color:#eba438;
    background:#fff;
    transition: .2s;
    -ms-transition: .2s;
    -webkit-transition: .2s;
}
.more_button a .icon-circle-right{
    padding-right: 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.text_list {
    border-bottom: 1px solid #999;
    padding: 12px 0 10px;
}
.image-gallery {
    display: flex;
}
.image-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; /* 画像とテキストの間のスペース */
}
.image-container img {
    display: block; /* 画像をブロック要素として扱い、テキストを上に押し上げる */
    max-width: 100%;
    height: auto;
}
.text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    box-sizing: border-box;
}
.text-container p {
    margin: 0 0 5px; /* テキストの余白をリセット */
    line-height: 1.2; /* テキストの行間 */
}
.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 p {
    width: 35vw;
    margin: 10px auto 0;
}
.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: 12.5%;
    transform: rotate(-135deg);
}
.slick-next2 {/*次へ矢印の位置と形状*/
    right: 12.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:#fff222;/*ドットボタンの現在地表示の色*/
}
.job_point {
    margin: 80px 0 0 0;
}
.group_shop h2 {
    margin: 50px 0 30px 0;
}


/**********ここから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: #aee1f2;
}
.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: #aee1f2;
    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: #aee1f2;
    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: #aee1f2;
    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;
}

@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: 767px) {
    .main_pc{
        display: none;
    }
    .inner {
        padding: 0px;
    }
    .inner2 {
        padding: 0px;
    }
    .main_visual img{
        margin-top: 100px;
    }
    /* レスポンシブ時 */
    .video-container {
        display: block;
    }
    video {
        max-width: none;
        width: 100%; /* 動画の幅を設定 */
    }
    .video-container p {
        max-width: none;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .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;
    }
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 {
        display: block;
        width: 100%;
    }

    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tbody,
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tr,
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 th,
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .privilege_block .privilegeItem .itemMain .enrolled_ratio_text span {
        font-size: 12px;
    }

    .privilege_block .privilegeItem .itemMain .enrolled_ratio_text .enrolled_ratio_text_size {
        font-size: 10px;        
    }

    .privilege_block .privilegeItem .itemMain .enrolled_ratio_balloon {
        font-size: 12px;
        padding: 4px 8px;
    }

    .privilege_block .privilegeItem .itemMain .enrolled_ratio_balloon p {
        margin: 0;
    }
    /* タイトル（見出し） */
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 th {
        text-align: left;
        background-color: #FFF9E8;
        padding: 10px;
        border: none;
        box-shadow: none;
        order: 0;
    }

    /* テキスト本文（後に表示） */
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 td.contents {
        padding: 10px;
        border-top: none;
        order: 2;
    }

    /* 画像（先に表示） */
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 td.info_img {
        text-align: center;
        padding: 10px;
        order: 1;
    }

    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 td.info_img img {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    /* tr自体を縦並びで表示する */
    .privilege_block .privilegeItem .itemMain .info_box .info_tbl1 tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .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);
    }
    .footer-parent {
        display: flex;
        flex-wrap: wrap;
    }
    .nav {
        margin-top: 10px;
    }
}
@media screen and (max-width:534px) {
    .voice_list ul {
        display: flex;
        justify-content: space-around;
    }
    .footer-parent img {
        margin: 0;
    }
    .slider2 img {
        width: 60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
        height: auto;
        margin: auto;
    }
    .slider2 p {
        width: 60vw;
        margin: 10px auto 0;
    }
}
@media screen and (max-width:450px) {
    .special-page .logo h1 img {
        max-width: 125px;
        width: 100%;
        height: auto;
        margin-left: 0; /* margin-left を無効に */
    }
    .slide_item a {
        display: block;
        width: 140px;
        height: 140px;
        margin: 2% auto;
        overflow: hidden;
        position: relative;
        border-radius: 100px !important;
    }
    .slide_item {
        margin: 25px -10px 0;
    }
    /*.voice_img_box {
        width: 140px;  画像の幅を変更
        height: 140px;  画像の高さを変更
    }
    */
    .voice_img_box::after {
        width: 100%;
        height: 75%;
    }
    .voice_img_box.big::after {
        width: 100%;
        height: 46.5%;
    }
    .slick-prev2 {/*戻る矢印の位置と形状*/
        left: 6.5%;
        transform: rotate(-135deg);
    }
    .slick-next2 {/*次へ矢印の位置と形状*/
        right: 6.5%;
        transform: rotate(45deg);
    }
}
@media screen and (max-width:376px) {
    /*.main_visual img{
        margin-top: 150px;ファンタジーはここがヘッターの下
    }*/
    .slide_item a {
        display: block;
        width: 100px;
        height: 100px;
        margin: 2% auto;
        overflow: hidden;
        position: relative;
        border-radius: 100px !important;
    }
    /*.voice_img_box {
        width: 100px;  画像の幅を変更
        height: 100px;  画像の高さを変更
    }
    */
    .slide_item {
        margin: 20px -25px 0;
    }
    .footer-nav-menu1 {
        margin: 0 15px 0 0;
    }
}