@charset "UTF-8";

.sub_section,
.sub_visual {
    border-radius: var(--radius_lg)
}

.sub_visual {
    position: relative;
    margin: 21px var(--side_gap)0;
    overflow: hidden
}

.sub_visual>img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.sub_visual .ttl {
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0
}

.sub_visual .ttl img {
    width: 78px
}

.sub_visual .ttl span {
    color: #fff;
    font-size: .26rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.5
}

.sub_section {
    margin: 23px var(--side_gap)0;
    padding: 85px 100px 100px;
    background: var(--site_cream)
}

.headline01 {
    margin: 0 0 45px
}

.headline01 b,
.headline02 b {
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.6
}

.headline01 b {
    display: block;
    font-size: .22rem
}

.headline01 span,
.headline02 span {
    color: var(--site_orange);
    font-weight: 500;
    font-family: var(--elm);
    line-height: 1.5
}

.headline01 span {
    display: block;
    margin-top: 6px;
    font-size: .14rem;
    letter-spacing: .08em
}

.headline01 b em,
.headline02 b em {
    font-style: normal;
    color: var(--site_orange);
    font-size: inherit;
    font-weight: inherit
}

.headline02 {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin: 0 0 25px
}

.headline02 b {
    font-size: .2rem
}

.headline02 span {
    font-size: .13rem
}

.box_white {
    border-radius: var(--radius_md);
    background: #fff
}

/* 連番ラベル（01/02…）は狭い画面でも潰れないようにする */
.gen02_ttl .num,
.che03_card .label .num,
.rad03_item .ttl .num,
.reg02_label .num,
.pal01_box .num,
.pal02_badge .num,
.con04_label .num {
    flex-shrink: 0
}

/* ===== 共通：お役立ちツール（がんゲノム／がん相談支援／放射線治療／外来化学療法の4ページ共通） ===== */
.tools_box {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 56px 40px 64px;
    border-radius: var(--radius_md);
    background: #fff;
}

.tools_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tools_banner img {
    display: block;
    width: 100%;
    height: 306px;
    object-fit: cover;
}

/* 文字可読性のための薄いダークオーバーレイ */
.tools_banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tools_banner_text {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
}

.tools_banner_text b {
    color: #fff;
    font-size: .22rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .12em;
}

.tools_banner_text span {
    margin-top: 4px;
    color: #fff;
    font-size: .14rem;
    font-weight: 500;
    font-family: var(--elm);
    line-height: 1.5;
    letter-spacing: .06em;
}

@media screen and (max-width:991px) {
    .tools_box {
        padding: 48px 34px 56px;
    }
}

@media screen and (max-width:767px) {
    .tools_box {
        padding: 34px 20px 40px;
    }

    .tools_banner img {
        height: 190px;
    }

    .tools_banner_text b {
        font-size: .18rem;
    }

    .tools_banner_text span {
        font-size: .115rem;
    }
}

@media screen and (max-width:991px) {
    .sub_section {
        padding: 55px 40px 60px
    }

    .sub_visual .ttl {
        left: 40px;
        gap: 18px
    }

    .sub_visual .ttl img {
        width: 60px
    }

    .sub_visual .ttl span {
        font-size: .22rem
    }
}

@media screen and (max-width:767px) {
    .sub_visual {
        margin: 0 15px
    }

    .sub_visual>img {
        height: 220px
    }

    .sub_visual .ttl {
        left: 20px
    }

    .headline01 b,
    .sub_visual .ttl span {
        font-size: .19rem
    }

    .sub_section {
        margin: 15px 15px 0;
        padding: 40px 20px 50px
    }

    .headline02 {
        display: block
    }

    .headline02 b {
        font-size: .18rem;
        display: block
    }
}

.gen01 {
    position: relative;
    padding: 30px max(40px, calc((100% - 1354px)/2)) 86px
}

.gen01_box {
    margin-top: 3px;
    border: 1px solid var(--site_orange);
    border-radius: 10px;
    padding: 26px 40px 39px 20px
}

.gen01_box .head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 6px
}

.gen01_box .head img {
    width: 37px
}

.gen01_box .head b,
.gen01_box p {
    color: var(--site_orange);
    line-height: 1.6
}

.gen01_box .head b {
    font-size: .2rem;
    font-weight: 700;
    letter-spacing: .1em
}

.gen01_box .strong,
.gen02_head b {
    display: block;
    font-weight: 700;
    line-height: 1.6
}

.gen01_box .strong {
    margin-top: 18px;
    color: var(--site_orange);
    font-size: .16rem
}

.gen01_box p {
    margin: 8px 0 0
}

.gen01_photo {
    position: absolute;
    top: 439px;
    right: max(40px, calc((100% - 1298px)/2));
    width: 644px
}

.gen01_photo img {
    width: 100%;
    border-radius: 0 26px 26px 26px
}

.gen01_photo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 0;
    width: 81px;
    background: var(--site_cream);
    border-radius: 0 20px 0 0;
    z-index: 1
}

.gen01_text {
    position: relative;
    z-index: 2;
    width: min(726px, calc(100% - 572px));
    margin-top: 135px
}

.gen01_text .headline02 {
    margin-bottom: 19px
}

.gen01_text p,
.gen02_text p {
    margin: 0;
    line-height: 2.2
}

.gen01_text .headline02.staff {
    margin-top: 43px
}

.gen02 {
    margin-top: 27px;
    padding: 73px 0 75px;
    background: url(../img/genome/bg_dna.png)center/cover no-repeat
}

.gen02::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff8c
}

.gen02,
.gen02>* {
    position: relative
}

.gen02_head {
    width: 315px;
    margin: 0 auto;
    padding: 26px 20px 27px;
    border-radius: var(--radius_md);
    background: #fff;
    text-align: center
}

.gen02_head b {
    font-size: .22rem;
    letter-spacing: .1em;
    text-align: center
}

.gen02_head span,
.gen02_ttl .num {
    font-weight: 500;
    font-family: var(--elm)
}

.gen02_head span {
    display: block;
    margin-top: 2px;
    font-size: .15rem;
    line-height: 1.5;
    text-align: center
}

.gen02_box {
    position: relative;
    width: 1297px;
    min-height: 693px;
    margin: 74px auto 0;
    padding: 106px 650px 90px 54px;
    border-radius: var(--radius_lg);
    background: #f6f3f0
}

.gen02_ttl {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    height: 67px;
    padding: 0 30px 0 22px;
    border-radius: 14px;
    background: #fff
}

.gen02_ttl .num {
    color: var(--site_orange);
    font-size: .3rem;
    line-height: 1
}

.gen02_ttl b {
    color: var(--site_orange);
    font-size: .18rem;
    font-weight: 700;
    line-height: 1.5
}

.gen02_text {
    margin: 26px 0 0 13px
}

.gen02_text p {
    margin: 0 0 22px
}

.gen02_text p b {
    display: block;
    font-weight: 400;
    line-height: 2.2
}

.gen02_text p:last-of-type {
    margin-top: 56px
}

.gen02_text p:last-child {
    margin-bottom: 0
}

.gen02_graph {
    position: absolute;
    top: 87px;
    left: 646px;
    width: 719px;
    height: 519px;
    padding: 51px 0 0
}

.gen02_graph_img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain
}

.gen03 {
    margin-top: 27px;
    margin-bottom: 65px;
    padding: 58px 57px 57px
}

.gen03_banner {
    position: relative
}

.gen03_banner img {
    width: 100%;
    height: 306px;
    object-fit: cover;
    border-radius: 26px
}

.gen03_banner .text,
.gen03_dl a {
    display: flex;
    flex-direction: column
}

.gen03_banner .text,
.gen03_ttl {
    align-items: center;
    justify-content: center
}

.gen03_banner .text {
    position: absolute;
    inset: 0
}

.gen03_banner .text b {
    color: #fff;
    font-size: .22rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .12em;
    text-align: center
}

.gen03_banner .text span {
    margin-top: 2px;
    color: #fff;
    font-size: .14rem;
    font-weight: 500;
    font-family: var(--elm);
    line-height: 1.5;
    text-align: center
}

.gen03_ttl {
    display: flex;
    gap: 16px;
    margin: 54px 0 0
}

.gen03_ttl img {
    width: 52px
}

.gen03_dl .btn>span,
.gen03_ttl b {
    font-weight: 700;
    letter-spacing: .1em
}

.gen03_dl .ttl,
.gen03_ttl b {
    color: var(--site_orange);
    font-size: .24rem;
    line-height: 1.6
}

.gen03_lead {
    margin: 25px 0 0;
    line-height: 2.2;
    text-align: center
}

.gen03_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 55px;
    list-style: none;
    margin: 36px 0 0;
    padding: 0
}

.gen03_dl li {
    display: flex
}

.gen03_dl a {
    width: 330px;
    min-height: 236px;
    border: 1px solid var(--site_orange);
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.gen03_dl .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2em;
    margin-top: 22px;
    font-size: .16rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center
}

.gen03_dl .tube {
    width: 96px;
    margin: 12px auto 0
}

.gen03_dl .btn {
    position: relative;
    display: flex;
    align-items: center;
    height: 64px;
    margin-top: auto;
    padding: 0 70px 0 24px;
    background: var(--site_orange)
}

.gen03_dl .btn>span {
    color: #fff;
    font-size: .16rem
}

.gen03_dl .btn img {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px
}

