.ttl_area01 {
    margin-bottom: 123px;
}

.ttl_area01 .ttl_box .ttl_txt {
    min-height: auto;
    margin-bottom: 15px;
}

.ttl_area01 .ttl_box .img{
    bottom: -73px;
}

.ttl_area01 .ttl_box .ttl_desc {
    padding-right: 52%;
    min-height: 112px;
}

.link_content-column{
    display: flex;
    flex-wrap: wrap;
    margin-left: -65px;
}
.link_content-column .column_item{
    margin-left: 65px;
}
.link_content-column .ttl {
    margin-bottom: 15px;
}
.link_content-column .btn_link {
    margin-bottom: 19px;
}
.link_content-column .btn_link:last-child {
    margin-bottom: 0;
}

.careerplan_btn {
    max-width: 460px;
}

.careerplan_block {
    margin-bottom: 100px;
}

.careerplan_block .text-p18 p {
    margin-bottom: 14px;
}
.careerplan_block .text-note-p {
    margin-left: 0.2em;
}

@media screen and (max-width: 750px) {
    .ttl_area01 {
        padding-bottom: 13.641vw;
        margin-bottom: calc(36vw + 80px);
    }

    .ttl_area01 .ttl_box{
        margin-top: 20px;
    }

    .ttl_area01 .ttl_box .ttl_txt {
        margin-bottom: 0;
    }
    /* .ttl_area01 .ttl_box .ttl_txt {
        padding-bottom: 3px;
    } */

    .ttl_area01 .ttl_box .img{
        bottom: -114px;
    }

    .ttl_area01 .ttl_box .ttl_desc {
        padding-right: 0;
        font-size: 14px;
        padding-bottom: 40px;
        min-height: 0;
    }    
    .link_content-column{
        margin-left: 0;
    }
    .link_content-column .column_item{
        margin: 0 0 5px 0;
        width: 100%;
    }
    .careerplan_block .text-p18 p {
        margin-bottom: 10px;
    }
    .careerplan_block {
        margin-bottom: 80px;
    }
    #anc09 .btn_round,
    #anc10 .btn_round {
        padding-left: 20px;
    }
}

.diagram_block{
    border-radius: 10px;
    overflow: hidden;
    background: #F8F0DA;
}
.diagram_box a {
    color: inherit;
}
.diagram_item_desc {
    font-size: 14px;
}
.diagram_item_desc li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
}
.diagram_item_desc li::before {
    content:"";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F4D03F;
}
.diagram_item_btn a {
    text-decoration: none;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-weight: bold;
}
.diagram_item_btn a::after {
    content:"";
    position: absolute;
    top: 12px;
    right: 7px;
    width: 5px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}
.diagram_box.box01 .diagram_heading{
    color: #007A88;
}
.diagram_box.box02 .diagram_heading{
    color: #9E5F00;
}
.diagram_box.box02 .item01 .diagram_item_ttl{
    background: #FAE598;
}
.diagram_box.box02 .item02 .diagram_item_ttl{
    background: #FADD73;
}
.diagram_box.box02 .item03 .diagram_item_ttl{
    background: #F3CE44;
}
.diagram_box.box02 .item04 .diagram_item_ttl{
    background: #F5C100;
}

@media screen and (min-width: 751px) {
    .diagram_heading{
        font-size: 32px;
        font-weight: bold;
    }
    .diagram_box{
        padding: 24px 24px;
    }
    .diagram_box .diagram_column{
        display: flex;
        justify-content: space-between;
    }
    .diagram_box .diagram_item{
        width: 25%;
    }
    .diagram_box .diagram_item_ttl{
        border-radius: 6px 6px 0 0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 7px 5px;
    }
    .diagram_box .diagram_item_content{
        border-radius: 0 0 6px 6px;
        background: #fff;
        padding: 12px 16px;
    }
    .diagram_box .diagram_item_content > *+*{
        margin-top: 7px;
    }
    .diagram_box .diagram_item_btn a{
        font-size: 14px;
        padding: 4px 20px 4px 0;
    }
    .diagram_box .diagram_item_btn a:hover{
        opacity: 0.7;
    }
    .diagram_box .diagram_item_btn a::after{
        top: 10px
    }
    .diagram_box.box01 {
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
    }
    .diagram_box.box01::before {
        content:"";
        position: absolute;
        top: -100px;
        bottom: -3px;
        left: 0;
        right: 0;
        z-index: -1;
        transform: skewY(-9.8deg);
        background: #D5E6E8;
    }
    .diagram_box.box01 .diagram_item_ttl{
        background: #A1DBE2;
    }
    .diagram_box.box01 .diagram_heading{
        margin-bottom: 22px;
    }
    .diagram_box.box01 .diagram_column{
        position: relative;
    }
    .diagram_box.box01 .line{
        position: absolute;
        bottom: -3px;
        height: 3px;
        left: 0;
        right: 0;
        width: 708px;
        max-width: 74%;
        margin: 0 auto;
        transform: skewY(-9.8deg);
        background: #FA0046;
        display: flex;
        justify-content: space-between;
    }
    .diagram_box.box01 .line span{
        width: 20px;
        height: 20px;
        margin-top: -9px;
        border-radius: 50%;
        background: #FA0046;
        transform: skewY(9.8deg);
        position: relative;
    }
    .diagram_box.box01 .line span::before{
        content:"";
        position: absolute;
        left: 50%;
        bottom: 100%;
        height: 222px;
        z-index: -1;
        margin-left: -1px;
        border-left: 2px dotted #707070;
    }
    .diagram_box.box01 .diagram_item{
        position: relative;
        z-index: 1;
    }
    .diagram_box.box01 .diagram_item.item02,
    .diagram_box.box01 .diagram_item.item01{
        width: calc(224/912*100%);
    }
    .diagram_box.box01 .diagram_item.item03,
    .diagram_box.box01 .diagram_item.item04{
        width: calc(180/912*100%);
    }

    .diagram_box.box02{
        padding-top: 8px;
        display: flex;
        flex-direction: column-reverse;
    }
    .diagram_box.box02 .diagram_heading{
        text-align: right;
        margin-top: 22px;
    }
    .diagram_box.box02 .diagram_item{
        width: calc(25% - 1px);
        display: flex;
        flex-direction: column;
    }
    .diagram_box.box02 .diagram_item .diagram_item_content{
        flex: 1 1;
    }
    .diagram_box.box02 .item01{
        margin-top: 120px;
    }
    .diagram_box.box02 .item02{
        margin-top: 80px;
    }
    .diagram_box.box02 .item03{
        margin-top: 40px;
    }
}

