@charset "UTF-8";

/* =========================================
   Profile Section (プロフィール部分)
========================================= */

.page-title-style02 .title-image.image-right img {
    object-position: 15% center !important;
}

.story-profile.eft {
    position: absolute;
    display: inline-block;
    bottom: 50px;
    background: #FFF;
    z-index: 2;
    left: 3%;
    opacity: 0;
    border-radius: 12px;
    width: 40%;
    max-width: 460px;
    min-width: 380px;
    box-shadow: 0px 0px 8px rgba(0, 98, 177, 0.25);
    transition: all 1s ease .5s;
}

.story-profile.eft.eon {
    opacity: 1;
    left: 5%;
}

.story-title-wrap {
    padding: 15px 30px;
}

.story-profile-text {
    width: 100%;
    padding: 20px 30px 15px;
    background: linear-gradient(#fedcdf 0%, #beeef7 100%);
    border-radius: 0 0 12px 12px;
}

.profile-job {
    display: inline-block;
}

.profile-job span {
    font-size: 14px;
    display: inline-block;
    background: #003D80;
    border-radius: 8px;
    color: #FFF;
    padding: 2px 10px;
}

.profile-name {
    top: 2px;
    position: relative;
    font-size: 13px;
    color: #333333;
    margin: 0 0 15px 10px;
    display: inline-block;
}

.profile-name span {
    color: #003D80;
    font-size: 1.8em;
}

.profile-desc {
    line-height: 1.6em;
}


/* =========================================
   Story Header & Icons (ストーリー見出し・アイコン)
========================================= */
.season-story-header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.season-story-title {
    font-size: min(2vw, 24px);
    line-height: 1.8em;
    opacity: 0;
    transition: opacity 0.8s ease-in 0.8s;
}

.season-story-icon {
    position: relative;
    width: 320px;
    height: 170px;
    margin-right: 30px;
    flex-shrink: 0;
}

.story-profile .season-story-icon {
    width: 100%;
    height: 180px;
    margin-right: 0;
}

.season-story-icon::before,
.season-story-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    transition: all 0.6s ease;
    z-index: 3;
}