@media screen and (max-width:1399px) {
    .gen01 {
        padding-inline: 100px
    }

    .gen01_photo {
        position: relative;
        top: auto;
        right: auto;
        width: min(644px, 100%);
        margin: 45px auto 0
    }

    .gen01_text {
        width: auto;
        margin-top: 45px
    }

    .gen02_box {
        width: auto;
        min-height: 0;
        margin-inline: 40px;
        padding: 60px 54px
    }

    .gen02_graph {
        position: static;
        width: auto;
        max-width: 719px;
        height: auto;
        margin: 45px auto 0;
        padding: 40px 20px 45px
    }

    .gen01_photo img {
        border-radius: 26px 26px 26px 26px
    }

    .gen01_photo::before {
        background: 0 0
    }
}

@media screen and (max-width:1199px) {
    .gen03_box {
        padding: 60px 60px 70px
    }
}

@media screen and (max-width:991px) {
    .gen01 {
        padding-inline: 40px
    }

    .gen02 {
        padding: 55px 0 60px
    }

    .gen02_box {
        margin: 45px 28px 0;
        padding: 45px 40px
    }

    .gen02_graph {
        overflow-x: auto
    }

    .gen03 {
        padding: 55px 40px 60px
    }

    .gen03_box {
        padding: 50px 40px 55px
    }

    .gen03_banner img {
        height: 240px
    }
}

@media screen and (max-width:767px) {
    .gen01 {
        padding-inline: 20px
    }

    .gen01_box {
        padding: 25px 20px 30px
    }

    .gen01_box .head {
        margin-left: 0
    }

    .gen01_box p br,
    .gen01_text p br,
    .gen02_text p br,
    .gen03_lead br {
        display: none
    }

    .gen01_text .headline02.staff {
        margin-top: 40px
    }

    .gen02_head {
        width: min(315px, calc(100% - 30px))
    }

    .gen02_box {
        margin: 35px 15px 0;
        padding: 35px 20px 40px
    }

    .gen02_ttl {
        height: auto;
        padding: 12px 20px
    }

    .gen02_text {
        margin-left: 0
    }

    .gen02_graph {
        padding: 30px 15px 35px
    }

    .gen03 {
        padding: 40px 20px 50px
    }

    .gen03_box {
        padding: 35px 20px 45px
    }

    .gen03_banner img {
        height: 190px
    }

    .gen03_banner .text b {
        font-size: .17rem
    }

    .gen03_banner .text span {
        font-size: .12rem
    }

    .gen03_ttl {
        gap: 10px
    }

    .gen03_ttl img {
        width: 40px
    }

    .gen03_ttl b {
        font-size: .19rem
    }

    .gen03_lead {
        text-align: justify
    }

    .gen03_dl {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 30px
    }

    .gen03_dl li {
        width: min(330px, 100%)
    }

    .gen03_dl a {
        width: 100%
    }

    .gen02_text p:last-of-type {
        margin-top: 30px
    }
}

.con01 {
    padding: 73px max(60px, calc((100% - 1300px)/2 - var(--side_gap))) 103px
}

.con01 p {
    margin: 0;
    line-height: 2.25
}

.con01_box {
    position: relative;
    padding: 28px 30px 38px;
    border: 1px solid var(--site_orange);
    border-radius: 12px;
    background: #fff
}

.con01_box .head {
    display: flex;
    align-items: center;
    gap: 12px
}

.con01_box .head img {
    width: 36px
}

.con01_box .head b {
    font-size: .18rem;
    font-weight: 700;
    line-height: 1.6
}

.con01_box .head span {
    margin-left: 20px;
    color: var(--site_orange);
    font-size: .15rem;
    font-weight: 500;
    line-height: 1.6
}

.con01_box ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0 0 0 10px
}

.con01_box li,
.con01_lead .bubble li {
    color: var(--site_orange);
    font-size: .16rem;
    font-weight: 500;
    line-height: 2
}

.con01_box li b {
    font-weight: 700
}

.con01_box small {
    position: absolute;
    right: 20px;
    bottom: 26px;
    font-size: .14rem;
    line-height: 1.6
}

.con01_lead,
.con01_support {
    position: relative;
    margin-top: 89px;
    min-height: 545px
}

.con01_lead .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 795px;
    height: 545px;
    object-fit: cover
}

.con01_lead .text {
    position: relative;
    z-index: 2;
    width: 790px;
    min-height: 470px;
    padding: 9px 60px 30px 0;
    border-radius: 0 0 40px 0;
    background: var(--site_cream)
}

.con01_lead .headline02 {
    margin-bottom: 22px
}

.con01_lead .bubble {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 12px;
    list-style: none;
    margin: 23px 0 0;
    padding: 0
}

.con01_lead .bubble li {
    padding: 3px 22px;
    border-radius: 50px;
    background: #fff;
    font-size: .15rem;
    font-weight: 700;
    line-height: 2.1;
    letter-spacing: 0
}

.con01_lead .kimochi {
    margin-top: 5px;
    text-align: right
}

.con01_lead .last {
    margin-top: 50px
}

.con01_support {
    margin-top: 68px;
    min-height: 615px
}

.con01_support .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 795px;
    height: 615px;
    object-fit: cover
}

.con01_support .text {
    position: relative;
    z-index: 2;
    margin-left: 652px;
    min-height: 503px;
    padding: 14px 0 30px 83px;
    border-radius: 0 0 0 40px;
    background: var(--site_cream)
}

.con01_support .text p {
    letter-spacing: .04em
}

.con01_support .ttl {
    display: block;
    margin-top: 36px;
    font-size: .16rem;
    line-height: 1.8
}

.con01_support ul {
    list-style: none;
    margin: 3px 0 0;
    padding: 0
}

.con01_support li {
    font-size: .15rem;
    line-height: 2.06
}

/*------------------------------------------------
con02 サロン・就労・イベント
------------------------------------------------*/
.con02 {
    position: relative;
    margin-top: 0;
    padding: 91px 0;
    background-color: #d3cabd;
    background-image: url(../img/consultation/bg_support.png);
    background-position: 75% 20%;
    background-size: cover;
    background-repeat: no-repeat;
}

.con02 .box_white {
    position: relative;
    z-index: 2;
    width: 1300px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    padding: 45px 48px 50px;
}

.con02 .box_white+.box_white {
    margin-top: 26px;
}

.con02 .box_white p,
.con02 .box_white li {
    letter-spacing: 0.04em;
}

