body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9ebea;
}
main {
    padding: 95px 20px;
}
/**　下層ページ上部　画像テキスト横並び部分　**/
.joint_main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 20px;
}
/*　ページ別　*/
.group-photo {
    width: 70%;
    height: 130px;
    border-radius: 0 0 40px 0;
    background-position: center top;
    margin-left: -20px;
    display: none;
}
.apply-photo {
    width: 70%;
    height: 130px;
    border-radius: 0 0 40px 0;
    background-position: center top;
    margin-left: -20px;
    display: none;
}
.reason-photo {
    width: 70%;
    height: 130px;
    border-radius: 0 0 40px 0;
    background-position: center top;
    margin-left: -20px;
    display: none;
}
.real-photo {
    width: 70%;
    height: 130px;
    border-radius: 0 0 40px 0;
    background-position: center top;
    margin-left: -20px;
    display: none;
}
/*　ページ別　*/

.joint-txt {
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}
.joint_main_txt, .joint_sub_txt {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}
.joint_main_txt {
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.joint_sub_txt {
    font-size: 1rem;
    font-weight: bold;
    color: #ff7d72;
}
/**　下層ページ上部　画像テキスト横並び部分　**/

/* メインラッパー */
.group-info-wrapper {
    width: 100%;
    padding: 60px 20px 50px;
    margin: 0 auto;
    max-width: 1200px;
}
/* グループ紹介セクション */
.group-introduction {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 150px;
    flex-wrap: wrap;
}
.group-introduction-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.group-introduction-text {
    max-width: 600px;
    min-width: 300px;
    padding-right: 30px;
}
.group-introduction__title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ff7d72;
    text-align: justify;
}
.group-introduction__text {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
}
/* 画像スライダー */
.group-introduction-image {
    position: relative;
    max-width: 50%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.slider-container {
    position: relative;
    width: 100%;
}
.slider {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease;
}
.slide {
    width: 33.333%;
}
.slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* インジケーター */
.slider-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
}
.indicator {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.indicator.active {
    background-color: #ff7d72;
}
/* ナビゲーションボタン */
button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(54, 54, 54, 0.5);
    color: #fff;
    font-size: 24px;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
button.prev {
    left: 10px;
}
button.next {
    right: 10px;
}
button:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* グループ理念セクション */
.group-philosophy {
    padding: 0 10px;
    margin-bottom: 50px;
    position: relative;
}
.group-philosophy__title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ff7d72;
    text-align: center;
    position: relative;
    z-index: 2;
}
.group-philosophy__content {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: justify;
}
.small-asterisk {
    font-size: 0.7em;  /* 通常より小さく表示 */
    color: #666;       /* 色はグレーにして目立たないように */
    vertical-align: middle;  /* 文字と同じ高さに合わせる */
    margin-left: 5px;  /* 少しスペースを追加 */
}
.image-asterisk-note {
    font-size: 0.7em;
    color: #666;
    margin-top: 10px; /* 画像との間に余白を追加 */
}
.group-philosophy__content p {
    margin-bottom: 25px;
    line-height: 1.7;
}
.group-philosophy__text01 {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}
/* 基本方針リスト */
.group-philosophy-list01 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
/* グループ理念リストアイテム */
.group-philosophy-list01__item {
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}
/* アイテム内のテキスト */
.group-philosophy-list01__item p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
}
/* 数字オーバーレイ */
.number-overlay {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 80px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-left: 20px;
}
/* 補足情報のスタイル */
.additional-info {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}
.additional-info ul {
    list-style-type: disc;
    margin-left: 20px;
}
.additional-info li {
    margin-bottom: 5px;
}
/* 全体のリスト */
.list02-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.group-philosophy-list02 {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    scroll-snap-type: x mandatory;
}

