/* .cta-button */
.cta-button {
    position: relative;
    max-width: 343px;
    width: 100%;
    height: 66px;
    background: linear-gradient(270deg, #ffd276 0%, #f49282 100%);
    border: none;
    border-radius: 54px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(244, 141, 131, 0.7);
    cursor: pointer;
    box-shadow: 0px 0px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
    z-index: 1;
}

.cta-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cta-text {
    z-index: 1;
    position: relative;
}

.arrow-icon {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
}

.arrow-icon::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 46%;
    transform: translate(-25%, -50%);
    border-left: 6px solid #F48D83;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* 求人情報セクション */
.recruit-section {
    padding: 50px 20px 110px;
    background-color: #FFF1E1;
    color: #444444;
    text-align: center;
}

.recruit-container {
    border: #F48D83 2px solid;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 15px 20px;
}

.recruit-title {
    background-color: #F48D83;
    padding: 10px 30px 0px;
    border-radius: 24px;
    display: inline-block;
    position: relative;
    top: -23px;
}

.recruit-title:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #F48D83;
    z-index: 2;
}

.recruit-title svg {
    width: 114px;
}

.recruit-subtitle {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.highlight {
    background: linear-gradient(transparent 70%, #FFD874 0%);
}

.staff-image {
    border-radius: 10px;
    margin-bottom: 20px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.benefit-item {
    background-color: #F48D83;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-message {
    margin-top: 35px;
}

.recruit-message,
.salon-name {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.salon-name {
    color: #F48D83;
    font-family: 'hanatotyoutyo', serif;
    font-size: 39px;
    line-height: 1.25;
}

.cta-message {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.dotted-char {
    position: relative;
    display: inline-block;
}

.dotted-char::before {
    content: "•";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}

.salon-name img {
    width: 90%;
}

/* アイリストの悩みセクション */
.concerns-section {
    background-color: #F3DCCA;
    padding: 0px 5px 40px;
    color: #444444;
    position: relative;
    z-index: 2;
}

.concerns-section .ellipse {
    width: 500px;
    height: 284px;
    top: 77px;
    z-index: 0;
    background-color: #f3dcca;
}

.concern-section-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.concern-section-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.concern-title-under-line {
    position: relative;
}

.concern-title-under-line::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 3px;
    background-color: #F48D83;
    border-radius: 10px;
}

.concerns-list {
    list-style-type: none;
    position: relative;
    z-index: 1;
}

.concern-item {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    gap: 10px;
}

.concern-number {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #F48D83;
}

.concern-text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: 500;
}

.concern-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    flex: 1;
}

.concern-content {
    flex: 1;
}

.conclusion-text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    padding-bottom: 5px;
    border-bottom: 2px dashed #F48D83;
    display: inline-block;
}

.font {
    font-family: math, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 15px;
    position: relative;
    top: -1px;
    color: #444444;
    padding-right: 2px;
}

.conclusion-text-box {
    display: flex;
    justify-content: center;
}

/* elua社の特徴セクション */
.elua-benefits {
    background-color: #E9978F;
    padding: 16px 20px 60px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.elua-benefits-svg {
    position: absolute;
    top: -32%;
    left: 0;
    z-index: 1;
}

.elua-title {
    font-size: 24px;
    font-weight: 500;
    margin: 55px 0 10px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    color: #fff;
}

.elua-title::before {
    position: absolute;
    content: "";
    transform: rotateZ(-29deg);
    width: 3px;
    height: 36px;
    background-color: #fff;
    left: -19px;
    bottom: 15px;
    display: block;
}

.elua-title::after {
    position: absolute;
    content: "";
    transform: rotateZ(29deg);
    width: 3px;
    height: 36px;
    background-color: #fff;
    right: -19px;
    bottom: 15px;
    display: block;
}

.font-large {
    font-size: 45px;
}

.benefits-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}

.circle-stripe {
    position: absolute;
    top: -39px;
    left: -21px;
    z-index: -1;
}

.elua-benefit-item {
    background-color: #DF5D6C;
    padding: 4px 30px;
    font-size: 16px;
}

.elua-benefit-item.wide {
    width: 100%;
    max-width: 200px;
}

.resolution-text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0px 1px 2px #00000040;
    display: inline-block;
    background: linear-gradient(transparent 60%, #F3CA60 40%);
}

.image-container {
    margin: 20px 0 10px;
    position: relative;
}

.dotted-circle {
    position: absolute;
    top: -66px;
    right: -43px;
    z-index: -1;
}

.quote {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
    position: relative;
    padding-top: 30px;
}

.quote::before {
    content: '’’’';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
}

.quote-circle-stripe {
    position: absolute;
    left: 30px;
    bottom: -69px;
    z-index: -1;
}

/* elua社の解決策セクション */
.elua-solutions {
    background-color: #FFF1E1;
    padding: 40px 20px 5px;
    color: #444444;
}

.elua-solutions-section-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.elua-solutions-subtitle {
    display: block;
    font-family: 'Yellowtail', cursive;
    font-size: 20px;
    color: #F48D83;
    margin-bottom: 10px;
    font-weight: 400;
}

.elua-solutions-concerns-list {
    display: flex;
    gap: 10px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 10px;
}

.elua-solutions-concerns-list.second {
    margin: 0 auto 60px;
}

.elua-solutions-concerns-list p {
    background-color: #F48D83;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 3px;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.solution-item {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.counter {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #F48D83;
    position: relative;
    top: 0;
}

.number {
    font-family: 'Poppins', sans-serif;
    padding: 0 10px;
    font-size: 42px;
    color: #F48D83;
    font-weight: 500;
}

.solution-item h3 {
    font-size: 24px;
    color: #F48D83;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.solution-concern {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.light-highlight {
    color: #F48D83;
    background: linear-gradient(transparent 70%, #ffef55 0%);
}

.image-solution {
    margin: 20px 0;
}

.image-solution img {
    border-radius: 10px;
}

.description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
}

.note {
    font-size: 12px;
    color: #868686;
    text-align: left;
}

/* アイリストの仕事の利点セクション */
.eyelash-benefits {
    background-color: #FFFFFF;
    padding: 40px 20px 10px;
}

.eyelash-section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #444444;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.eyelash-subtitle-quote {
    color: #F48D83;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    position: relative;
    top: -10px;
}