.con02 .ttl {
    display: block;
    color: var(--site_orange);
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.con02 p {
    margin: 44px 0 0;
    line-height: 2.2;
}

.con02 .box_white>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.con02 .box_white li {
    line-height: 2.2;
}

.con02 .box_white .con02_spec {
    margin: 41px 0;
}

.con02 .box_white .con02_spec li {
    display: flex;
    line-height: 2;
}

.con02_spec li b {
    flex-shrink: 0;
    width: 48px;
    font-weight: 700;
}

.con02_contact {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 620px;
    max-width: 100%;
    margin-top: 40px;
    padding: 13px 30px 13px 24px;
    border: 1px solid var(--site_orange);
    border-radius: 12px;
    background: #fff;
}

.con02_contact>img {
    width: 40px;
}

.con02_contact .body {
    flex: 1;
    min-width: 0;
}

.con02_contact .head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.con02_contact b {
    display: block;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.con02_contact .staff {
    flex-shrink: 0;
    color: #333;
    font-size: 0.13rem;
    font-weight: 500;
    line-height: 1.7;
}

.con02_contact p {
    display: flex;
    align-items: baseline;
    margin: 0;
    line-height: 1.7;
}

.con02_contact .label {
    color: var(--site_orange);
    font-size: 0.15rem;
    font-weight: 700;
    line-height: 1.5;
}

.con02_contact .num {
    margin-left: 8px;
    color: var(--site_orange);
    font-size: 0.28rem;
    font-weight: 700;
    font-family: var(--elm);
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.con02_contact .time {
    margin-left: 24px;
    font-size: 0.15rem;
    line-height: 1.5;
}

.con02_banner {
    position: absolute;
    right: 140px;
    bottom: 40px;
    width: 347px;
}

/* 各ボックス個別調整（デザインカンプ準拠） */
.con02 .box_white:nth-child(2) {
    padding-bottom: 65px;
}

.con02_subttl {
    display: block;
    margin-top: 42px;
    font-size: 0.16rem;
    font-weight: 700;
    line-height: 2;
}

.con02 .box_white:nth-child(2) p:nth-of-type(2) {
    margin-top: 6px;
}

.con02 .box_white .con02_def {
    margin-top: 8px;
}

.con02_def li {
    display: flex;
}

.con02_def li b {
    flex-shrink: 0;
    width: 64px;
    font-weight: 700;
}

.con02 .box_white:nth-child(2) p:nth-of-type(3) {
    margin-top: 42px;
}

.con02 .box_white:nth-child(2) p:nth-of-type(4) {
    margin-top: 6px;
}

/* アピアランスケア紹介 */
.con02_appearance {
    min-height: 500px;
}

.con02_appearance .ttl {
    display: flex;
    align-items: center;
    gap: 14px;
}

.con02_appearance .ttl::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--site_orange);
}

/* --- con02 レスポンシブ --- */
/* バナーは1400px以上のみ絶対配置。1399px以下はフロー配置にして本文との重なりを防ぐ */
@media screen and (max-width:1399px) {
    .con02_banner {
        position: static;
        right: auto;
        bottom: auto;
        display: block;
        width: 300px;
        max-width: 100%;
        margin: 28px 0 0 auto;
    }

    /* 絶対配置バナー用に確保していた余白を解除 */
    .con02 .box_white:nth-child(2) {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:991px) {
    .con02 {
        padding: 64px 0;
        background-position: 70% center;
    }

    .con02 .box_white {
        padding: 36px 34px 40px;
    }
}

@media screen and (max-width:767px) {
    .con02 {
        padding: 48px 0;
    }

    .con02 .box_white {
        width: auto;
        max-width: calc(100% - 30px);
        padding: 26px 20px 30px;
    }

    .con02 .box_white+.box_white {
        margin-top: 16px;
    }

    .con02 .ttl {
        font-size: 0.17rem;
    }

    .con02_banner {
        width: 100%;
        margin-top: 22px;
    }

    /* お問い合わせ枠の折り返し対応 */
    .con02_contact {
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
        padding: 16px 18px;
    }

    .con02_contact .head {
        flex-wrap: wrap;
        gap: 4px;
    }

    .con02_contact p {
        flex-wrap: wrap;
    }

    .con02_contact .num {
        font-size: 0.24rem;
    }

    .con02_contact .time {
        margin-left: 0;
    }

    .con02_spec li b {
        width: 40px;
    }
}

.con04 {
    position: relative;
    padding: 88px 40px 96px;
    background: url(../img/consultation/bg_support.png)center/cover no-repeat
}

.con04_board {
    max-width: 1296px;
    margin: 0 auto;
    padding: 58px 60px 54px;
    border-radius: var(--radius_lg);
    background: #ffffff73;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.con04_graph,
.con04_label {
    border-radius: var(--radius_md)
}

.con04_label {
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 34px;
    background: #fff;
    box-shadow: var(--shadow_sm)
}

.con01_support .ttl,
.con04_label .num,
.con04_label b {
    color: var(--site_orange);
    font-weight: 700
}

.con04_label .num {
    font-size: .28rem;
    font-family: var(--elm);
    line-height: 1.4
}

.con04_label b {
    font-size: .19rem;
    line-height: 1.6
}

.con04_graph {
    margin-top: 44px;
    padding: 54px 60px 44px 50px
}

.con04_chart .rows {
    position: relative
}

.con04_chart .rows::before {
    content: "";
    position: absolute;
    inset: 0 44px 0 340px;
    background: repeating-linear-gradient(90deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent calc(100%/6));
    border-right: 1px solid #e6e6e6;
    pointer-events: none
}

.con04_chart .row {
    position: relative;
    display: flex;
    align-items: center
}

.con04_chart .row+.row {
    margin-top: 18px
}

.con04_chart .name {
    flex-shrink: 0;
    width: 340px;
    padding-right: 20px;
    font-size: .13rem;
    line-height: 1.4;
    text-align: right
}

.con04_chart .area {
    position: relative;
    flex: 1;
    margin-right: 44px;
    min-width: 0
}

.con04_chart .bar {
    position: relative;
    display: block;
    height: 18px;
    background: var(--site_orange)
}

.con04_chart .row:nth-child(even) .bar {
    background: #ffb98e
}

.con04_chart .bar i,
.con04_scale span {
    position: absolute;
    font-family: var(--elm);
    line-height: 1
}

.con04_chart .bar i {
    left: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-size: .13rem;
    font-weight: 700
}

.con04_scale {
    position: relative;
    height: 14px;
    margin: 10px 44px 0 340px
}

.con04_scale span {
    top: 0;
    transform: translateX(-50%);
    font-size: .12rem;
    font-weight: 500
}

.con04_scale span:nth-child(1) {
    left: 0
}

.con04_scale span:nth-child(2) {
    left: 16.667%
}

.con04_scale span:nth-child(3) {
    left: 33.333%
}

.con04_scale span:nth-child(4) {
    left: 50%
}

.con04_scale span:nth-child(5) {
    left: 66.667%
}

.con04_scale span:nth-child(6) {
    left: 83.333%
}

.con04_scale span:nth-child(7) {
    left: 100%
}

.con03 {
    margin-bottom: 63px;
    padding: 62px 57px 58px
}

.con03_banner {
    position: relative;
    width: 1408px;
    max-width: 100%;
    margin: 0 auto
}

.con03_banner img {
    width: 100%;
    height: 306px;
    object-fit: cover;
    border-radius: 26px
}

.con03_banner .text {
    position: absolute;
    inset: 0;
    z-index: 2;
    flex-direction: column;
    align-items: center
}

.con03_banner .text b,
.con03_head b {
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .1em
}

.con03_banner .text b {
    color: #fff;
    font-size: .22rem
}

.con03_banner .text span {
    margin-top: 2px;
    color: #fff;
    font-size: .14rem;
    font-weight: 500;
    font-family: var(--elm);
    line-height: 1.5
}

.con03_banner .text,
.con03_head,
.con03_list {
    display: flex;
    justify-content: center
}

.con03_head {
    align-items: center;
    gap: 20px;
    margin-top: 63px
}

.con03_head img {
    width: 62px
}

.con03_head b {
    font-size: .2rem
}

.con03_list {
    gap: 19px;
    list-style: none;
    margin: 48px 0 0;
    padding: 0
}

.con03_list li {
    width: 310px
}

.con03_list img {
    width: 100%
}

.con03_card {
    position: relative;
    aspect-ratio: 329/238;
    margin: 5px 8px 8px;
    padding: 22px 10px 0;
    border: 1px solid var(--site_orange);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 6px #00000029
}

.con03_card p {
    margin: 0;
    color: var(--site_orange);
    font-size: .17rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: center
}

.con03_card .capsule {
    position: relative;
    display: block;
    width: 128px;
    height: 74px;
    margin: 16px auto 0
}

.con03_card .capsule i {
    position: absolute;
    display: block;
    width: 100px;
    height: 34px;
    border-radius: 17px
}

.con03_card .capsule i:first-child {
    left: 0;
    top: 2px;
    background: var(--site_orange);
    transform: rotate(-16deg)
}

.con03_card .capsule i:last-child {
    right: 0;
    bottom: 2px;
    background: #29c0c6;
    transform: rotate(-16deg)
}

.con03_card .arrow {
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: var(--site_orange)
}

.con03_card .arrow::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 15px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;
    transform: translateY(-50%)
}

.con03_card .arrow::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    border-radius: 1px;
    transform: translateY(-58%) rotate(45deg)
}

/* お役立ち情報・ツール：リンクカード（画像ボタンのHTML/CSS化） */
.con03_list .con03_card p {
    margin: 0;
    line-height: 1.5
}

a.con03_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: .3s
}

a.con03_card:hover {
    box-shadow: 0 6px 12px #00000038;
    transform: translateY(-3px)
}

.con03_card .illust {
    display: block;
    width: auto;
    height: 52%;
    margin: auto 0
}

.con03_card .illust.wide {
    height: 42%
}

@media screen and (max-width:1199px) {
    .con01 p br {
        display: none
    }

    .con01_lead,
    .con01_support {
        min-height: 0;
        margin-top: 55px
    }

    .con01_lead .photo,
    .con01_support .photo {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 30px
    }

    .con01_lead .text,
    .con01_support .text {
        width: auto;
        min-height: 0;
        margin-left: 0;
        padding: 0;
        border-radius: 0
    }

    .con01_lead .kimochi {
        text-align: left
    }

    .con01_lead .last {
        margin-top: 25px
    }

    .con04_chart .rows::before {
        inset: 0 44px 0 240px
    }

    .con04_chart .name {
        width: 240px
    }

    .con04_scale {
        margin-left: 240px
    }

    .con03 .box_white {
        padding: 60px 40px 80px
    }

    .con03_list {
        flex-wrap: wrap
    }

    .con01_lead .photo,
    .con01_support .photo {
        border-radius: 26px 26px 26px 26px
    }
}

@media screen and (max-width:991px) {
    .con01 {
        padding: 55px 40px 60px
    }

    .con01_box small {
        position: static;
        display: block;
        margin-top: 10px;
        text-align: right
    }

    .con04 {
        padding: 60px 30px 70px
    }

    .con04_board {
        padding: 40px 30px
    }

    .con04_label {
        max-width: 100%
    }

    .con04_graph {
        padding: 35px 25px 30px 20px
    }

    .con03 {
        padding: 40px
    }

    .con03 .box_white {
        padding: 40px 25px 50px
    }

    .con03_banner img {
        height: 240px
    }

    .con03_banner .text b {
        font-size: .18rem
    }

    .con03_list {
        gap: 15px
    }

    .con03_list li {
        width: calc(50% - 8px)
    }
}