.group-philosophy-list02__item {
    flex-shrink: 0;
    width: 300px;  /* アイテムの幅 */
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.group-philosophy-list02__title {
    font-size: 20px;
    font-weight: bold;
}

.group-philosophy-list03 {
    padding-left: 20px;
}

.group-philosophy-list03__item {
    font-size: 14px;
}

/* 各アイテム */
.group-philosophy-list02__item {
    flex: 0 0 auto;
    width: 90%;
    scroll-snap-align: start;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}
/* アイテムタイトル (h3) */
.group-philosophy-list02__title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.group-philosophy-list02__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
    background-color: #ff7d72;
}
/* 各内容のリスト (ul) */
.group-philosophy-list03 {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* 内容項目 (li) */
.group-philosophy-list03__item {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    line-height: 1.7;
}
/* アイコン付きリストアイテム */
.group-philosophy-list03__item::before {
    content: '•';
    color: #ff7d72;
    font-size: 15px;
    margin-right: 10px;
}
/* グループ環境セクション */
.group-environment {
    /*padding: 60px 40px;*/
    margin-bottom: 50px;
    border-radius: 8px;
}
.group-environment-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.block-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
}
.block-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #ff7d72;
}
.group-environment-2col {
    /*display: flex;*/
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.group-environment-2col img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.group-environment-2col-item--01,
.group-environment-2col-item--02 {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}
.group-environment-2col-header h3 {
    font-size: 18px;
    color: #ff7d72;
    margin-bottom: 20px;
}
.group-environment-2col-text {
    font-size: 16px;
    color: #555;
}
.group_imagelink {
    display: block;
    position: relative;
    text-decoration: none;
}
.group_imagelink img {
    width: 100%;
    display: block;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
}
.group_imagelink .group-environment-2col-text {
    color: #333;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}
.group_imagelink::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 230, 230, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.group_imagelink:hover::after {
    opacity: 1;
}
/* ワークライフバランスセクション */
.group-work-life {
    background-color: #fff;
    padding: 60px 40px;
    margin-bottom: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.group-outline {
    text-align: center;
}
.group-outline__title {
    font-size: 36px;
    font-weight: bold;
    color: #ff7d72;
    margin-bottom: 40px;
}
.group-outline__lead {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}
.group-outline-gallery {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}
.group-outline-gallery span img {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.group-outline-gallery span img:hover {
    transform: scale(1.05);
}

/***** apply.html_募集要項・応募条件 *****/
.intro-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px 20px;
    background-color: #f9ebea;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(255, 0, 0, 0.1), 
                -4px -4px 8px rgba(255, 255, 255, 1);
    margin-bottom: 60px;
}
.intro-image {
    margin-right: 20px;
}
.intro-image img {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.intro-text {
    max-width: 500px;
    width: 100%;
}
.intro-text h2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #ff7d72;
    margin-bottom: 20px;
    line-height: 1.4;
}
.intro-text p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.5px;
}
/* キャンペーン */
.OfferInfo__title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ff7d72;
    text-align: center;
    position: relative;
    z-index: 2;
}
.OfferInfo__content {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: justify;
}
.small-asterisk {
    font-size: 0.7em;  /* 通常より小さく表示 */
    color: #666;       /* 色はグレーにして目立たないように */
    vertical-align: middle;  /* 文字と同じ高さに合わせる */
    margin-left: 5px;  /* 少しスペースを追加 */
}
/* 募集要項セクション */
.job-section {
    padding: 40px 20px;
    background-color: #fff;
    margin-top: 40px;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(255, 0, 0, 0.1), 
                -4px -4px 8px rgba(255, 255, 255, 1);
    margin-bottom: 60px;
}
.job-section h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}
.job-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.job-info p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    margin: 5px 0;
    font-weight: 400;
}
/* 応募資格セクション */
.requirements-section {
    padding: 40px 20px;
    background-color: #f9ebea;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(255, 0, 0, 0.1), 
                -4px -4px 8px rgba(255, 255, 255, 1);
    margin-bottom: 60px;

}
.requirements-section h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}
.requirements-banner {
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}
.requirements-banner p {
    font-size: 1rem;
}
.additional-info p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}
/* 応募後押しセクション */
.apply-cta {
    padding: 40px 20px;
    background-color: #fff;
    margin-top: 40px;
    border-radius: 12px 12px 0 0;
    box-shadow: 4px 4px 8px rgba(255, 0, 0, 0.1), 
                -4px -4px 8px rgba(255, 255, 255, 1);
}
.cta-text h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    color: #ff7d72;
}
.cta-text p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}
.cta-text p.last-p {
    font-size: 1.125rem;
    font-weight: bold;
    color: #ff7d72;
    background-color: #fff3f1;
    padding: 10px;
    border-radius: 8px;
}
.cta-button .btn-cta {
    padding: 12px 25px;
    background-color: #ff7d72;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}
.cta-button .btn-cta:hover {
    background-color: #ff5e58;
}
/* 応募までの流れセクション */
.apply-flow {
    padding: 40px 10px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 0 0 12px 12px;
    box-shadow: 4px 4px 8px rgba(255, 0, 0, 0.1), 
    -4px -4px 8px rgba(255, 255, 255, 1);
}
.flow_image {
    position: relative;
    display: inline-block;
}

.flow_image img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.flow_text {
    position: absolute;
    /* transform: translateX(-50%); 横方向の中央揃え */
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: start;
    z-index: 5;
    max-width: 350px;
    width: 100%;
    padding: 5;
    background-color: #bcbcbc2e;
    border-radius: 8px;
}
.flow_text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 5px 10px;
}
.flow_text p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 5px;
}
.flow_text .uid span {
    font-size: 0.875rem;
}
/* テキストの位置を順番ごとに指定 */
.flow_text:nth-child(1)/*なんでか使えない奴*/ {
    top: 10%;
}
.flow_text:nth-child(2) {
    top: 12%;
    left: 50%;
}
.flow_text:nth-child(3) {
    top: 30%;
    right: 50%;
}
.flow_text:nth-child(4) {
    top: 43%;
    left: 50%;
}
.flow_text:nth-child(5) {
    top: 64%;
    right: 50%;
}
.flow_text:nth-child(6) {
    top: 78%;
    left: 50%;
}
.flow_text .uid span {
    color: #ff0000;
}
/* FAQセクション */
.faq-section {
    padding: 40px 20px;
    background-color: #f9ebea;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(255, 0, 0, 0.1), 
                -4px -4px 8px rgba(255, 255, 255, 1);
}
.faq-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
    transition: background-color 0.3s ease;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-item dt {
    font-size: 22px;
    font-weight: 500;
    color: #444;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.faq-item dt:hover {
    background-color: #f1f1f1;
}
.faq-item .toggle-text {
    font-size: 24px;
    color: #8c8c8c;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
}
.faq-item .toggle-text::before {
    content: '+';
    font-size: 24px;
    transition: transform 0.6s ease;
    margin-left: 5px;
    display: inline-block;
}
.faq-item.active .toggle-text::before {
    content: '-';
    transform: rotate(180deg) scale(1.5);
}
.faq-item.active .toggle-text {
    color: #333;
    transform: rotate(180deg);
}
.faq-item dd {
    font-size: 18px;
    color: #555;
    margin: 12px 0 0 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.faq-item.active dd {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    text-align: justify;
}
/***** reason.html_選んだ理由 *****/
/* スライドインのアニメーション */
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/* reason-info-wrapper */
.reason-info-wrapper {
    width: 100%;
    padding: 150px 20px 50px;
    margin: 0 auto;
    max-width: 1200px;
}
/* グループを選んだ理由セクション */
.reason-introduction {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 150px;
    flex-wrap: wrap;
}
.reason-introduction-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.reason-introduction-text {
    max-width: 600px;
    min-width: 300px;
    padding-right: 30px;
}
.reason-introduction__title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ff7d72;
    text-align: justify;
}
.reason-introduction__text {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
}
/* ---------------------- コンテナ ---------------------- */
.reason-container {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
}
/* ---------------------- 下向き矢印と線 ---------------------- */
@keyframes slideArrow {
    0% {
        top: -200px;
        opacity: 0;
    }
    100% {
        top: -100px;
        opacity: 1;
    }
}
.reason-arrow-line {
    position: absolute;
    top: -200px;
    left: 50%;
    width: 10px;
    background-color: #ff7d72;
    transform: translateX(-50%);
    height: 110%;
    animation: slideArrow 0.8s ease forwards;
}
/* 矢印（三角形） */
.reason-arrow-line .reason-arrow {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #ff7d72;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
/* ライン上テキストor画像 */
.reason-arrow-content {
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.reason-arrow-content img {
    max-width: 200px;
    width: 100%;
    height: auto;
}
.reason-arrow-content span {
    font-size: clamp(18px, 4vw, 26px);
}

/* ---------------------- コンテンツエリア ---------------------- */
.reason-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    margin-top: 200px;
}
/* ---------------------- アイテムのスタイル ---------------------- */
.reason-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
    position: relative;
    opacity: 0; /* 初期状態で透明 */
    transform: translateY(100%); /* 右外から */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
/* アニメーション実行後 */
.reason-item.visible {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
}
/* 横スクロール防止 */
.reason-info-wrapper {
    width: 100%;
    padding: 60px 20px 50px;
    margin: 0 auto;
    max-width: 1200px;
    overflow-x: hidden; /* 横スクロール防止 */
}
/* アイテムのスタイル */
.reason-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
/* 画像のスタイル */
.reason-item-img {
    width: 250px;
    height: 180px;
    background-size: cover;
    background-position: 0 0;
    transition: transform 0.3s ease;
}
.reason-item-4 .reason-item-img {
    background-position: 0 -25px;
}
/* テキストのスタイル */
.reason-item-text {
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #f7f7f7;
    padding: 20px;
    word-wrap: break-word; 
    word-break: break-word;
    text-align: justify;
}
/* テキスト */
.reason-item-text span {
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #ff7d72;
}
/* 奇数番目（1, 3, 5, ...）では画像が左、テキストが右 
.reason-item:nth-child(odd) .reason-item-img {
    margin-right: 20px;
}
*/
/* 偶数番目（2, 4, 6, ...）ではテキストが左、画像が右 */
.reason-item:nth-child(even) {
    flex-direction: row-reverse;
}
/*
.reason-item:nth-child(even) .reason-item-img {
    margin-left: 20px;
}
*/
.reason-item:nth-child(even) .reason-item-text {
    order: 1;
}

/* その他のスタイル */
.closebox {
    width: 100%;
    padding: 50px 20px;
    margin: 50px auto 0;
    max-width: 1200px;
    text-align: center;
    background-color: #ffc4bd;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.closebox h2 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.closebox-content {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}
.closebox p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    text-align: justify;
}
.closebox-image-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}
.closebox-bubble {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url();
    background-size: cover;
    background-position: center;
}
.closebox-imege {
    width: 300px;
    height: auto;
    border-radius: 8px;
}
.cta-link {
    display: inline-block;
    background-color: #fff;
    color: #ff7d72;
    padding: 15px 30px;
    margin-top: 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}