.eyelash-subtitle {
    display: block;
    font-family: 'Yellowtail', cursive;
    font-size: 20px;
    color: #F48D83;
    margin-bottom: 10px;
    font-weight: 400;
}

.eyelash-benefits-list {
    list-style-type: none;
}

.eyelash-benefit-item {
    border: 1px solid #F48D83;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.eyelash-benefit-box {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    justify-content: left;
}

.benefit-title {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}

.benefit-image {
    border-radius: 10px;
    margin-bottom: 20px;
}

.benefit-description {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
}

/* Elua研修セクション */
.elua-training {
    padding: 20px 20px 40px;
    position: relative;
    background-color: #FFF1E1;
}

.feature-badge {
    background-color: #FFFFFF;
    border: 2px solid #DF5D6C;
    border-radius: 30px;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #DF5D6C;
    font-weight: 700;
    font-size: 16px;
}

.feature-badge:before,
.feature-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    z-index: 2;
}

.feature-badge:before {
    bottom: -24px;
    border-top: 12px solid #DF5D6C;
}

.feature-badge::after {
    bottom: -21px;
    border-top: 12px solid #ffffff;
}

.elua-training-box {
    background-color: #FFFFFF;
    border: 2px solid #DF5D6C;
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin-top: 20px;
    text-align: center;
}

.percentage {
    font-size: 20px;
    color: #DF5D6C;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.percentage span {
    font-size: 40px;
}

.percentage::before {
    position: absolute;
    content: "";
    transform: rotateZ(-29deg);
    width: 3px;
    height: 36px;
    background-color: #DF5D6C;
    left: -19px;
    bottom: 10px;
    display: block;
}