@media screen and (max-width:767px) {
    .con01 {
        padding: 40px 20px 50px
    }

    .con01_box {
        padding: 20px
    }

    .con01_box .head {
        flex-wrap: wrap;
        gap: 10px
    }

    .con01_box .head span {
        width: 100%;
        margin-left: 0
    }

    .con01_box ul {
        padding-left: 0
    }

    .con01_box li {
        line-height: 1.8;
        margin-top: 8px
    }

    .con04 {
        padding: 50px 15px 60px
    }

    .con04_board {
        padding: 35px 15px
    }

    .con04_label {
        gap: 10px;
        padding: 10px 18px
    }

    .con04_label b {
        font-size: .15rem
    }

    .con04_graph {
        padding: 25px 12px 22px
    }

    .con04_chart .rows::before {
        display: none
    }

    .con01_box li b,
    .con04_chart .row {
        display: block
    }

    .con04_chart .row+.row {
        margin-top: 14px
    }

    .con04_chart .name {
        display: block;
        width: auto;
        padding: 0 0 4px;
        text-align: left
    }

    .con04_scale {
        margin-left: 0
    }

    .con03 {
        padding: 15px
    }

    .con03_banner .text {
        padding: 0 15px
    }

    .con03_banner .text b {
        font-size: .16rem;
        text-align: center
    }

    .con03_banner .text span {
        font-size: .12rem;
        text-align: center
    }

    .con03_head {
        gap: 12px;
        margin-top: 40px
    }

    .con03_head img {
        width: 48px
    }

    .con03_head b {
        font-size: .16rem
    }

    .con03_list {
        margin-top: 30px
    }

    .con03_list li {
        width: 100%;
        max-width: 347px
    }

    .con01_box small {
        text-align: left
    }
}

.reg01 {
    padding: 68px 20px 125px
}

.reg01 p {
    margin: 0;
    line-height: .35rem;
    letter-spacing: .05em
}

.reg01 .headline02 {
    margin-bottom: 15px
}

.reg01_intro {
    display: flex;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto
}

.reg01_intro .headline01 {
    flex-shrink: 0;
    width: 383px;
    margin: 0
}

.reg01_data,
.reg01_registry {
    position: relative;
    width: 1300px;
    max-width: 100%;
    min-height: 449px;
    margin: 72px auto 0
}

.reg01_registry p {
    position: relative;
    z-index: 1
}

.reg01_registry .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 757px
}

.reg01_data .photo img,
.reg01_registry .photo img {
    width: 100%;
    height: 449px;
    object-fit: cover
}

.reg01_registry .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 353px;
    background: var(--site_cream);
    border-radius: 0 0 var(--radius_lg)0
}

.reg01_data {
    min-height: 618px;
    margin: 36px auto 0
}

.reg01_data .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 672px
}

.reg01_data .photo img {
    height: 618px
}

.reg01_data .photo::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 128px;
    height: 566px;
    background: var(--site_cream);
    border-radius: var(--radius_lg)0 0 0
}

.reg01_data .text {
    position: relative;
    width: 709px;
    margin-left: 611px;
    padding-top: 108px
}

.reg01_data .text p+.headline02 {
    margin-top: 84px;
    margin-bottom: 19px
}

.reg02 {
    margin-top: 23px;
    margin-bottom: 63px;
    padding: 74px 0 72px;
    background: url(../img/registry/bg_achievement.png)center top/cover no-repeat
}

.reg02_head {
    width: 314px;
    margin: 0 auto;
    padding: 22px 10px 24px;
    border-radius: var(--radius_md);
    background: #ffffffcc;
    backdrop-filter: blur(4px);
    box-shadow: var(--shadow_sm);
    text-align: center
}

.reg02_head b {
    display: block;
    font-size: .2rem;
    font-weight: 700;
    line-height: 2;
    text-align: center
}

.reg02_head span {
    display: block;
    margin-top: 6px;
    font-size: .14rem;
    font-weight: 500;
    font-family: var(--elm);
    line-height: 1.5
}

.reg02_board {
    width: 1300px;
    max-width: calc(100% - 56px);
    margin: 76px auto 0;
    padding: 91px 68px 83px;
    border-radius: var(--radius_lg);
    background: #ffffff66;
    backdrop-filter: blur(15px)
}

.reg02_label {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 30px 15px 38px;
    border-radius: 12px;
    background: #fff
}

.reg02_label .num {
    font-size: .3rem;
    font-family: var(--elm);
    line-height: 1.2;
    letter-spacing: .05em
}

.pal01_box .head b,
.reg02_label .num,
.reg02_label b {
    color: var(--site_orange);
    font-weight: 700
}

.reg02_label b {
    font-size: .17rem;
    line-height: 1.6
}

.reg02_card h3,
.reg02_lead {
    margin: 32px 0 0;
    font-size: .16rem
}

.reg02_card {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    padding: 51px 0 52px
}

.reg02_card h3 {
    margin: 0;
    font-weight: 500;
    line-height: 2;
    text-align: center
}

.reg02_all {
    margin-top: 19px;
    border-right: 1px solid #7f7f7f;
    text-align: center
}

.reg02_all h3 {
    margin-top: -9px;
    font-size: .18rem
}

.reg02_all .body {
    width: 176px;
    margin-top: 56px
}

.reg02_all .name {
    display: block;
    margin-top: -5px;
    font-size: .16rem;
    font-weight: 500;
    text-align: center
}

.reg02_all .arrow {
    display: block;
    width: 24px;
    margin: 1px auto 0
}

.reg02_all .arrow img {
    display: block
}

.reg02_all,
.reg02_five {
    width: 50%;
    padding: 0 20px
}

.reg02_five ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 152px));
    gap: 36px 18px;
    justify-content: center;
    list-style: none;
    margin: 51px 0 0;
    padding: 0
}

.reg02_five li,
.reg02_head span {
    text-align: center
}

.reg02_five .name {
    margin-top: 2px;
    text-align: center
}

.reg02_five .name span {
    position: relative;
    display: inline-block;
    font-size: .16rem;
    font-weight: 500
}

.reg02_five .name .arrow {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 24px;
    margin-left: 16px;
    line-height: 1
}

@media screen and (max-width:1399px) {
    .reg01 {
        padding: 60px 40px 70px
    }

    .reg01_intro {
        display: block
    }

    .reg01_intro .headline01 {
        width: auto;
        margin-bottom: 25px
    }

    .reg01_data,
    .reg01_registry {
        min-height: 0;
        margin-top: 60px
    }

    .reg01_data .photo,
    .reg01_registry .photo {
        position: static;
        width: auto
    }

    .reg01_registry .photo {
        margin-top: 30px
    }

    .reg01_data .photo img,
    .reg01_registry .photo img {
        width: 100%;
        height: auto;
        aspect-ratio: 1514 / 898;
        object-fit: cover;
        border-radius: 26px 26px 26px 26px
    }

    .reg01_data .photo::before,
    .reg01_registry .photo::before {
        content: none
    }

    .reg01_data {
        margin-top: 50px
    }

    .reg01_data .text {
        width: auto;
        margin-left: 0;
        padding-top: 35px
    }

    .reg01_data .text p+.headline02 {
        margin-top: 45px
    }
}

@media screen and (max-width:1199px) {
    .reg02_card {
        flex-direction: column;
        padding: 45px 20px 50px
    }

    .reg02_all {
        width: 100%;
        /* ← width: auto から変更 */
        padding: 0 0 45px;
        border-right: none;
        border-bottom: 1px solid #7F7F7F;
    }

    .reg02_five {
        width: 100%;
        /* ← width: auto から変更 */
        padding: 45px 0 0;
        text-align: center;
        /* ← 追加：「Ⅱ．…」見出しを中央へ */
    }

    .pal01_out .text {
        padding-left: 0px;
    }
}

@media screen and (max-width:991px) {
    .reg01 {
        padding: 55px 40px 60px
    }

    .reg02_board {
        padding: 60px 40px 70px
    }
}

@media screen and (max-width:767px) {
    .reg01 {
        padding: 40px 20px 50px
    }

    .reg01 p br {
        display: none
    }

    .reg01_registry {
        margin-top: 45px
    }

    .reg02 {
        margin-top: 15px;
        padding: 50px 0 15px
    }

    .reg02_head {
        width: 260px;
        padding: 16px 10px 18px
    }

    .reg02_board {
        max-width: calc(100% - 30px);
        margin-top: 45px;
        padding: 45px 20px 55px
    }

    .reg02_label {
        padding: 12px 22px 12px 26px
    }

    .reg02_lead {
        margin-top: 30px
    }

    .reg02_card {
        margin-top: 18px
    }

    .reg02_five ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 18px
    }

    /* 矢印を絶対配置から通常配置に戻し、狭い画面で枠外に出ないようにする */
    .reg02_five .name span {
        display: inline-flex;
        align-items: center;
        gap: 8px
    }

    .reg02_five .name .arrow {
        position: static;
        transform: none;
        margin-left: 0
    }
}

.pal_inner {
    max-width: 1300px;
    margin: 0 auto
}

.pal01 .headline01 {
    margin-bottom: 49px
}

.pal01_box {
    display: grid;
    grid-template-columns: 48% 52%;
    padding: 26px 0 27px;
    border: 1px solid var(--site_orange);
    border-radius: 8px;
    background: #fff
}

.pal01_box .left {
    padding: 0 45px 0 30px;
    border-right: 1px solid var(--site_orange)
}

.pal01_box .head {
    display: flex;
    align-items: center;
    gap: 15px
}

.pal01_box .head img {
    width: 34px
}

.pal01_box .head b {
    font-size: .18rem;
    letter-spacing: .1em
}

.pal01_box .time,
.pal02_head span {
    font-weight: 500;
    font-family: var(--elm)
}

.pal01_box .right b,
.pal01_box .time,
.pal01_box .time span {
    color: var(--site_orange);
    font-size: .16rem
}

.pal01_box .time {
    display: flex;
    margin: 15px 0 0 18px;
    line-height: 1.6
}