/***** real.html_本音 *****/
.real-info-wrapper {
    width: 100%;
    padding: 60px 20px 150px;
    margin: 0 auto;
    max-width: 1200px;
}
.real-content {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}
.real-introduction-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.real-introduction-text {
    max-width: 600px;
    min-width: 300px;
    padding-right: 30px;
}
.real-introduction__title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ff7d72;
    text-align: justify;
}
.real-introduction__text {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
}
.real-item-wrapper {
    position: relative;
    width: 1040px;
    padding-top: 15px;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease;
}
.real-item-wrapper.scr_active {
    opacity: 1;
    transform: translateY(0);
}
.real-item {
    background-color: #fff;
    position: relative;
    padding: 60px 40px 40px;
    border-radius: 10px;
    overflow: hidden;
    margin: 45px 0 0;
    /*margin-bottom: 50px;*/
}
.real-item-wrapper:not(:last-child) {
    margin-bottom: 40px;
}
.real-item::before {
    content: "";
    width: 260px;
    height: 260px;
    position: absolute;
    background: url() center / 100% no-repeat;
}
.real-item-wrapper-01, .real-item-wrapper-02,
.real-item-wrapper-03, .real-item-wrapper-04,
.real-item-wrapper-05
{
    position: relative;
    margin-bottom: 100px;
    max-width: 1500px;
    width: 100%;
}
.real-item-number {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.real-item-number img{
    width: 100%;
    height: auto;
    min-width: 200px;
}
.real-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.real-item h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffb8cd;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-bottom: 35px;
    position: relative;
}
.real-item-img {
    max-width: 340px;
    width: 100%;
    height: 270px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.real-item-illustration {
    position: absolute;
    bottom: -12px;
    width: 137px;
    opacity: 0;
    transition: 0.5s ease 0.3s;
}
.real-item-pop {
    width: 198px;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-out;
}
.real-item-pop.visible {
    opacity: 1;
}
.pop1 {
    top: 130px;
    left: -15px;
}
.pop2 {
    top: 160px;
    right: -34px;
}
.pop3 {
    top: 150px;
}
.pop4 {
    top: 150px;
    right: -30px;
}
.pop5 {
    top: 130px;
}
.real-item-text {
    width: 100%;
    margin-bottom: 10px;
}
.real-item-text ul {
    border-top: 1px solid #bfbfbf;
}
.real-item-text ul li {
    border-bottom: 1px solid #bfbfbf;
    font-size: 16px;
    line-height: 1.555;
    padding: 11px 0;
    font-weight: 500;
    letter-spacing: 1.4px;
    display: flex;
    align-items: center;
}
.real-item-text ul li::before {
    content: "●";
    display: inline-block;
    color: #ffb8cd;
    margin-right: 6px;
    display: inline;
    vertical-align: middle;
}
.real-item-wrapper-02 .real-item-inner:nth-child(even), .real-item-wrapper-04 .real-item-inner:nth-child(even) {
    flex-direction: column-reverse;
}
/***** ミスヘブン *****/
.miss-heaven {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.miss-heaven-mv {
    margin-bottom: 15px;
}
.miss-heaven-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}
.miss-heaven-text p {
    margin-bottom: 30px;
}
.miss-heaven-text strong {
    font-weight: bold;
}
.miss-heaven-text h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.miss-heaven-text em {
    font-style: italic;
    color: #777;
}
.miss-heaven-title {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #ffc6d6;
    padding: 5px 2px;
    margin-bottom: 10px;
}
.miss-heaven-movie {
    margin-bottom: 20px;
}
.miss-heaven-movie .election {
    font-size: 0.775rem;
}
/* 2つ目の .apply_bottombtn にのみスタイルを適用 */
#page_missheaven .another-section .apply_bottombtn .apply-button {
    color: #fff;
    margin-bottom: 70px;
}
p.heaven_headline {
    margin: 20px 0 5px;
}
@media (max-width: 768px) {
    .miss-heaven {
        padding: 5px;
    }
    .miss-heaven-text {
        font-size: 16px;
    }
}


