body {
    background: #fff;
}
.question span{
    display: inline-block;
    width: fit-content;
    padding: 4px 12px;
    background-color: #ea002a;
    border-radius: 4px;
    color: #fff;
    font-size: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem);
    font-weight: bold;
    line-height: 1.6;
}

.question + .text {
    margin-top: 20px;
}

.subcopy {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
    font-weight: bold;
    line-height: 1.6;
    margin: 30px 0 20px;
}
.text p {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
    line-height: 2.0;
}
.text ul {
    padding-left: 24px;
    margin: 20px 0;
    list-style-type: disc;
}
.text ul li + li {
    line-height: 1.5;
    margin-top: 10px;
}

.text + .question {
    margin-top: 80px;
}
.text + .text {
    margin-top: 20px;
}

.text._imgright {
    display: flex;
    align-items: center;
}
.text._imgright ._image{
    margin-left: 20px;
}

/* ①ファーストビューのシンプルフェードイン */
.first-view-section {
    width: 100%;
    height: calc(100vh - 100px);
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.first-view-content {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.main-box {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.main-item {
    display: flex;
    justify-content: space-between;
}

.main-item_text {
    position: absolute;
    top: 60px;
    left: 0;
    background: linear-gradient(270deg, #FFF 0%, #F5F5F5 100%);
    border-radius: 80px 16px 16px 16px;
    padding: 100px 150px;
}

.main-item_number {
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    font-weight: 600;
}
.main-item_number span {
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    display: inline-block;
    margin-left: 10px;
}
.main-item_job {
    line-height: 1.6;
    margin-top: 20px;
}
.main-item_job span:before {
    content: "\025cf";
    color: #e8ac0a;
    margin-right: 5px;
    display: inline;
}
.main-item_job._career span:before {
    color: #00a4c2;
}
.main-item_catch {
    margin-top: 30px;
    line-height: 1.95;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.main-item_catch span{
    font-size: clamp(2.4rem, 1.92rem + 2.4vw, 4.8rem);
    font-weight: bold;
    background: #222;
    color: #fff;
    border-radius: 2px;
    padding: 4px 8px;
}
.main-item_detail {
    font-size: clamp(1.8rem, 1.44rem + 1.8vw, 3.6rem);
    font-weight: bold;
    margin-top: 30px;
}
.main-item_detail ._small {
    display: block;
    font-size: 1.6rem;
    margin-top: 15px;
}

.main-item_info {
    margin-top: 20px;
    line-height: 1.6;
}
.main-item_image {
    border-radius: 16px 16px 16px 80px;
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 1025px) {
    .main-item_text {
        padding: 8.0% 11.0%;
    }
    .main-item_image {
        max-width: 58.0%;
    }

}
@media (min-width: 769px) and (max-width: 1024px) {
    .main-item_text {
        padding: 7.5% 8.25%;
    }

    .main-item_image {
        max-width: 58.0%;
    }
}
@media (max-width: 768.9px) {
    .main-item {
        align-items: flex-start;
        height: 450px;
    }
    .main-item_image {
        max-width: 50.0%;
        position: relative;
        margin-left: auto;
    }
    .main-item_text {
        position: absolute;
        top: 30px;
        padding: 40px 0 60px 60px;
        width: 100%;
    }
    .main-item_catch span {
        font-size: 3.0rem;
    }
    .main-item_detail {
        font-size: 2.4rem;
    }

}
@media (max-width: 767.9px) {
    .main-item {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background: linear-gradient(270deg, #FFF 0%, #F5F5F5 100%);
        border-radius: 16px 80px 16px 16px;
        padding: 20px;
    }
    .main-item_image {
        max-width: 100.0%;
        border-radius: 16px 80px 16px 16px;
        position: relative;
    }
    .main-item_text {
        position: relative;
        top: 0;
        background: none;
        width: 100%;
        padding: 10px 0;
    }
    .main-item_job {
        margin-top: 10px;
    }
    .main-item_catch {
        margin-top: 20px;
    }
    .main-item_catch span {
        font-size: 2.0rem;
    }
    .main-item_detail {
        margin-top: 20px;
        font-size: 1.8rem;
    }
    .main-item_info {
        margin-top: 10px;
    }
    .first-view-content {
        padding-top: 0;
    }

    .text._imgright {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .text._imgright ._image{
        margin-left: 0;
        margin-bottom: 20px;
    }

}

.parallax-box {
    background: #f5f5f5;
    padding: 120px 30px;
}

.mywork-box {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    border-radius: 16px 16px 60px 16px;
    padding: 6.0% 16.7%;
}

.mywork-box .bigimage {}

.mywork-content + .mywork-content{
    margin-top: 60px;
}

.mywork-copy {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.mywork-copy span{
    position: relative;
    font-size: clamp(3.8rem, 2.88rem + 4.6vw, 8.4rem);
    font-weight: 600;
    color: #ea002a;
    text-decoration: underline;
}

@media (max-width: 768.9px) {
    .parallax-box {
        padding: 80px 15px;
    }
    .mywork-box {
        padding: 80px 100px;
    }
    .mywork-copy {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .text + .question {
        margin-top: 60px;
    }
}
@media (max-width: 767.9px) {
    .parallax-box {
        padding: 70px 15px;
    }
    .mywork-box {
        padding: 50px 20px 40px;
    }
    .text + .question {
        margin-top: 50px;
    }
}

.schedule-content {
    display: block;
    background: #f5f5f5;
    padding: 60px 15px;
}
.schedule-box {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 30px;
}
.schedule-title {
    margin-bottom: 30px;
}
.schedule-title span {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #ea002a;
}
.schedule-title span:before {
    content: "";
    background: url(../img/interview/icon-clock.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 5px;
}
.plan {
    margin: 0;
    display: flex;
}
.plan-item {
    width: 200px;
    background: #fff;
    padding: 20px 20px 40px;
    border-radius: 16px 16px 16px 40px;
}
.plan-item + .plan-item {
    margin-left: 30px;

}
.plan-item_time {
    font-size: 2.25rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.plan-item_task {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}
.overflow-wrap {
    width: fit-content;
}

.schedule-box::-webkit-scrollbar {
    background: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}
.schedule-box::-webkit-scrollbar-thumb {
    background-color: #5b5b5b;
    border-radius: 4px;
}

.story-content {
    padding: 100px 15px;
}
.story-box {
    position: relative;
    background: #f5f5f5;
    border-radius: 16px 16px 60px 16px;
    padding: 6.0% 0;
    max-width: 1200px;
    margin: 0 auto;
}

.story-copy {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.story-copy span{
    position: relative;
    font-size: clamp(3.8rem, 2.88rem + 4.6vw, 8.4rem);
    font-weight: 600;
    color: #ea002a;
    text-decoration: underline;
}

.story-item {
    background: #fff;
    border-radius: 16px 16px 60px 16px;
    padding: 30px 40px;
    max-width: 800px;
    margin: 0 auto;
}

.story-item .text p{
    text-align: left;
}

.story-item + .story-item {
    margin-top: 30px;
}
.story-item_title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}
.story-item_catch {
    text-align: left;
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.story-item_title span {
    color: #ea002a;
    font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
    font-weight: bold;
    display: flex;
    align-items: center;
}
.story-item_title span:before {
    content: "";
    background: url(../img/interview/icon-story.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

.message-content {
    padding: 100px 15px;
    background: #f5f5f5;
}
.message-box {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px 16px 60px 16px;
    padding: 60px 0;
}
.message-box img {
    margin-right: 40px;
}

.message-item {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.message-box .text p {
    text-align: left;
}

.message-item_title {
    margin-bottom: 30px;
}
.message-item_title span {
    color: #ea002a;
    font-size: clamp(2rem, 1.84rem + 0.8vw, 2.8rem);
    font-weight: bold;
    display: flex;
    align-items: center;
}
.message-item_title span:before {
    content: "";
    background: url(../img/interview/icon-message.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 38px;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768.9px) {
    .story-content,
    .message-content {
        padding: 80px 15px;
    }
    .schedule-content {
        padding: 60px 30px;
    }
    .story-box,
    .message-box {
        padding: 80px 30px 60px;
        max-width: 1200px;
    }
    .story-item {
        padding: 40px;
    }
    .story-copy {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .message-item_title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.9px) {
    .story-content,
    .message-content {
        padding: 60px 15px;
    }
    .story-box,
    .message-box {
        padding: 50px 15px 40px;
        max-width: 1200px;
    }
    .message-item {
        flex-direction: column;
        align-items: center;
    }
    .message-box img {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .story-item {
        padding: 30px 20px;
    }
    .schedule-title span {
        font-size: 2.25rem;
    }
}

/* 共通のコンテンツセクション - 修正版 */
.content-box {
    max-width: 600px;
    margin: 0 auto;
}
.content-section {
    margin-bottom: 60px;
    padding: 40px;
    background: #fff;
}

._fit-left {
    display: block;
    margin-right: auto;
}

._fit-right {
    display: block;
    margin-left: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768.9px) {
    .first-view-section {
        height: auto;
        min-height: auto;
        padding: 40px 20px;
    }

    .first-view-content {
        padding-top: 0;
    }
    
    ._fit-left,
    ._fit-right {
        display: block;
        max-width: 70%;
    }

    .content-section {
        opacity: 1;
        padding: 30px 20px;
        margin-bottom: 0;
    }

}

@media (max-width: 767.9px) {
    .first-view-section {
        padding: 20px;
    }

}