.percentage::after {
    position: absolute;
    content: "";
    transform: rotateZ(29deg);
    width: 3px;
    height: 36px;
    background-color: #DF5D6C;
    right: -19px;
    bottom: 10px;
    display: block;
}

.percentage-text {
    display: inline-block;
    font-weight: 700;
    color: #DF5D6C;
}

.percentage-text span {
    font-size: 28px;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

.elua-training-description {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444444;
}

.dark-pink-text {
    color: #DF5D6C;
    font-weight: 700;
}

.elua-training-concern {
    margin-top: 40px;
}

.elua-training-concern .eyelash-subtitle,
.elua-training-concern .eyelash-subtitle-quote {
    color: #DF5D6C;
}


.feature-list {
    list-style-type: none;
}

.feature-list li {
    background-color: #FFFFFF;
    border: 2px solid #DF5D6C;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 40px;
    position: relative;
    font-size: 16px;
    color: #444444;
}

.feature-list li::before {
    content: '';
    width: 13px;
    height: 6px;
    border-left: 2px solid #DF5D6C;
    border-bottom: 2px solid #DF5D6C;
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 21px;
}

.elua-training-conclusion {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 5px 0;
    color: #444444;
}

/* リクルートセクションの別バージョン */
.recruit-section.another {
    background-color: #E9978F;
    padding: 40px 20px 40px;
}

.another .recruit-title {
    background-color: #DF5D6C;
}

.another .recruit-title:before {
    border-top: 12px solid #DF5D6C;
}

/* about-usセクション */
.about-us-section {
    padding: 20px;
    color: #444444;
}

.about-us-section .staff-image {
    margin-bottom: 40px;
}

.about-us-content {
    position: relative;
    padding-top: 50px;
}

.wave-img {
    position: absolute;
    top: -80%;
    left: 0;
    margin: 0 calc(3% - 41px);
    width: 405px;
    z-index: -1;
}

.about-us-text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    margin: 20px 0;
}

.about-us-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 80px;
    position: relative;
}

.about-us-list p {
    background: #F48D83;
    color: #fff;
    padding: 7px 15px;
    border-radius: 7px;
}

.about-us-list .wave-img {
    transform: scaleX(-1);
    top: -7%;
}

/* インタビューセクション */
.interview-section {
    padding: 20px;
}

.video-container {
    width: 100%;
    padding: 0 20px 20px;
}

.video-placeholder {
    max-width: 500px;
    height: 300px;
    width: 100%;
    border-radius: 10px;
}

.schedule-video-container {
    width: 100%;
    margin-bottom: 40px;
}

.schedule-video-placeholder {
    width: 100%;
    aspect-ratio: 581 / 1028;
}

.interview-box {
    padding: 25px 15px;
    border: 1px solid #F48D83;
    border-radius: 10px;
    background-color: #FFF1E1B2;
    text-align: center;
    margin-bottom: 20px;
}

.interview-img {
    position: relative;
}

.interview-name {
    position: absolute;
    bottom: 5px;
    padding: 5px 15px;
    background-color: #fff;
    color: #F48D83;
    border-radius: 0px 10px 0px 10px;
}

.interview-svg-number {
    position: absolute;
    top: -17px;
    right: 17px;
}

.interview-text {
    color: #444444;
    font-size: 14px;
    padding: 15px 0;
    font-weight: 700;
}

.interview-box .cta-button,
.modal .cta-button {
    background: #F48D83;
    max-width: 295px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

/* モーダル */
.thumbnail {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11000;
    background-color: #fff1e1;
    padding: 30px;
    overflow-y: scroll;
    color: #444444;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #F48D83;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
}

.modal-img {
    max-width: 500px;
    display: block;
    margin: 80px auto 0;
}

.modal-content-box {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 500px;
}

.modal-interview-name {
    color: #F48D83;
    padding: 5px 0 40px;
}

.modal-interview-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.06em;
    text-align: left;
}