.pal01_box .time span {
    font-family: var(--elm);
    line-height: 1.6
}

.pal01_box .time .label {
    flex-shrink: 0;
    font-weight: 700
}

.pal01_box .note {
    margin: 15px 0 0 18px;
    font-size: .16rem;
    line-height: 2.2;
    letter-spacing: .04em
}

.pal01_box .right {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 55px
}

.pal01_box .right>img {
    width: 42px
}

.pal01_box .right b {
    display: block;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .1em
}

.pal01_box .num {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2px 0 0
}

.pal01_box .num span {
    color: var(--site_orange);
    font-size: .14rem;
    font-weight: 700;
    line-height: 1.5
}

.pal01_box .num {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;
    /* 折り返し行を上に詰める＝間延び防止 */
    column-gap: 30px;
    /* 電話グループ〜FAXグループの横間隔 */
    row-gap: 6px;
    /* 折り返し時の行間を詰める（ここがポイント） */
    margin: 2px 0 0;
}

.pal01_box .num .line {
    /* ラベル＋番号を1セットに */
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.pal01_box .num .lbl {
    /* 旧 .num span 相当 */
    color: var(--site_orange);
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1.5;
}

.pal01_box .num em,
.pal02_head b {
    font-weight: 700;
    letter-spacing: .05em
}

.pal01_box .num em {
    font-style: normal;
    color: var(--site_orange);
    font-size: .26rem;
    font-family: var(--elm);
    line-height: 1.4
}

.pal01_mission,
.pal01_out {
    display: flex;
    align-items: flex-start;
    margin-top: 79px
}

.pal01_mission .text {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 660px;
    padding-top: 2px
}

.pal01_mission .headline02 {
    margin-bottom: 15px
}

.pal01_mission .text p,
.pal01_out .text p,
.pal02_panel>p,
.pal03_grid .text p {
    margin: 0;
    font-size: .16rem;
    line-height: 2.2;
    letter-spacing: .04em
}

.pal01_mission .headline02.team {
    margin-top: 51px
}

.pal01_mission .photo {
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 757px;
    margin-left: -117px
}

.pal01_mission .photo img {
    width: 100%;
    height: 513px;
    object-fit: cover
}

.pal01_mission .photo::before {
    top: 0;
    left: 0;
    width: 105px;
    height: 463px;
    border-bottom-right-radius: var(--radius_lg)
}

.pal01_out {
    margin-top: 53px
}

.pal01_out .photo {
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 671px
}

.pal01_out .photo img,
.pal03_grid .photo img {
    width: 100%;
    height: 296px;
    object-fit: cover
}

.pal01_mission .photo::before,
.pal01_out .photo::before,
.pal03_grid .photo::before {
    content: "";
    position: absolute;
    background: var(--site_cream)
}

.pal01_out .photo::before {
    right: 0;
    bottom: 0;
    width: 136px;
    height: 196px;
    border-top-left-radius: var(--radius_lg)
}

.pal01_out .text {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 757px;
    margin-left: -100px;
    padding-top: 134px;
}

.pal01_out .headline02 {
    margin-bottom: 25px
}

.pal01 {
    padding-top: 70px;
    padding-bottom: 95px
}

.pal02 {
    position: relative;
    margin-top: 23px;
    padding: 78px 28px 98px;
    background: url(../img/palliative/bg_achievements.png)center/cover no-repeat
}

.pal02::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff8c
}

.pal02_head,
.pal02_panel {
    position: relative;
    z-index: 2
}

.pal02_head {
    width: 320px;
    margin: 0 auto;
    padding: 20px 10px 23px;
    background: #ffffffb8;
    backdrop-filter: blur(5px);
    box-shadow: var(--shadow_sm)
}

.pal02_head b {
    display: block;
    font-size: .22rem;
    line-height: 1.6;
    text-align: center
}

.pal02_head span {
    display: block;
    margin-top: 6px;
    font-size: .15rem;
    line-height: 1.5;
    text-align: center
}

.pal02_panel {
    max-width: 1300px;
    margin: 68px auto 0;
    padding: 110px 20px 66px;
    border-radius: var(--radius_lg);
    background: #ffffff33;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px)
}

.pal02_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 13px 10px 16px 32px;
    border-radius: 14px;
    background: #fff
}

.pal02_badge .num,
.pal02_badge b {
    color: var(--site_orange);
    font-weight: 700
}

.pal02_badge .num {
    font-size: .3rem;
    font-family: var(--elm);
    line-height: 1.3;
    letter-spacing: .05em
}

.pal02_badge b {
    font-size: .2rem;
    line-height: 1.5;
    letter-spacing: .1em
}

.pal02_panel>p {
    margin: 6px 0 0;
    line-height: 1.8;
    text-align: center
}

.pal02_panel>.ttl {
    margin: 45px 0 0;
    font-weight: 700
}

.pal02_graph {
    display: block;
    width: 1238px;
    max-width: 100%;
    margin: 43px auto 0
}

.pal03 {
    margin-bottom: 111px;
    padding-top: 49px;
    padding-bottom: 101px
}

.pal03 .headline01 {
    margin-bottom: 19px
}

.pal03_btn,
.pal03_grid {
    display: flex;
    align-items: flex-start
}

.pal03_grid .text {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 660px
}

.pal03_btn {
    align-items: center;
    justify-content: space-between;
    width: 387px;
    max-width: 100%;
    height: 50px;
    margin-top: 38px;
    padding: 0 13px 0 38px;
    border-radius: 14px;
    background: var(--site_orange)
}

.pal03_btn span {
    color: #fff;
    font-size: .15rem;
    font-weight: 700;
    line-height: 1.4
}

.pal03_btn img {
    width: 30px
}

.pal03_grid .photo {
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 705px;
    margin: 101px 0-148px -65px
}

.pal03_grid .photo img {
    height: 396px
}

.pal03_grid .photo::before {
    top: 0;
    left: 0;
    width: 80px;
    height: 260px;
    border-bottom-right-radius: var(--radius_lg)
}

@media screen and (min-width:1200px) {
    .pal02_graph {
        margin: 43px 0 0 9px
    }
}

@media screen and (max-width:1199px) {

    .pal01_box,
    .pal01_mission,
    .pal01_out,
    .pal03_grid {
        display: block
    }

    .pal01_box .left {
        padding: 0 0 25px;
        margin: 0 30px;
        border-right: none;
        border-bottom: 1px solid var(--site_orange)
    }

    .pal01_box .right {
        margin: 0 30px;
        padding: 25px 0 0
    }

    .pal01_mission .text,
    .pal01_out .text,
    .pal03_grid .text {
        width: auto;
        margin-left: 0;
        padding-top: 0
    }

    .pal01_mission .photo,
    .pal03_grid .photo {
        max-width: none;
        margin: 35px 0 0
    }

    .pal01_out .photo {
        max-width: none
    }

    .pal01_out .text {
        margin-top: 30px
    }

    .pal01_mission .photo img,
    .pal01_out .photo img,
    .pal03_grid .photo img {
        height: auto;
        border-radius: 26px 26px 26px 26px;
    }

    .pal01_mission .photo img,
    .pal01_out .photo img {
        width: 100%;
        aspect-ratio: 1514 / 1028;
        object-fit: cover;
    }

    .pal01_mission .photo::before,
    .pal01_out .photo::before,
    .pal03_grid .photo::before {
        display: none
    }

    .pal01_mission {
        margin-top: 55px
    }
}

@media screen and (max-width:991px) {

    .pal01,
    .pal03 {
        padding-top: 55px
    }

    .pal02_panel {
        margin-top: 50px;
        padding: 60px 30px
    }
}

@media screen and (max-width:767px) {

    .pal01,
    .pal03 {
        padding-top: 40px
    }

    .pal01_mission .text br,
    .pal01_out .text br,
    .pal03_grid .text br {
        display: none
    }

    .pal01_box .left,
    .pal01_box .right {
        margin: 0 20px
    }

    .pal01_box .time {
        display: block;
        margin-left: 0
    }

    .pal01_box .note,
    .pal01_box .num .fax {
        margin-left: 0
    }

    .pal01_box .right {
        align-items: flex-start;
        gap: 15px
    }

    .pal02 {
        padding: 50px 15px 15px
    }

    .pal02_head {
        width: auto;
        max-width: 320px
    }

    .pal02_panel {
        margin-top: 40px;
        padding: 45px 20px 50px
    }

    .pal02_panel>.ttl {
        margin-top: 30px
    }

    .pal03_btn {
        width: 100%;
        max-width: 387px;
        padding-left: 25px
    }
}

.rad_inner {
    max-width: 1296px;
    margin: 0 auto
}

.rad01 {
    padding-top: 71px;
    padding-bottom: 223px
}

.rad02 {
    padding-top: 50px;
    padding-bottom: 98px
}

.rad01_box {
    padding: 26px 30px 22px 25px;
    border: 1px solid var(--site_orange);
    border-radius: var(--radius_md);
    background: #fff
}

.rad01_box .head {
    display: flex;
    align-items: center;
    gap: 15px
}

.rad01_box .head img {
    width: 37px
}

.rad01_box .head b {
    font-size: .18rem;
    letter-spacing: .1em
}

.rad01_box p {
    margin: 14px 0 0;
    color: var(--site_orange)
}

.rad01_box .head b,
.rad01_box p b {
    color: var(--site_orange);
    font-weight: 700
}