/* ------------------------ Active State ------------------------ 
.real-item-wrapper.scr_active .real-item-illustration,
.real-item-wrapper.scr_active .real-item-pop {
    transform: translateX(0);
    opacity: 1;
}
*/
/* ------------------------ Color Variants ------------------------ 
.real-item-wrapper-02 h2,
.real-item-wrapper-02 .real-item-text ul li::before {
    color: #eb8ce8;
}
.real-item-wrapper-03 h2,
.real-item-wrapper-03 .real-item-text ul li::before {
    color: #5acc78;
}
.real-item-wrapper-04 h2,
.real-item-wrapper-04 .real-item-text ul li::before {
    color: #9e84e2;
}
.real-item-wrapper-05 h2,
.real-item-wrapper-05 .real-item-text ul li::before {
    color: #eb8ce8;
}
.real-item-wrapper-06 h2,
.real-item-wrapper-06 .real-item-text ul li::before {
    color: #5acc78;
}
*/

/***** 稼げる理由 *****/
.income-why-section-title {
    font-size: 1.3rem;
    margin: 20px 0 50px;
    color: #ff7d72;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
/* 理由項目のタイトル */
.income-benefit-item-title {
    position: relative;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #333;
}
/* 数字オーバーレイ */
.benefit-number {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 80px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-left: 20px;
}
.income-benefit-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    letter-spacing: 1.4px;
    margin-top: 10px;
    text-align: justify;
}