@media screen and (max-width: 750px) {
    .diagram_heading{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 13px;
    }
    .diagram_box{
        padding: 24px 16px 24px;
    }
    .diagram_box.box01{
        background: #D5E6E8;
        position: relative;
    }
    .diagram_box.box02{
        background: #F8F0DA;
        position: relative;
    }
    .diagram_item_btn a {
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
        background: #fff;
        border-radius: 2px;
    }
    .diagram_item_desc {
        font-size: 14px;
    }

    .diagram_box.box01 .diagram_column {
        position: relative;
        margin-right: 110px;
        margin-top: 35px;
    }
    .diagram_box.box01 .diagram_column::after {
        content:"";
        position: absolute;
        top: -5px;
        right: 0;
        bottom: 16px;
        width: 2px;
        background: #FA0046;
    }
    .diagram_box.box01 .diagram_item {
        position: relative;
        padding-right: 25px;
        margin-bottom: 15px;
    }
    .diagram_box.box01 .diagram_item:nth-child(n+2) {
        padding-top: 20px;
    }
    .diagram_box.box01 .diagram_item:last-child{
        margin-bottom: 0;
    }
    .diagram_box.box01 .diagram_item_btn {
        position: relative;
        z-index: 1;
    }
    .diagram_box.box01 .diagram_item_btn::before {
        content:"";
        position: absolute;
        top: 15px;
        right: -25px;
        width: 100%;
        z-index: -1;
        height: 2px;
        border-top: 2px dotted #333333;
    }
    .diagram_box.box01 .diagram_item_btn::after {
        content:"";
        position: absolute;
        top: 12px;
        right: -28px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #FA0046;
    }
    .diagram_box.box01 .diagram_item_btn a {
        padding: 4px 20px 4px 6px;
        min-width: 128px;
        width: 70%;
        box-sizing: border-box;
    }
    .diagram_box.box01 .diagram_item_content  .diagram_item_desc {
        font-size: 11px;
        margin: 10px 0 15px;
    }
    .diagram_box.box01 .diagram_item_desc li{
        margin-bottom: 8px;
    }
    .diagram_box.box01 .diagram_item_desc li::before{
        width: 6px;
        height: 6px;
        top: 6px;
    }
    .diagram_box.box01 .diagram_item_ttl {
        position: absolute;
        left: 100%;
        top: -20px;
        width: 120px;
        padding-left: 15px;
        font-size: 18px;
        color: #007A88;
        font-weight: bold;
    }
    .diagram_box.box01 .diagram_item_ttl::before {
        content:"";
        position: absolute;
        left: -7px;
        top: 50%;
        margin-top: -6px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #FA0046;
    }
    .diagram_box.box01 .diagram_item_content > * + *{
        margin-top: 8px;
    }
    .diagram_box.box01 .diagram_item.item03{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .diagram_box.box01 .diagram_item.item04 .diagram_item_ttl {
        top: -8px;
    }

    .diagram_box.box02 .diagram_column{
        border-radius: 4px;
        overflow: hidden;
    }
    .diagram_box.box02 .diagram_item{
        margin-top: 2px;
        background: #fff;
        display: flex;
        justify-content: space-between;
    }
    .diagram_box.box02 .diagram_item:first-child{
        margin-top: 0;
    }
    .diagram_box.box02 .diagram_item_ttl{
        background: #FAE598;
        width: 40px;
        writing-mode: vertical-rl;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.25em;
    }
    .diagram_box.box02 .diagram_item_content{
        flex: 1 1;
        padding: 12px 25px;
        text-align: left;
        box-sizing: border-box;
        min-height: 158px;
    }
    .diagram_box.box02 .diagram_item_content > * + *{
        margin-top: 8px;
    }
}