.rad01_grid {
    position: relative;
    margin-top: 90px;
    /* 右の写真（673px）と重なって本文が隠れないよう写真幅＋余白を確保する */
    padding-right: 703px
}

.rad01_grid .headline02 {
    margin-bottom: 15px
}

.rad01_grid p {
    margin: 0;
    line-height: 2.2
}

.rad01_grid h3:not(:first-child) {
    margin-top: 55px
}

.rad01_grid .photo {
    position: absolute;
    top: 31px;
    right: 0;
    width: 673px
}

.rad01_grid .photo img,
.rad04_banner img {
    width: 100%;
    border-radius: 26px 26px 26px 26px;
}

.rad01_grid .photo::before,
.rad02_box figure::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom-right-radius: var(--radius_lg)
}

.rad01_grid .photo::before {
    width: 112px;
    height: 498px;
    background: var(--site_cream)
}

.rad02_box p,
.rad02_lead {
    margin: -27px 0 38px;
    line-height: 2.2
}

.rad02_box {
    position: relative;
    padding: 44px 40px 50px 25px
}

.rad02_box+.rad02_box {
    margin-top: 150px
}

.rad02_box .ttl,
.rad03_item .ttl .num,
.rad03_item .ttl b,
.rad04_link b {
    color: var(--site_orange);
    font-weight: 700;
    line-height: 1.6
}

.rad02_box .ttl {
    display: block;
    font-size: .18rem;
    letter-spacing: .1em
}

.rad02_box p {
    margin: 10px 0 0
}

.rad02_box.__linac,
.rad02_box.__tomo {
    /* 右の写真（right:39 + 528px）と重ならないよう右余白を確保する */
    padding: 33px 592px 40px 25px
}

.rad02_sgrt {
    margin-top: 40px !important
}

.rad02_box.__tomo {
    min-height: 395px
}

.rad02_box.__linac {
    margin-top: 107px;
    min-height: 360px
}

.rad02_box figure {
    position: absolute;
    top: 43px;
    right: 39px;
    width: 528px
}

.rad02_box.__linac figure {
    top: 44px
}

.rad02_box figure img {
    display: block;
    width: 100%
}

.rad02_box figure::before {
    width: 63px;
    height: 262px;
    background: #fff
}

.rad03 {
    margin-top: 23px;
    padding: 72px 40px 107px;
    background: url(../img/radiation/bg_results.png)center/cover no-repeat;
    overflow: hidden
}

.rad03,
.rad03>* {
    position: relative
}

.rad03_head {
    width: 316px;
    margin: 0 auto;
    padding: 27px 15px 19px;
    border-radius: var(--radius_md);
    background: #fff;
    box-shadow: var(--shadow_sm)
}

.rad03_head h2 {
    margin: 0;
    font-size: .2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .1em;
    text-align: center
}

.rad03_head span,
.rad04_banner figcaption span {
    font-size: .14rem;
    font-weight: 500;
    font-family: var(--elm);
    line-height: 1.5;
    text-align: center
}

.rad03_head span {
    display: block;
    margin-top: 2px
}

.rad03_board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1296px;
    margin: 103px auto 0;
    padding: 85px 30px 32px;
    border-radius: var(--radius_lg);
    background: #ffffff80;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.rad03_item,
.rad03_item .ttl {
    display: flex;
    align-items: center
}

.rad03_item {
    flex-direction: column
}

.rad03_item .ttl {
    gap: 16px;
    padding: 10px 34px;
    border-radius: var(--radius_md);
    background: #fff;
    box-shadow: var(--shadow_sm)
}

.rad03_item .ttl .num {
    font-size: .28rem;
    font-family: var(--elm);
    line-height: 1.4
}

.rad03_item .ttl b,
.rad04_link b {
    font-size: .19rem
}

.rad03_item p {
    min-height: 96px;
    margin: 22px 0 0;
    text-align: center
}

.rad03_item figure {
    width: 100%;
    margin-top: 32px;
    padding: 48px 45px;
    border-radius: var(--radius_md);
    text-align: center
}

.rad03_item figure img {
    max-width: 100%
}

.rad04 {
    margin-bottom: 63px;
    padding: 46px 60px 51px
}

.rad04_banner {
    position: relative
}

.rad04_banner figcaption {
    position: absolute;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    gap: 6px
}

.rad04_banner figcaption b,
.rad04_btn span {
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em
}

.rad04_banner figcaption b {
    font-size: .22rem;
    line-height: 1.6;
    text-align: center
}

.rad04_banner figcaption span {
    color: #fff
}

.rad04_banner figcaption,
.rad04_btn,
.rad04_link {
    display: flex;
    align-items: center
}

.rad04_link {
    justify-content: center;
    gap: 24px;
    margin-top: 58px
}

.rad04_link img {
    width: 54px
}

.rad04_link b {
    font-size: .2rem
}

.rad04_btn {
    justify-content: space-between;
    width: 390px;
    margin: 52px auto 0;
    padding: 16px 18px 16px 34px;
    border-radius: 12px;
    background: var(--site_orange)
}

.rad04_btn span {
    font-size: .18rem;
    line-height: 1.4
}

.rad04_btn img {
    width: 37px
}

/* 写真が横に入る幅では本文段が狭くなるため、指定改行を解除して自然に折り返す */
@media screen and (min-width:1400px) {

    .rad01_grid p br,
    .rad02_box.__linac p br,
    .rad02_box.__tomo p br {
        display: none
    }
}

@media screen and (max-width:1399px) {
    .rad01_grid {
        padding-right: 0
    }

    .rad01_grid .photo {
        position: static;
        width: auto;
        max-width: 673px;
        margin: 40px auto 0
    }

    .rad01_grid .photo::before {
        display: none
    }
}

@media screen and (max-width:1199px) {
    .rad01 {
        padding-bottom: 100px;
    }

    .rad02_box.__linac,
    .rad02_box.__tomo {
        min-height: 0;
        padding: 30px 40px 35px 25px
    }

    .rad02_box.__linac {
        margin-top: 60px
    }

    .rad02_box figure {
        position: static;
        width: auto;
        margin-top: 25px;
        text-align: center
    }

    .rad02_box figure img {
        width: auto;
        max-width: 528px;
        margin: 0 auto;
        border-radius: 26px 26px 26px 26px;
    }

    .rad02_box figure::before {
        display: none
    }

    .rad03_board {
        grid-template-columns: 1fr;
        gap: 55px;
        margin-top: 70px;
        padding: 60px 30px
    }

    .rad03_item p {
        min-height: 0
    }

    .rad04_box {
        padding: 80px 60px 90px
    }
}

@media screen and (max-width:991px) {
    .rad01_grid {
        margin-top: 65px
    }

    .rad01_grid p br,
    .rad02_box p br,
    .rad02_lead br,
    .rad03_item p br {
        display: none
    }

    .rad03 {
        padding: 55px 25px 60px
    }

    .rad04 {
        padding: 55px 40px 60px
    }

    .rad04_box {
        padding: 60px 40px 70px
    }
}

@media screen and (max-width:767px) {
    .rad01_box {
        padding: 20px
    }

    .rad01_grid {
        margin-top: 50px
    }

    .rad01_grid h3:not(:first-child) {
        margin-top: 50px
    }

    .rad02_box,
    .rad02_box.__linac,
    .rad02_box.__tomo {
        padding: 25px 20px 28px
    }

    .rad02_box figure img {
        max-width: 100%
    }

    .rad03 {
        margin: 15px 0 0;
        padding: 40px 15px 45px
    }

    .rad03_head {
        width: auto;
        max-width: 320px;
        padding: 14px 15px 16px
    }

    .rad03_board {
        gap: 45px;
        margin-top: 50px;
        padding: 45px 15px 40px
    }

    .rad03_item .ttl {
        gap: 12px;
        padding: 8px 22px
    }

    .rad03_item .ttl .num {
        font-size: .22rem
    }

    .rad03_item .ttl b,
    .rad04_btn span {
        font-size: .16rem
    }

    .rad03_item figure {
        width: 100%;
        padding: 25px 15px;
        text-align: center
    }

    .rad04 {
        padding: 40px 20px 50px
    }

    .rad04_box {
        padding: 45px 20px 55px
    }

    .rad04_banner figcaption b {
        font-size: .17rem;
        line-height: 1.5
    }

    .rad04_banner figcaption span {
        font-size: .12rem
    }

    .rad04_link {
        gap: 14px;
        margin-top: 40px
    }

    .rad04_link img {
        width: 42px;
        flex-shrink: 0
    }

    .rad04_link b {
        font-size: .15rem
    }

    .rad04_btn {
        width: 100%;
        max-width: 390px;
        margin-top: 40px;
        padding: 13px 15px 13px 25px
    }
}

.che_inner {
    max-width: 1300px;
    margin: 0 auto
}

.che01 *,
.che02 *,
.che03 *,
.che04 * {
    letter-spacing: .05em
}

.che01_info {
    margin-top: 50px;
    padding: 27px 28px 16px;
    border: 1px solid var(--site_orange);
    border-radius: 12px;
    background: #fff
}

.che01_info .head,
.che02_list li {
    display: flex;
    align-items: center;
    gap: 12px
}

.che01_info .head img {
    width: 38px
}

.che01_info .head b,
.che01_info .row b {
    color: var(--site_orange);
    font-size: .18rem;
    font-weight: 700
}