.season-story-icon::before {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/growth_img/bracket-tl.svg');
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.season-story-icon::after {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/growth_img/bracket-br.svg');
    width: 32px;
    height: 32px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

.bg-book,
.season-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.6s ease 0.6s;
}

.bg-book {
    content: "";
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/growth_img/book.svg');
    width: 330px;
    height: 160px;
    z-index: 1;
}

.season-text {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.story-num {
    font-size: 13px;
    font-family: var(--en-font);
    color: #003D80;
    margin-bottom: 10px;
    font-weight: bold;
}

.season-name {
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
}

.main-text {
    height: 180px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.main-text .main-title {
    font-size: 30px;
}

.main-text .story-title {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
}


/* =========================================
   Animation Triggers (アニメーショントリガー)
========================================= */
.season-story-icon.eft.eon::before {
    top: 10px;
    left: 10px;
    transform: translate(0, 0);
}

.season-story-icon.eft.eon::after {
    bottom: 10px;
    right: 10px;
    transform: translate(0, 0);
}

.season-story-icon.eft.eon .bg-book,
.season-story-icon.eft.eon .season-text,
.season-story-title.eft.eon {
    opacity: 1;
}

.story-profile .season-story-icon.eft::before,
.story-profile .season-story-icon.eft::after {
    transition-delay: 0.5s;
}


/* =========================================
   Article & Content (記事・コンテンツ部分)
========================================= */
.story-intro {
    padding: 0 0 100px;
}

.story-intro p {
    text-align: center;
}

.story-intro .hero {
    font-size: 24px;
    padding-bottom: 30px;
}

.season-story-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.season-story-row {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.season-story-text {
    flex: 1;
    color: #444;
    text-align: justify;
}

.season-story-text p,
.article-text p {
    margin: 0 0 1.5em 0;
}

.article-text p {
    text-indent: 1em;
}

.article-text p span {
    color: #FF5255;
}

.season-story-text p:last-child,
.article-text p:last-child {
    margin-bottom: 0;
}

.season-story-img {
    width: 42%;
    flex-shrink: 0;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
}

.season-story-img img {
    width: 100%;
    height: auto;
    display: block;
}

.article-row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.article-row.mb {
    margin-bottom: 1.5em;
}

.article-text {
    flex: 1;
    text-align: justify;
}

.article-img {
    width: calc(50% - 30px);
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}

.article-row.flip .article-text {
    order: 2;
}

.article-row.flip .article-img {
    order: 1;
}

.article-img-full {
    padding: 80px 0 80px;
}


/* =========================================
   Media Query (SP用：PCからの差分のみ記述)
========================================= */
@media screen and (max-width: 768px) {
    .page-title-style02 .title-image.image-right img {
        object-position: 50% center !important;
    }

    /* --- Profile SP --- */
    .story-profile.eft {
        position: relative;
        bottom: -200px;
        left: 1%;
        width: 94%;
        max-width: 360px;
        min-width: 260px;
    }

    .story-profile.eft.eon {
        left: 3%;
    }

    .story-title-wrap {
        padding: 10px 15px;
    }

    .story-profile-text {
        padding: 15px 20px;
    }

    .profile-job span {
        font-size: 11px;
        padding: 0 5px;
    }

    .profile-name {
        font-size: 11px;
        margin: 0 0 10px 5px;
    }

    .profile-name span {
        font-size: 20px;
    }

    .profile-desc {
        line-height: 1.4em;
        font-size: 12px;
    }

    /* --- Story Header & Icons SP --- */
    .season-story-header {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .season-story-title {
        font-size: min(4.5vw, 18px);
        text-align: center;
    }

    .season-story-icon {
        width: 280px;
        height: 140px;
        margin-right: 0;
        display: block;
    }

    .story-profile .season-story-icon {
        height: 140px;
    }

    .bg-book {
        width: 280px;
        height: 120px;
    }

    .story-num {
        font-size: 11px;
    }

    .season-name {
        font-size: 24px;
    }

    .main-text {
        height: 140px;
    }

    .main-text .main-title {
        font-size: 22px;
    }

    .main-text .story-title {
        font-size: 15px;
        padding-top: 10px;
        line-height: 1.6em;
    }

    /* --- Article & Content SP --- */
    .story-intro {
        padding: 60px 0 40px;
    }

    .story-intro .hero {
        font-size: min(5vw, 20px);
    }

    .season-story-text {
        font-size: 13.5px;
        line-height: 2.2;
    }

    .season-story-img {
        width: 100%;
    }

    .article-row {
        flex-direction: column;
        gap: 20px;
    }

    .article-text {
        width: 100%;
    }

    .article-img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .article-img.mb {
        margin-bottom: 40px;
    }

    .article-row.flip .article-text {
        order: 1;
    }

    .article-row.flip .article-img {
        order: 2;
    }

    .article-img-full {
        padding: 50px 0 30px;
    }

    .article-img-full img {
        object-fit: cover;
        min-height: 240px;
    }
}



.dot-list {
    position: relative;
}

.dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    line-height: 1.6em;
}

.dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 7px;
    height: 7px;
    background-color: #39A2E8;
    border-radius: 50%;
}

@charset "UTF-8";

/* =========================================
   ひとづくりへの考え
========================================= */

.hrd-section {
    padding: 0 0 80px;
}

.hrd-intro {
    padding-bottom: 40px;
}

.hrd-intro .hero-text {
    font-size: clamp(24px, 3vw, 32px);
    text-align: center;
    padding-bottom: 20px;
}

.section-name {
    position: relative;
    margin-bottom: 20px;
}

.section-name span {
    color: #FFF;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 12px;
    background: #003D80;
}

.hrd-axis01-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.hrd-axis01-content .text-area {
    width: 60%;
}

.hrd-axis01-content .data-area {
    width: 35%;
    background: #EDF9FC;
    border-radius: 12px;
    padding: 15px 10px;
}

.hrd-axis01-content .data-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hrd-axis01-content .data-area ul li {
    width: 49%;
    padding: 0 10px;
    text-align: center;
    position: relative;
    color: #003D80;
}

.hrd-axis01-content .data-area ul li:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(#ff5255 0%, #39a2e8 100%);
    width: 2px;
    height: 95%;
    left: 0;
    top: 5%;
}

.hrd-axis01-content .data-area ul li p:nth-child(1) {
    font-size: min(1.2vw, 14px);
    padding-bottom: 5px;
}

.hrd-axis01-content .data-area ul li p:nth-child(2) {
    font-size: 20px;
}

.hrd-axis01-content .data-area ul li p:nth-child(2) span {
    font-family: var(--en-font);
    font-size: clamp(30px, 3vw, 48px);
}

.hrd-axis01-content .data-area .data-date {
    font-size: 11px;
    text-align: center;
    position: relative;
    color: #003D80;
}

.pickup-title {
    position: relative;
    margin-bottom: 20px;
}

.pickup-title span {
    color: #003D80;
    font-weight: 500;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 20px;
    background: #F5F3EC;
    font-size: 12px;
}

.career-filed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.career-filed li {
    width: 18.5%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 61, 128, 0.25);
    padding: 20px 5px;
}

.career-filed li .illust {
    width: 70%;
    margin: 0 auto 10px;
}

.career-filed li p {
    text-align: center;
    font-size: min(1.5vw, 20px);
}

.hrd-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hrd-actions li {
    width: 48%;
}

.hrd-actions li .action-title {
    font-size: clamp(20px, 3vw, 24px);
    padding-bottom: 10px;
}

.hrd-actions li .image-area {
    padding-bottom: 10px;
}

.hrd-actions li .image-area img {
    border-radius: 12px;
}

.intro-end {
    padding-bottom: 40px;
}

.topic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topic-list>li {
    width: 48%;
    margin-bottom: 40px;
}

.topic-list li .illust-area {
    background: #EDF9FC;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 15px;
    height: 240px;
}

.topic-list li .illust-area img {
    max-width: 300px;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.topics-title {
    font-size: clamp(20px, 3vw, 24px);
    padding-bottom: 10px;
}

.topic-list .data-area {
    background: #EDF9FC;
    padding: 15px 10px 10px;
    border-radius: 20px;
    margin-bottom: 15px;
    height: 240px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.topic-list .data-area ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topic-list .data-area ul li {
    width: 49%;
    padding: 0 15px;
    text-align: center;
    position: relative;
    color: #003D80;
}

.topic-list .data-area ul li:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(#ff5255 0%, #39a2e8 100%);
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
}

.topic-list .data-area ul li .data-illut {
    width: 55%;
    margin: 0 auto 10px;
}

.topic-list .data-area ul li .text-area :nth-child(1) {
    font-size: min(1vw, 14px);
    padding-bottom: 5px;
}

.topic-list .data-area ul li .text-area p:nth-child(2) {
    font-size: 20px;
}

.topic-list .data-area ul li .text-area p:nth-child(2) span {
    font-family: var(--en-font);
    font-size: clamp(32px, 3vw, 48px);
}

.topic-list .data-area ul li .text-area :nth-child(3) {
    font-size: 11px;
    padding-bottom: 5px;
    line-height: 1.4em;
}

.hrd-section .section-title {
    font-size: clamp(24px, 2.3vw, 32px);
    font-weight: 500;
    padding: 10px 0 20px;
}

.hrd-action-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 61, 128, 0.25);
    overflow: hidden;
    margin: 0 auto 60px;
}

.hrd-action-box .title-area {
    width: 25%;
    background: linear-gradient(120deg, #ffeaec 0%, #e6fbff 100%);
    padding: 50px 0;
}

.hrd-action-box .title-area img.multiply-image {
    mix-blend-mode: multiply;
}

.hrd-action-box>.text-area {
    width: 75%;
    padding: 30px 3%;
}

.hrd-action-box>.title-area p {
    text-align: center;
    color: #003D80;
    line-height: 1.6em;
    padding-bottom: 20px;
}

.hrd-action-box>.title-area .illust {
    width: 90%;
    max-width: 220px;
    margin: 0 auto;
}

.hrd-action-box>.title-area .illust.small {
    max-width: 180px;
}

.action-plan {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px 0 0;
}

.action-plan .plan-title {
    width: 30%;
    background: #F5F3EC;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.action-plan .plan-title p {
    text-align: center;
    color: #003D80;
    font-size: min(1.1vw, 14px);
    line-height: 1.6em;
}

.action-plan .plan-title p:nth-of-type(2) {
    font-size: min(0.8vw, 12px);
    padding-top: 10px;
}

.action-plan .plan-goal {
    width: 70%;
    background: #EDF9FC;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
}

.action-plan .plan-goal ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.action-plan .plan-goal ul li {
    width: 49%;
    position: relative;
    padding: 0 15px;
    text-align: center;
    color: #003D80;
}

.action-plan .plan-goal ul li:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(#ff5255 0%, #39a2e8 100%);
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
}

.action-plan .plan-goal ul li p:nth-child(1) {
    font-size: min(1.1vw, 14px);
    line-height: 1.6em;
}

.action-plan .plan-goal ul li p:nth-child(2) {
    font-size: min(1.2vw, 16px);
    line-height: 1.6em;
    padding: 7px 0;
}

.action-plan .plan-goal ul li p:nth-child(3) {
    font-size: min(0.7vw, 12px);
    line-height: 1.6em;
}

.life-plan ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.life-plan li {
    width: calc(33.33% - 10px);
    background-color: #f5f3ed;
    border-radius: 20px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.life-plan li p {
    position: relative;
    line-height: 1.6em;
    padding-top: 30px;
    color: #003D80;
    font-size: 14px;
}

.life-plan li p::before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/growth_img/check-icon.svg');
    width: 20px;
    height: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.health-plan-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
}

.health-plan-list li {
    width: calc(25% - 10px);
    background-color: #f5f3ed;
    border-radius: 20px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.plan-illust {
    margin-bottom: 5px;
    height: 70px;
    display: flex;
    align-items: center;
}

.plan-illust img {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    mix-blend-mode: multiply;
}

.health-plan-list p {
    margin: 0;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 1.6em;
    color: #003D80;
    display: flex;
    align-items: center;
    min-height: 4.5em;
}

.hrd-subtitle {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 500;
    padding-bottom: 15px;
}

.hrd-action-box.photo-box .title-area {
    padding: 24px;
}

.hrd-action-box .title-area .illust.photo {
    width: 100%;
    max-width: none;
    border-radius: 12px;
    overflow: hidden;
}

.hrd-action-box .title-area .illust.photo img {
    width: 100%;
    height: auto;
    display: block;
}

.finance-block {
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-top: 30px;
}

.finance-illust {
    width: 35%;
    max-width: 220px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDF9FC;
    border-radius: 16px;
    padding: 30px;
}

.finance-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.finance-text .topics-title {
    padding-bottom: 10px;
}

.health-topics-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.health-topics-list li:last-of-type {
    margin-bottom: 0;
}

.health-topics-list li .text-area {
    width: 70%;
}

.health-topics-list li .text-area h4 {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500;
    padding-bottom: 10px;
}

.health-topics-list li .image-area {
    width: 27%;
}

.health-topics-list li .image-area img {
    border-radius: 12px;
}

.inner-section.fullwidth-content {
    position: relative;
    padding-bottom: 0;
}

.fullwidth-content .text-area {
    position: absolute;
    display: inline-block;
    right: 10%;
    top: 20%;
    z-index: 2;
    transition-delay: 1s;
}

.fullwidth-content .text-block {
    margin-bottom: 2em;
}

.fullwidth-content .text-area p {
    line-height: 1em;
    margin-bottom: 4px;
}

.fullwidth-content .text-area p span {
    position: relative;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    overflow: hidden;
    font-size: min(0.9em, 16px);
    background: #FFF;
    white-space: nowrap;
    line-height: 1.6em;
}

.fullwidth-content .bg-image {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .health-plan-list li {
        width: calc(50% - 10px);
        padding: 10px 2px;
    }
}

/* =========================================
   SP
========================================= */
@media screen and (max-width: 768px) {

    .hrd-section {
        padding: 0 0 40px;
    }

    .hrd-intro .hero-text {
        font-size: clamp(18px, 5vw, 24px);
    }

    .hrd-axis01-content .text-area {
        width: 100%;
    }

    .hrd-axis01-content .data-area {
        width: 100%;
        margin-top: 20px;
    }

    .hrd-axis01-content .data-area ul li p:nth-child(1) {
        font-size: min(3.5vw, 14px);
    }

    .hrd-axis01-content .data-area ul li p:nth-child(2) span {
        font-size: clamp(30px, 4vw, 48px);
    }

    .career-filed {
        justify-content: center;
        gap: 10px;
    }

    .career-filed li {
        width: calc(49% - 5px);
        padding: 14px 5px;
    }

    .career-filed li .illust {
        margin: 0 auto 5px;
    }

    .career-filed li p {
        font-size: min(4vw, 20px);
    }

    .hrd-actions li {
        width: 100%;
        margin-bottom: 30px;
    }

    .hrd-actions li:last-of-type {
        margin-bottom: 0;
    }

    .hrd-actions li .action-title {
        font-size: 16px;
        padding-bottom: 5px;
    }
    

    .topic-list>li {
        width: 100%;
    }

    .topic-list>li:last-of-type {
        margin-bottom: 40px;
    }

    .topic-list li .illust-area {
        padding: 20px;
        margin-bottom: 10px;
        height: auto;
    }

    .topic-list li .illust-area img {
        max-width: 160px;
    }

    .topics-title {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .topic-list .data-area {
        padding: 10px 0 10px;
        height: auto;
    }

    .topic-list .data-area ul li {
        padding: 0 10px;
    }

    .topic-list .data-area ul li .data-illut {
        width: 100%;
        max-width: 80px;
    }

    .topic-list .data-area ul li .text-area :nth-child(1) {
        font-size: 14px;
        line-height: 1.6em;
    }

    .topic-list .data-area ul li .text-area p:nth-child(2) span {
        font-size: 40px;
    }

    .hrd-action-box {
        margin: 0 auto 30px;
    }

    .hrd-action-box .title-area {
        width: 100%;
        padding: 20px 0;
    }

    .hrd-action-box .title-area img {
        max-width: 200px;
        margin: 0 auto;
    }

    .hrd-action-box>.text-area {
        width: 100%;
        padding: 30px 6%;
    }

    .action-plan .plan-title {
        width: 100%;
    }

    .action-plan .plan-title p {
        font-size: 14px;
    }

    .action-plan .plan-title p:nth-of-type(2) {
        font-size: 11px;
    }

    .action-plan .plan-goal {
        width: 100%;
    }

    .action-plan .plan-goal ul li {
        width: 100%;
        padding: 0 5px;
    }

    .action-plan .plan-goal ul li:nth-child(2) {
        padding-top: 20px;
        margin-top: 20px;
    }

    .action-plan .plan-goal ul li:nth-child(2)::before {
        width: 100%;
        height: 2px;
    }

    .action-plan .plan-goal ul li p:nth-child(1) {
        font-size: 13px;
    }

    .action-plan .plan-goal ul li p:nth-child(2) {
        font-size: 15px;
    }

    .action-plan .plan-goal ul li p:nth-child(3) {
        font-size: 11px;
    }

    .life-plan li {
        width: calc(50% - 10px);
    }

    .life-plan li p {
        font-size: 14px;
    }

    .health-plan-list p {
        font-size: 14px;
    }

    .hrd-subtitle {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .hrd-action-box.photo-box .title-area {
        padding: 20px 6%;
    }

    .hrd-action-box .title-area .illust.photo {
        max-width: 280px;
        margin: 0 auto;
    }

    .finance-block {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .finance-illust {
        width: 60%;
        max-width: 160px;
        margin: 0 auto;
        padding: 20px;
    }

    .health-topics-list li .text-area {
        width: 100%;
    }

    .health-topics-list li .text-area h4 {
        padding-bottom: 5px;
    }

    .health-topics-list li .image-area {
        width: 100%;
        max-width: 260px;
        margin: 10px auto 0;
    }

    .health-topics-list li .image-area img {
        width: 100%;
        height: auto;
    }

    .inner-section.fullwidth-content {
        padding: 0;
    }

    .fullwidth-content .text-area {
        right: 4%;
        top: 50px;
    }

    .fullwidth-content .text-area p span {
        padding: 3px 12px;
        font-size: min(0.8em, 13px);
        box-shadow: 0 0 10px 0 rgba(0, 61, 128, 0.25);
    }

    .fullwidth-content .bg-image {
        border-radius: 20px 20px 0 0;
    }

    .fullwidth-content .bg-image img {
        object-fit: cover;
        object-position: 60% center;
        min-height: 500px;
    }
}

@media screen and (max-width: 480px) {
    .life-plan li {
        width: 100%;
    }

    .health-plan-list li {
        width: 100%;
    }

    .health-plan-list p {
        font-size: 14px;
    }
}