.modal-interview-text {
    margin: 40px 0;
    font-size: 14px;
}

/* スケジュールセクション */
.schedule-section {
    padding: 30px 20px 20px;
    background-color: #FFF1E1;
}

/* インフォメーションセクション */
.information-section {
    padding: 30px 20px 20px;
    color: #444444;
}

.information-section-title {
    font-weight: 700;
    font-size: 18px;
    color: #F48D83;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.information-section-content {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

.dashed-line {
    border: none;
    border-top: 2px dashed #F48D83;
    margin: 20px 0;
}

/* よくある質問セクション */
.faq-section {
    padding: 30px 20px 20px;
    color: #444444;
    background-color: #FFF1E1;
}

.ac-title {
    background-color: #ffffff;
    color: #444444;
    padding: 15px 32px 15px 35px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border-radius: 10px;
    transition: color 0.5s, background-color 0.5s, border-radius 1s;
}

.q-parts::before {
    content: "Q";
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #F48D83;
    transition: color 0.5s;
}

.accordion-item {
    margin-bottom: 20px;
    position: relative;
}

.accordion-item:before,
.accordion-item:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #F48D83;
    top: 24px;
    right: 10px;
    z-index: 1;
    transition: transform 0.5s ease;
}

.accordion-item:after {
    transform: rotate(90deg);
}

/* アクティブ時 */
.active .ac-title {
    background-color: #F48D83;
    color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    transition: border-radius 0.5s;
}

.accordion-item.active::before {
    background-color: white;
}

.accordion-item.active::after {
    transform: rotate(180deg);
    background-color: white;
}

.active .q-parts::before {
    color: #ffffff;
}

.ac-box {
    display: none;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    color: #444444;
    position: relative;
}

.ac-box p {
    padding: 10px 32px 10px 35px;
}

.active .ac-box::before {
    color: #F48D83;
}

.ac-box::before {
    color: #ffffff;
    content: "A";
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 12px;
    top: 17px;
    font-size: 20px;
    font-weight: 500;
    transition: color 0.5s;
}

/* flowセクション */
.flow-section {
    padding: 30px 20px 50px;
    color: #444444;
    background-color: #E9978F;
    text-align: center;
}

.flow-section .eyelash-section-title,
.flow-section .eyelash-subtitle,
.flow-section .eyelash-subtitle-quote {
    color: #ffffff;
}

.flow-step {
    margin-top: 20px;
    padding: 20px;
    border: 3px solid #DF5D6C;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
}

.flow-arrow:before {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 50%;
    width: 150px;
    height: 30px;
    background: #DF5D6C;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform: translateX(-50%);
}

.flow-step-number {
    background-color: #DF5D6C;
    padding: 7px 40px 7px 40px;
    border-radius: 24px;
    display: inline-block;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
}

.space-top {
    margin-top: 70px;
}

.flow-img {
    max-width: 90px;
    margin: 20px 0;
}

.flow-step-text {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.flow-step-notion {
    padding-bottom: 10px;
    font-size: 15px;
}

.green-bg.cta-button {
    background: #4CC764;
}

.green-bg .arrow-icon::after {
    border-left: 6px solid #4CC764;
}

.recruit-section.last-sec {
    padding-bottom: 50px;
}

.message-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    padding-bottom: 60px;
    font-weight: 400;
}

footer {
    height: 74px;
    background-color: #F48D83;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

@media (max-width: 392px) {
    .benefit-item {
        font-size: 14px;
    }
}

@media (max-width: 379px) {
    .br-none {
        display: none;
    }
    .feature-badge {
        padding: 10px 15px;
    }
    .elua-training-box {
        padding: 40px 12px 20px;
    }
    .modal-interview-title {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .message-text {
        font-size: 15px;
    }
}

@media (max-width: 374px) {
    .cta-message {
        font-size: 13px;
    }

    .eyelash-benefit-box {
        gap: 12px;
    }
}

@media (max-width: 370px) {
    .elua-benefits-svg {
        top: -30%;
    }
}