.che01_info .row {
    display: block;
    margin: 17px 0 0
}

.che01_info .row+.row {
    margin-top: 5px
}

.che01_info .row b {
    flex-shrink: 0;
    font-size: .16rem;
    line-height: 1.6
}

.che01_info .row span,
.che03_card .label .num {
    color: var(--site_orange);
    font-size: .16rem;
    font-weight: 500;
    line-height: 1.6
}

.che01_info .note {
    margin: 24px 0 0;
    font-size: .16rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: right
}

.che01_grid {
    position: relative;
    height: 886px;
    margin-top: 42px
}

.che01_text01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 660px
}

.che01_grid p {
    margin: 0;
    font-size: .16rem;
    line-height: 2.2
}

.che01_photo01,
.che01_photo02 {
    position: absolute;
    top: 29px;
    left: 678px;
    width: 622px;
    height: 440px
}

.che01_photo01,
.che01_photo02 {
    border-radius: var(--radius_lg);
    overflow: hidden
}

.che01_photo01 img,
.che01_photo02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius_lg)
}

.che01_photo01::before {
    top: 0;
    left: 0;
    width: 114px;
    height: 303px;
    border-radius: 0 0 24px 0
}

.che01_photo02 {
    top: 369px;
    left: 0;
    width: 650px;
    height: 527px
}

.che01_photo01::before,
.che01_photo02::after,
.che02_photo::before {
    content: "";
    position: absolute;
    background: var(--site_cream)
}

.che01_photo02::after {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 464px;
    border-radius: 24px 0 0 0
}

.che01_text02 {
    position: absolute;
    top: 482px;
    left: 678px;
    width: 622px
}

.che01_text02 p+.headline02 {
    margin-top: 48px
}

.che02_grid {
    display: flex;
    margin-top: 71px
}

.che02_list {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 633px;
    flex-shrink: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.che02_list li {
    gap: 16px
}

.che02_list img {
    flex-shrink: 0;
    width: 75px
}

.che02_list p,
.che03_card p {
    margin: 0;
    font-size: .16rem;
    line-height: 2
}

.che02_photo {
    position: relative;
    width: 667px;
    max-width: 100%;
    height: 475px;
    margin-top: 94px
}

.che02_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius_lg)
}

.che02_photo::before {
    top: 0;
    left: 0;
    width: 68px;
    height: 353px;
    border-radius: 0 0 24px 0
}

.che03 {
    margin-top: 30px;
    padding: 72px 28px 73px;
    background: url(../img/chemotherapy/bg_achievements.png)center top/cover no-repeat
}

.che03_card,
.che03_ttl {
    border-radius: var(--radius_md)
}

.che03_ttl {
    width: 314px;
    margin: 0 auto;
    padding: 27px 10px;
    background: #ffffff8c;
    backdrop-filter: blur(8px)
}

.che03_ttl b,
.che03_ttl span {
    display: block;
    font-size: .22rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center
}

.che03_ttl span {
    margin-top: 2px;
    font-size: .14rem;
    font-weight: 500;
    font-family: var(--elm);
    letter-spacing: .09em;
    line-height: 1.5
}

.che03_card {
    margin-top: 53px;
    padding: 65px 55px 70px;
    background: #ffffff73;
    backdrop-filter: blur(10px)
}

.che03_ttl+.che03_card {
    margin-top: 77px
}

.che03_card .label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 26px;
    border-radius: 14px;
    background: #fff
}

.che03_card .label .num {
    font-size: .3rem;
    font-weight: 700;
    font-family: var(--elm);
    line-height: 1.2;
    letter-spacing: .05em
}

.che03_card .label b,
.che04_head b {
    color: var(--site_orange);
    font-size: .18rem;
    font-weight: 700;
    line-height: 1.6
}

.che03_card p {
    margin: 26px 0 0 13px;
    line-height: 2.2
}

.che03_card .graph {
    display: block;
    max-width: 100%;
    margin: 24px auto 0;
    border-radius: var(--radius_md);
    background: #fff
}

.che03_card .graph_bar {
    width: 100%;
    max-width: 1209px;
    /* 1209px を超えない範囲で幅に追従 */
    margin-left: auto;
    margin-right: auto;
    /* 旧: -9.5px（これも右はみ出しの一因） */
}

.che_cicleimg {
    width: 580px !important
}

.che03_pie {
    margin-top: 24px;
    padding: 45px 30px 50px;
    border-radius: var(--radius_md);
    background: #fff
}

.pie_ttl {
    display: block;
    font-size: .18rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center
}

.pie_body {
    position: relative;
    max-width: 680px;
    height: 440px;
    margin: 10px auto 0
}

.che01 {
    padding-bottom: 85px
}

.che04 {
    margin-bottom: 63px;
    padding: 70px 56px 57px
}

.che04_dl a,
.che04_photo {
    position: relative;
    max-width: 100%
}

.che04_photo {
    width: 1408px;
    margin: 0 auto;
    border-radius: 26px;
    overflow: hidden
}

.che04_photo img {
    width: 100%;
    height: 306px;
    object-fit: cover
}

.che04_head,
.che04_photo .ttl {
    display: flex;
    align-items: center;
    justify-content: center
}

.che04_photo .ttl {
    position: absolute;
    inset: 0;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 19px
}

.che04_photo .ttl b,
.che04_photo .ttl span {
    color: #fff;
    font-size: .22rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center
}

.che04_photo .ttl span {
    font-size: .14rem;
    font-weight: 500;
    font-family: var(--elm);
    line-height: 1.5
}

.che04_head {
    gap: 22px;
    margin-top: 54px
}

.che04_head img {
    width: 52px
}

.che04_head b {
    font-size: .24rem;
    line-height: 1.5
}

.che04_movies {
    gap: 68px;
    margin-top: 70px;
    list-style: none;
    padding: 0
}

.che04_movies li {
    width: calc(50% - 34px);
    max-width: 501px
}

.che04_dl b,
.che04_movies .lbl {
    color: var(--site_orange);
    font-size: .2rem;
    text-align: center
}

.che04_movies .lbl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    margin-bottom: 10px;
    font-size: .18rem;
    font-weight: 700;
    line-height: 1.5
}

.che04_movies .thumb {
    width: 100%;
    aspect-ratio: 501/281;
    object-fit: cover
}

.che04_movies .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 263px;
    height: 64px;
    margin: 20px auto 0;
    padding: 0 14px 0 28px;
    border-radius: 10px;
    background: var(--site_orange);
    box-shadow: var(--shadow_sm)
}

.che04_dl span,
.che04_movies .btn span {
    color: #fff;
    font-size: .17rem;
    font-weight: 700
}

.che04_movies .btn img {
    width: 37px
}

.che04_dl,
.che04_dl li,
.che04_movies {
    display: flex;
    justify-content: center
}

.che04_dl {
    flex-wrap: wrap;
    gap: 55px;
    align-items: flex-start;
    margin: 71px 0 0;
    list-style: none;
    padding: 0
}

.che04_dl li {
    width: 347px;
    max-width: 100%
}

.che04_dl a {
    display: block;
    width: 100%
}

.che04_dl a>img {
    width: 100%
}

.che04_dl b {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    font-size: .16rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .04em
}

.che04_dl span {
    position: absolute;
    left: 9%;
    bottom: 11%;
    font-size: .21rem;
    line-height: 1.6
}

/* irAE対策 各種関連ツール（PDF5点） */
.che04_irae {
    margin: 60px auto 0;
    padding: 40px 40px 45px;
    border: 1px solid var(--site_orange);
    border-radius: var(--radius_md);
    background: #fff
}

.che04_irae_ttl {
    display: block;
    color: var(--site_orange);
    font-size: .2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all
}

.che04_irae_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 28px 0 0;
    list-style: none;
    padding: 0
}

.che04_irae_list li {
    display: flex;
    width: calc(33.333% - 14px)
}

.che04_irae_list a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 76px;
    padding: 14px 40px 14px 20px;
    border: 1px solid var(--site_orange);
    border-radius: 10px;
    color: var(--site_orange);
    font-size: .14rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify
}

.che04_irae_list a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--site_orange);
    border-bottom: 2px solid var(--site_orange);
    transform: translateY(-50%) rotate(-45deg)
}

@media screen and (min-width:1400px) {
    .che01 {
        padding-top: 68px;
        padding-bottom: 182px
    }

    .che01_text01 p {
        margin-top: -11px
    }

    .che01_text02 p {
        margin-top: -21px
    }

    /* imgのborder-radiusが効かない角があるためコンテナ側でクリップする */
    .che01_photo01,
    .che01_photo02,
    .che02_photo {
        border-radius: var(--radius_lg);
        overflow: hidden
    }
}

@media screen and (max-width:1399px) {

    .che01_grid,
    .che01_photo01 img,
    .che01_photo02 img,
    .che02_photo img {
        height: auto;
        border-radius: 26px 26px 26px 26px;
    }

    .che01_photo01 img,
    .che01_photo02 img {
        width: 100%;
        aspect-ratio: 1244 / 984;
        object-fit: cover;
    }

    .che01_photo01,
    .che01_photo02,
    .che01_text01,
    .che01_text02 {
        position: static;
        width: auto;
        height: auto
    }

    .che01_photo01,
    .che01_photo02,
    .che01_text02 {
        margin-top: 40px
    }

    .che01_photo01::before,
    .che01_photo02::after,
    .che02_photo::before {
        content: none
    }

    .che02_grid {
        align-items: flex-start;
        gap: 40px
    }

    .che02_list {
        width: 52%
    }

    .che02_photo {
        flex: 1;
        height: auto;
        margin-top: 60px
    }
}