/* 理由セクション */
.income-benefit-section {
    margin-bottom: 170px;
}
.bar-name {
    text-align: justify;
}
/* 理由セクション内の画像 
.income-benefit-img img {
    width: 100%;
    min-height: 250px;
    height: auto;
    border-radius: 8px;
    margin-top: 15px;
}*/
.income-benefit-img {
    position: relative;
    width: 100%;
    height: 225px; /* 高さを調整 */
    overflow: hidden; /* 親要素からはみ出た部分を非表示にする */
    margin-top: 15px;
}
.benefit-img-wrapper {
    display: flex;
    transition: transform 1s ease-in-out; /* スライドのアニメーション */
    width: 300%; /* 画像が横に並ぶので、3倍の幅を設定 */
    height: 200px; /* 高さを親要素に合わせる */
}
.benefit-img {
    width: 33.33%; /* 3枚の画像を横並びにする */
    height: 100%; /* 高さを親要素に合わせる */
}
.benefit-img img {
    width: 100%;
    height: 100%;
}
.income-benefit-img-caption {
    font-size: 0.9rem;
    color: #888;
    margin-top: 5px;
}
/* 営業年数と会員数の表示部分 */
.income-benefit-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
/* 個別の統計項目 */
.stat-item {
    text-align: center;
    flex: 1;
}
/* 項目のタイトル */
.stat-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #ff8c8c;
}
/* カウントされる数値 */
.stat-value {
    margin-top: 10px;
    margin: .5rem 0;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1;
    color: #666;
}
/* 説明文 */
.stat-description {
    font-size: 1rem;
    color: #666;
    margin-top: 5px;
}
.income-benefit-detail-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px 0;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.income-benefit-detail-title {
    font-size: 1.05rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: justify;
}
.income-benefit-detail-text {
    margin-bottom: 20px;
}
.income-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 450px;
    margin: 0 auto;
    font-size: 0.92em;
}
.income-card {
    border-radius: 8px;
    padding: 14px 16px;
    background: #fefefe;
    border: 1px solid #ddd;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}
.score-badge {
    display: inline-block;
    background: #444;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.75em;
    border-radius: 999px;
    margin-bottom: 10px;
    font-weight: bold;
}
.advice-text {
    background: #f8f8f8;
    padding: 10px 12px;
    border-radius: 4px;
    line-height: 1.5;
}
/* カラー分け（例） */
.score-low .score-badge {
    background: #e8c7c7;
}
.score-mid .score-badge {
    background: #e8aaaa;
}
.score-good .score-badge {
    background: #e99595;
}
.score-top .score-badge {
    background: #e58f8f;
}
.score-low .advice-text {
    border-left: 4px solid #e8c7c7;
}
.score-mid .advice-text {
    border-left: 4px solid #e8aaaa;
}
.score-good .advice-text {
    border-left: 4px solid #e99595;
}
.score-top .advice-text {
    border-left: 4px solid #e58f8f;
}

.income-benefit-detail-note {
    margin-top: 20px;
    font-size: 0.8125rem;
    color: #555;
}
/******** SP用ここから ********/
@media (max-width: 767px) {
    .joint_main {
        display: block;
        padding-top: 20px;
        flex-wrap: nowrap;
        text-align: center;
    }
    /* 下層ページ上部 */
    .group-photo {
        width: 70%;
        height: 130px;
        border-radius: 0 0 40px 0;
        background-position: center top;
        margin-left: -20px;
        display: none;/*ここに載せられるような感じの画像素材あったら入れるかも*/
    }
    .apply-photo {
        width: 70%;
        height: 130px;
        border-radius: 0 0 60px 0;
        background-position: center top;
        margin-left: -20px;
        display: none;
    }
    .reason-photo {
        width: 70%;
        height: 130px;
        border-radius: 0 0 60px 0;
        background-position: center top;
        margin-left: -20px;
        display: none;
    }
    .real-photo {
        width: 70%;
        height: 130px;
        border-radius: 0 0 60px 0;
        background-position: center top;
        margin-left: -20px;
        display: none;
    }
    /* 下層ページ上部 */
    .joint-txt {
        line-height: 1.4;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .joint_main_txt {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    /*.joint_sub_txt {
        font-size: 0.8rem;
    }*/
    .group-info-wrapper {
        padding: 40px 0 0;
    }
    .reason-info-wrapper {
        padding: 40px 0;
    }
    .real-info-wrapper {
        padding: 40px 0;
        margin-bottom: 25px;
    }
    .group-introduction {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    /*横並び解除*/
    .group-introduction-inner {
        flex-direction: column;
    }
    .reason-introduction-inner {
        flex-direction: column;
    }
    .real-introduction-inner {
        flex-direction: column;
    }
    /*テキスト両端揃え*/
    .group-introduction-text {
        padding-right: 0;
        margin-bottom: 0;
    }
    .reason-introduction-text {
        padding-right: 0;
        margin-bottom: 0;
    }
    .real-introduction-text {
        padding-right: 0;
        margin-bottom: 0;
    }
    /*テキスト両端揃えend*/
    /*フォントサイズ*/

    .group-introduction__text {
        font-size: 1rem;
    }
    .reason-introduction__text {
        font-size: 1rem;
    }
    .real-introduction__text {
        font-size: 1rem;
    }
    /**/
    .group-introduction-image {
        max-width: 100%;
        display: none;
    }
    .group-introduction-image img {
        max-width: 100%;
    }
    .group-decorative-icons {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    .group-introduction__title {
        font-size: 1.3rem;
        text-align: center;
    }
    .group-philosophy__title {
        font-size: 1.3rem;
    }
    .group-philosophy__text01 {
        font-size: 16px;
    }
    .group-philosophy-list01 {
        grid-template-columns: 1fr 1fr;
    }
    .group-philosophy-list01__item {
        margin-bottom: 50px;
        padding: 10px;
    }
    .group-philosophy-list01__item p {
        font-size: 1.1rem;
    }
    .number-overlay {
        top: -45px;
        left: -40px;
    }
    .group-philosophy-list02 {
        grid-template-columns: 1fr;
    }
    .group-environment-2col {
        display: block;
        gap: 30px;
    }
    .group-environment {
        margin-bottom: 0;
    }
    .group-philosophy {
        margin-bottom: 0;
    }
    .group-environment-2col-item--01 {
        flex: none;
        margin-bottom: 35px;
    }
    .group-environment-2col-item--02 {
        flex: none;
        margin-bottom: 0;
    }
    .group-outline__title {
        font-size: 28px;
    }
    .group-outline__lead {
        font-size: 16px;
    }
    .group-outline-gallery {
        flex-direction: column;
        gap: 10px;
    }
    .group-outline-gallery span img {
        max-width: 100%;
    }
    .group-philosophy-list02__title {
        font-size: 1.1rem;
    }
    .block-title {
        font-size: 1.3rem;
    }
    /*強みの部分の横スワイプ*/
    .group-philosophy-list02 {
        display: flex;
        overflow-x: auto; 
        gap: 15px;
        padding-bottom: 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .group-philosophy-list02::-webkit-scrollbar {
        display: none;
    }
    .group-philosophy-list02__item {
        flex: 0 0 auto;
        width: 90%;
        scroll-snap-align: start;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .group-philosophy-list02__title {
        font-size: 1.1rem;
        padding-left: 20px;
    }
    .group-philosophy-list03__item {
        font-size: 14px;
    }
    /* スクロールバー非表示 */
    .group-philosophy__content::-webkit-scrollbar {
        display: none;
    }
    /* 各アイテム */
    .group-philosophy__item {
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        width: 280px;
        box-sizing: border-box;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        scroll-snap-align: start;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    /* アイテムタイトル */
    .group-philosophy__item-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: #333;
    }
    /* サブアイテムリスト */
    .group-philosophy__sub-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    /* サブアイテム */
    .group-philosophy__sub-item {
        font-size: 1rem;
        color: #777;
        margin-bottom: 10px;
    }
    /* ドットナビゲーション */
    .group-philosophy__pagination {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
    /* ドット */
    .group-philosophy__dot {
        width: 8px;
        height: 8px;
        background-color: #fcb2ab;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }
    /* アクティブなドット */
    .group-philosophy__dot.active {
        background-color: #ff7d72;
    }
    /***** 募集要項ページ *****/
    .intro-section {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .intro-image {
        margin: 0;
    }
    .intro-image img {
        display: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .intro-text {
        max-width: 100%;
    }
    .intro-text h2 {
        font-size: 1.125rem;
        margin-bottom: 10px;
    }
    .intro-text p {
        font-size: 0.875;
    }
    .job-section h3 {
        font-size: 1.125rem;
    }
    .job-info p {
        font-size: 0.875rem;
    }
    .OfferInfo__title.ca {
        font-size: 1.1rem;
    }
    .requirements-section h3 {
        font-size: 1.125rem;
    }
    .requirements-banner {
        font-size: 0.875rem;
    }
    .apply-flow p {
        text-align: justify;
    }
    .apply-cta {
        padding-bottom: 0;
    }
    .cta-text h3 {
        font-size: 1.125rem;
    }
    .cta-text p {
        font-size: 0.875rem;
    }
     /* SP版でPC用画像を非表示 */
    .flow_image img {
        display: none;
    }
    /* SP版用画像を表示 */
    .flow-img-sp {
        display: block;
        max-width: 100%; /* 画像をレスポンシブに調整 */
        height: auto;
    }
    /* SP版ではテキストを非表示 */
    .flow_text {
        display: none;
    }
    /***** 選んだ理由ページ *****/
    .reason-introduction {
        margin-bottom: 25px;
    }
    .reason-introduction__title {
        font-size: 1.3rem;
    }
    .reason-item-text {
        height: auto;
    }
    .reason-item-text span {
        font-size: 0.875rem;
    }
    .closebox {
        margin-top: 30px;
    }
    .closebox-content {
        flex-direction: column;
        gap: 0;
    }
    .closebox h2 {
        font-size: 1.2rem;
        text-align: left;
    }
    /* 画像のスタイル */
    .reason-item-img {
        width: 250px;
        height: 120px;
        background-size: cover;
        background-position: 0 0;
        transition: transform 0.3s ease;
    }
    .reason-item-2 .reason-item-img {
        background-position: 0 -10px;
    }
    .reason-item-4 .reason-item-img {
        background-position: 0 -16px;
    }
    .closebox-image-wrapper img {
        display: none;
    }
    .reason-arrow-line {
        height: 110%;
    }
    /***** 本音ページ *****/
    .real-introduction__title {
        font-size: 1.3rem;
        text-align: center;
    }
    .real-item-wrapper-01, .real-item-wrapper-02,
    .real-item-wrapper-03, .real-item-wrapper-04
    /*.real-item-wrapper-05*/  {
        margin-bottom: 70px;
    }
    .real-item-wrapper-02 .real-item-inner:nth-child(even), .real-item-wrapper-04 .real-item-inner:nth-child(even) {
        flex-direction: column-reverse; /* 偶数番のアイテムは画像をテキストの下に */
    }
    .real-item h2 {
        margin-top: 15px;
        text-align: justify;
    }
    .real-item-img {
        background-repeat: no-repeat;
        background-position: top;
        /*background-size: contain;*/
        margin-bottom: 20px;
    }
    .real-item {
        padding: 40px 20px 0px;
        margin: 0;
    }
    .real-item-number {
        top: 1%;
    }
    .real-item-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .real-item-text {
        width: 100%;
    }
    .real-item-text ul li {
        font-size: 0.8125rem;
        line-height: 1.7;
    }
    .real-item-wrapper-05 {
        margin-bottom: 0;
    }
    /***** 稼げる理由 *****/
    .income-why-section-title {
        font-size: 1.3rem;
        margin: 20px 0 30px;
        color: #ff7d72;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }
    /* 理由項目のタイトル */
    .income-benefit-item-title {
        font-size: 1.2rem;
        margin-top: 20px;
        color: #333;
    }
    .income-benefit-text {
        font-size: 1rem;
        color: #333;
        line-height: 1.7;
        letter-spacing: 1.4px;
        margin-top: 10px;
        text-align: justify;
    }
    /* 理由セクション */
    .income-benefit-section {
        margin-bottom: 70px;
    }
    .bar-name {
        text-align: justify;
    }
    /* 理由セクション内の画像 
    .income-benefit-img img {
        width: 100%;
        min-height: 250px;
        height: auto;
        border-radius: 8px;
        margin-top: 15px;
    }*/
    .income-benefit-img {
        position: relative;
        width: 100%;
        height: 225px; /* 高さを調整 */
        overflow: hidden; /* 親要素からはみ出た部分を非表示にする */
        margin-top: 15px;
    }
    .benefit-img-wrapper {
        display: flex;
        transition: transform 1s ease-in-out; /* スライドのアニメーション */
        width: 300%; /* 画像が横に並ぶので、3倍の幅を設定 */
        height: 200px; /* 高さを親要素に合わせる */
    }
    .benefit-img {
        width: 33.33%; /* 3枚の画像を横並びにする */
        height: 100%; /* 高さを親要素に合わせる */
    }
    .benefit-img img {
        width: 100%;
        height: 100%;
    }
    .income-benefit-img-caption {
        font-size: 0.9rem;
        color: #888;
        margin-top: 5px;
    }
    /* 営業年数と会員数の表示部分 */
    .income-benefit-stats {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    /* 個別の統計項目 */
    .stat-item {
        text-align: center;
        flex: 1;
    }
    /* 項目のタイトル */
    .stat-title {
        font-size: 1.1rem;
        font-weight: bold;
        color: #ff8c8c;
    }
    /* カウントされる数値 */
    .stat-value {
        margin-top: 10px;
        margin: .5rem 0;
        font-family: "Montserrat", sans-serif;
        font-size: 2.5rem;
        font-weight: 100;
        line-height: 1;
        color: #666;
    }
    /* 説明文 */
    .stat-description {
        font-size: 1rem;
        color: #666;
        margin-top: 5px;
    }
    .income-benefit-detail-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding: 20px 0;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .income-benefit-detail-title {
        font-size: 1.05rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }
    .income-benefit-detail-text {
        font-size: 1rem;
        color: #666;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .income-benefit-detail-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .income-benefit-detail-list-item {
        font-size: 1.1rem;
        color: #444;
        margin-bottom: 25px;
        position: relative;
        padding-left: 25px;
        line-height: 1.6;
        text-align: justify;
        letter-spacing: 0.5px;
    }
    .income-benefit-detail-list-item:before {
        content: '\2022';
        font-size: 1.3rem;
        color: #f4bda4;
        position: absolute;
        left: 0;
        top: 0;
        /*transform: translateY(-50%);*/
    }
    .income-benefit-detail-list-item:last-child {
        margin-bottom: 0;
    }
    .income-benefit-detail-note {
        font-size: 0.875rem;
        color: #999;
        line-height: 1.6;
        margin-top: 15px;
    }
}
@media (max-width: 376px) {
    .reason-arrow-content img {
        position: relative;
        top: 20px;
    }
}

@media (max-width: 373px) {
    .group-introduction__title {
        font-size: 1.3rem;
        text-align: justify;
    }    
}