@media screen and (min-width:1400px) and (max-width:1599px) {

    .che01,
    .che02 {
        padding-left: 20px;
        padding-right: 20px;
        /* 100px → 20px。1300pxレイアウトを収めるため */
    }
}

@media screen and (max-width:1200px) {

    .che04_movies li {
        width: 100%;
        max-width: 501px
    }

    .che04_irae {
        padding: 35px 25px 40px
    }

    .che04_irae_list li {
        width: calc(50% - 10px)
    }

    .che04_irae_list br {
        display: none
    }

}


@media screen and (max-width:991px) {
    .che01_info .row {
        display: block;
        margin-right: 0
    }

    .che02_grid {
        display: block
    }

    .che02_list {
        width: 100%
    }

    .che02_photo {
        margin-top: 40px
    }

    .che03 {
        padding: 55px 15px 60px
    }

    .che03_card {
        padding: 40px 25px 45px
    }

    .che03_pie img,
    .che03_pie svg,
    .che03_pie canvas {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .pie_body {
        height: auto;
        padding-bottom: 10px
    }

    .che04 {
        padding: 55px 40px 60px
    }

    .che04_box {
        padding: 40px 20px 60px
    }

    .che04_head {
        margin-top: 50px
    }

    .che04_head b {
        font-size: .21rem
    }

    .che04_dl,
    .che04_movies {
        flex-direction: column;
        align-items: center;
        gap: 45px;
        margin-top: 45px
    }



    .che04_dl {
        gap: 30px;
        margin-top: 55px
    }

    .che04_movies .lbl {
        min-height: 0
    }
}

@media screen and (max-width:767px) {
    .che04_irae {
        margin-top: 45px;
        padding: 30px 18px 35px
    }

    .che04_irae_list li {
        width: 100%
    }


    .che01_info {
        padding: 20px 20px 24px
    }

    .che01_grid {
        margin-top: 45px
    }

    .che01_grid p br,
    .che02_list p br,
    .che03_card p br {
        display: none
    }

    .che01_photo01,
    .che01_photo02,
    .che01_text02 {
        margin-top: 30px
    }

    .che02_list {
        gap: 24px
    }

    .che02_list img {
        width: 58px
    }

    .che03_ttl {
        width: 280px
    }

    .che03_card {
        padding: 30px 20px 35px
    }

    .che03_card .label {
        gap: 10px;
        padding: 6px 18px
    }

    .che03_card .label .num {
        font-size: .24rem
    }

    .che03_card .label b {
        font-size: .15rem
    }

    .che03_card p {
        margin-top: 20px;
        margin-left: 0
    }

    .che03_card .graph_wrap {
        overflow-x: auto
    }

    .che03_card .graph_bar {
        width: 100% !important;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
}

.che03_pie {
    padding: 30px 12px 35px
}

.pie_ttl {
    font-size: .15rem
}

.che04 {
    padding: 40px 15px 50px
}

.che04_photo img {
    height: 220px
}

.che04_photo .ttl b {
    font-size: .18rem
}

.che04_photo .ttl span {
    font-size: .12rem
}

.che04_head {
    gap: 14px
}

.che04_head img {
    width: 42px
}

.che04_head b {
    font-size: .19rem
}

.che04_movies .lbl {
    font-size: .15rem;
    margin-bottom: 15px
}

.che04_dl a {
    width: 300px
}

/* ------------------------------------------------
お役立ちツールバナーの統一（がんゲノム診療室基準）
------------------------------------------------ */
/* 幅：親ボックスいっぱい（1408px固定を解除） */
.con03_banner,
.che04_photo {
    width: auto;
    margin: 0;
}

/* 高さ：genomeと同じ306pxに固定 */
.rad04_banner img {
    height: 306px;
    object-fit: cover;
}

/* テキストの縦間隔・位置 */
.rad04_banner figcaption,
.che04_photo .ttl {
    gap: 2px;
    padding-bottom: 0;
}

/* 見出しの文字間隔 */
.con03_banner .text b,
.rad04_banner figcaption b,
.che04_photo .ttl b {
    letter-spacing: .12em;
}

@media screen and (max-width: 1200px) {
    .rad02_box+.rad02_box {
        margin-top: 30px;
    }
}

@media screen and (max-width:991px) {

    .con03_banner img,
    .rad04_banner img,
    .che04_photo img {
        height: 240px;
    }

    /* genomeは991pxでは見出しサイズを変えない */
    .con03_banner .text b {
        font-size: .22rem;
    }
}

@media screen and (max-width:767px) {

    .con03_banner img,
    .rad04_banner img,
    .che04_photo img {
        height: 190px;
    }

    .con03_banner .text b,
    .rad04_banner figcaption b,
    .che04_photo .ttl b {
        font-size: .17rem;
    }

    .con03_banner .text span,
    .rad04_banner figcaption span,
    .che04_photo .ttl span {
        font-size: .12rem;
    }

    .gen03_banner .text,
    .con03_banner .text,
    .rad04_banner figcaption,
    .che04_photo .ttl {
        padding: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .con01_box .head img {
        width: 26px;
    }

    .con02_contact {
        position: relative;
    }

    .con02_contact>img {
        width: 26px;
        position: absolute;
        top: 80px;
    }

    .con02_contact .body {
        padding-left: 38px;
    }

    .pal03_grid .text br {
        display: block;
    }
    .pal03_btn span {
    font-size: .13rem;
    }
    .pal03_btn {
        padding: 30px 16px;
    }
}

/* 小さい画面ではDLカードの文字がカード内に収まるよう縮小する */
@media screen and (max-width: 480px) {
    .che04_dl b {
        padding: 0 5%;
        font-size: .13rem
    }

    .che04_irae_ttl {
        font-size: .17rem
    }

    .che04_dl span {
        bottom: 8%;
        font-size: .16rem
    }
}

/* PDFリンクボタン（がん相談支援センター：イベント・就労） */
.pdf_links {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

/* liを縦に引き伸ばし、ボタンの高さを行内でそろえる */
.pdf_links li {
    display: flex;
}

.pdf_links li a {
    width: 100%;
}

.pdf_links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    min-width: 260px;
    padding: 12px 28px;
    border: 1px solid var(--site_orange);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    color: var(--site_orange);
    font-size: .16rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.pdf_links a:hover {
    background: var(--site_orange);
    color: #fff;
}

/* イベントの開催：ご案内リンク */
.con02_links {
    margin-top: 42px;
}

.con02_links_ttl {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: .17rem;
    font-weight: 700;
}

.con02_links_ttl::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--site_orange);
}

.con02_links .pdf_links {
    margin-top: 20px;
}

/* 就労の支援（お役立ち情報・ツール内） */
.con03_work {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid #e6e6e6;
}

.con03_work_ttl {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: .2rem;
    font-weight: 700;
    line-height: 1.6;
}

.con03_work_ttl::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--site_orange);
}

.con03_work p {
    margin: 20px 0 0;
    line-height: 2;
}

.con03_work_list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .pdf_links {
        flex-direction: column;
    }

    .pdf_links a {
        min-width: 0;
        width: 100%;
    }

    .con03_work {
        margin-top: 40px;
        padding-top: 32px;
    }

    .con03_work_ttl {
        font-size: .17rem;
    }
}

/* ------------------------------------------------
ダウンロードカード（イラスト＋「ダウンロードする」バー付きPDFリンク）
タイトルの行数が違っても、行内で高さを揃えて
イラストとバーの位置が並ぶようにしている
------------------------------------------------- */
.dl_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.dl_cards li {
    display: flex;
    width: calc(33.333% - 14px);
    max-width: 347px;
}

.dl_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--site_orange);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    overflow: hidden;
    text-decoration: none;
    transition: .3s;
}

.dl_card:hover {
    box-shadow: 0 6px 12px #00000038;
    transform: translateY(-3px);
}

.dl_card b {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    min-height: 64px;
    padding: 16px 14px 4px;
    color: var(--site_orange);
    font-size: .15rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .04em;
    text-align: center;
}

.dl_card .illust {
    display: block;
    width: auto;
    height: 88px;
    margin: 10px auto 16px;
}

.dl_card .bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 56px;
    padding: 8px 12px 8px 18px;
    background: var(--site_orange);
}

.dl_card .bar .txt {
    color: #fff;
    font-size: .19rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
}

.dl_card .icon {
    position: relative;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: #fff;
}

.dl_card .icon::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 9px;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background: var(--site_orange);
    transform: translateX(-50%);
}

.dl_card .icon i {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 2px;
    height: 11px;
    border-radius: 1px;
    background: var(--site_orange);
    transform: translateX(-50%);
}

.dl_card .icon i::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--site_orange);
    border-bottom: 2px solid var(--site_orange);
    border-radius: 1px;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: center;
}

@media screen and (max-width:1199px) {
    .dl_cards li {
        width: calc(50% - 10px);
    }

    .dl_cards br {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .dl_cards {
        gap: 16px;
    }

    .dl_cards li {
        width: 100%;
    }

    .dl_card .bar .txt {
        font-size: .17rem;
    }
}