* {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    height: auto;
    max-width: 100%;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.pc2 {
    display: block;
}
.sp2 {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .pc2 {
        display: none;
    }
    .sp2 {
        display: block;
    }
}

main {
    background: #1955a6;
    margin: 0 auto;
    width: 100%;
}
.main-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1100px;
}

/***********************************
アニメーションコード
***********************************/
/* カウントフェードイン */
.js-fadeIn {
    opacity: 0;
    transition: opacity .8s;
}
.js-fadeInMV {
    opacity: 0;
    transition: opacity .8s;
}
    .js-fadeIn.is-inview {
        opacity: 1;
    }
.js-fadeInMV.is-inview {
    opacity: 1;
}
/* フェードインアップ */
.js-fadeUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
}

/* mv */
.mv {
    background: #1955a6;
    padding: 100px 0 0;
}
.mv-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1350px;
}
.mv-text {
    margin-top: -16%;
}
.mv-bottom {
    margin-top: -3.5%;
    position: relative;
}
.mv-fukidashi1 {
    position: absolute;
    left: -12%;
    bottom: 34%;
    width: 277px;
    z-index: 1;
}
.mv-fukidashi2 {
    position: absolute;
    right: -12%;
    top: -6%;
    width: 156px;
    z-index: 1;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .mv {
        padding: 50px 0 0;
    }
}

/* block */
.block-head {
    margin: 0 0 35px;
}
.block-head h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.block-head h2 span {
    font-size: 32px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .block-head h2 {
        font-size: 28px;
    }
    .block-head h2 span {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 0 0 25px;
    }
    .block-head h2 {
        font-size: 24px;
    }
    .block-head h2 span {
        font-size: 18px;
    }
}
/* sub head */
.sub-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0;
}
.sub-head::before,
.sub-head::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff;
}
.sub-head:before {
    margin-right: 15px;
}
.sub-head:after {
    margin-left: 15px;
}
.sub-head h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .sub-head h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .sub-head {
        margin: 0 0 0;
    }
    .sub-head h2 {
        font-size: 21px;
    }
}

/* founding */
.founding {
    border-top: 2px solid #fff;
    margin-top: 45px;
    padding: 80px 0;
}
.founding-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.founding-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 48.5%;
}
.founding-ttl {
    background: #fff;
    color: #1955a6;
    display: block;
    font-size: 39px;
    font-weight: 700;
    padding: 5px 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.founding-num {
    color: #fff;
    font-size: 101px;
    font-weight: 700;
}
.founding-txt {
    color: #fff;
    font-size: 73px;
    font-weight: 700;
}
@media screen and (max-width: 1268px) {
    .founding-ttl {
        font-size: 28px;
    }
    .founding-num {
        font-size: 80px;
    }
    .founding-txt {
        font-size: 50px;
    }
}
@media screen and (max-width: 968px) {
    .founding {
        padding: 60px 0;
    }
    .founding-items {
        margin-left: 27px;
    }
    .founding-item {
        width: 100%;
    }
    .founding-item:not(:last-child) {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 468px) {
    .founding-item {
        line-height: 1;
    }
}

@media screen and (max-width: 468px) {
    .founding {
        padding: 40px 0;
    }
    .founding-items {
        margin-left: 27px;
    }
    .founding-item p,
    .founding-item p span {
        white-space: nowrap;
    }
    .founding-ttl {
        font-size: 21px;
    }
    .founding-num {
        font-size: 60px;
    }
    .founding-txt {
        font-size: 40px;
    }
}

/* employee */
.employee {
    border-top: 2px solid #fff;
    padding: 80px 0;
}
.employee-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.employee-item__left {
    width: 150px;
}
.employee-item__num {
    color: #fff;
    font-size: 77px;
    font-weight: 700;
}
.employee-item__txt {
    color: #fff;
    font-size: 41px;
    font-weight: 500;
}
.employee-item__right {
    display: grid;
    grid-template-columns: repeat(39, 1fr);
    gap: 1px;
    width: calc(100% - 170px);
}
@media screen and (max-width: 968px) {
    .employee {
        padding: 60px 0;
    }
    .employee-item__num {
        font-size: 41px;
    }
    .employee-item__txt {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .employee {
        padding: 40px 0;
    }
    .employee-item {
        width: 80%;
        margin-inline: auto;
        position: relative;
    }
    .employee-item__left {
        margin: 0 0 0;
        width: 100%;
        position: absolute;
        top: -17px;
    }
    .employee-item__right {
        grid-template-columns: repeat(17, 1fr);
        width: 100%;
    }
    .employee-item__right .employee-item__image:nth-child(1) {
        grid-column-start: 6;
    }
}

@media screen and (max-width: 568px) {
    .box-item__human .employee-item__image img {
        filter: invert(1);
    }
}

/* graph */
.graph-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.graph-item {
    width: 48.5%;
}
.graph-item__head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 35px;
    position: relative;
}
.graph-item:nth-child(3) .graph-item__head,
.graph-item:nth-child(4) .graph-item__head {
    margin-bottom: 80px;
}
.graph-item__head::before,
.graph-item__head::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff;
}
.graph-item__head:before {
    margin-right: 15px;
}
.graph-item__head:after {
    margin-left: 15px;
}
.graph-item__head h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.graph-item__head h3 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}
.graph-item__body {
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 355px;
}
.graph-item__body img {
    width: 100%;
    max-width: 355px;
}
.graph-item:nth-child(1) .graph-add1 {
    position: absolute;
    left: -4%;
    top: 10%;
    width: 100%;
    max-width: 78px;
}
.graph-item:nth-child(3) .graph-add1 {
    position: absolute;
    left: -6%;
    top: 7%;
    width: 100%;
    max-width: 184px;
}
.graph-item:nth-child(3) .graph-add2 {
    position: absolute;
    right: -19%;
    top: 9%;
    width: 100%;
    max-width: 224px;
}
.graph-item:nth-child(4) .graph-add1 {
    position: absolute;
    left: -27%;
    bottom: 9%;
    width: 100%;
    max-width: 157px;
}
.woman-info {
    position: absolute;
    left: -3%;
    top: -2%;
}
.mens-info,
.new-info {
    height: max-content;
    line-height: 3em;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 0;
    width: max-content;
}
.woman-info span,
.mens-info span,
.new-info span,
.year-info1 span,
.year-info2 span,
.type-info1 span,
.type-info2 span {
    color: #fff;
    font-weight: 700;
}
.year-info3 span,
.year-info4 span,
.year-info5 span,
.year-info6 span,
.year-info7 span,
.type-info3 span {
    color: #303030;
    font-weight: 700;
}
.type-info3 span {
    color: #1955a6;
}
.woman-info .txt {
    font-size: 19px;
}
.woman-info .num {
    font-size: 50px;
}
.woman-info .percent {
    font-size: 30px;
}
.new-info .txt,
.mens-info .txt {
    display: block;
    font-size: 28px;
    text-align: center;
}
.new-info .num,
.mens-info .num {
    font-size: 72px;
}
.new-info .percent,
.mens-info .percent {
    font-size: 43px;
}
.year-info1 {
    line-height: 1.5em;
    position: absolute;
    left: -5%;
    top: -2%;
}
.year-info2 {
    line-height: 1.5em;
    position: absolute;
    right: -7%;
    top: 2%;
}
.year-info3 {
    line-height: 1.5em;
    position: absolute;
    right: 17%;
    top: 24%;
}
.year-info4 {
    line-height: 1.5em;
    position: absolute;
    right: 18%;
    bottom: 32%;
}
.year-info5 {
    line-height: 1.5em;
    position: absolute;
    left: 16%;
    bottom: 25%;
}
.year-info6 {
    line-height: 1.5em;
    position: absolute;
    left: 3%;
    bottom: 44%;
}
.year-info7 {
    line-height: 1.5em;
    position: absolute;
    left: 15%;
    top: 25%;
}
.type-info1 {
    line-height: 2em;
    position: absolute;
    left: 9%;
    top: 24%;
    text-align: right;
    width: 129px;
}
.type-info2 {
    line-height: 1.5em;
    position: absolute;
    left: -18%;
    bottom: 11%;
    width: 118px;
}
.type-info3 {
    line-height: 2.8em;
    position: absolute;
    bottom: 21%;
    right: 23%;
    width: 164px;
}
.year-info1 .txt,
.year-info2 .txt {
    font-size: 19px;
}
.year-info1 .num,
.year-info2 .num {
    font-size: 50px;
}
.year-info1 .percent,
.year-info2 .percent {
    font-size: 30px;
}
.year-info3 .num,
.year-info4 .num,
.year-info5 .num,
.year-info6 .num,
.year-info7 .num {
    font-size: 26px;
}
.year-info3 .txt,
.year-info4 .txt,
.year-info5 .txt,
.year-info6 .txt,
.year-info7 .txt,
.year-info3 .percent,
.year-info4 .percent,
.year-info5 .percent,
.year-info6 .percent,
.year-info7 .percent {
    font-size: 15px;
}
.year-info3 .txt,
.year-info4 .txt,
.year-info5 .txt,
.year-info6 .txt,
.year-info7 .txt {
    display: block;
}
.type-info1 .txt {
    display: block;
    font-size: 24px;
}
.type-info1 .txt2 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}
.type-info1 .num {
    font-size: 42px;
}
.type-info1 .percent {
    font-size: 25px;
}

.type-info2 .txt {
    font-size: 15px;
}
.type-info2 .num {
    font-size: 24px;
}
.type-info2 .percent {
    font-size: 13px;
}

.type-info3 .txt {
    display: block;
    font-size: 24px;
}
.type-info3 .num {
    font-size: 55px;
}
.type-info3 .percent {
    font-size: 32px;
}
@media screen and (max-width: 1268px) {

}
@media screen and (max-width: 468px) {
    .graph-item__head h3 span {
        bottom: initial;
        font-size: 10px;
    }
    .graph-item__head {
        margin: 0;
    }
    .graph-item:nth-child(3) .graph-item__head,
    .graph-item:nth-child(4) .graph-item__head {
        margin-bottom: 0;
    }
    .graph-item__head h3 {
        font-size: 18px;
    }
    .graph-item__body img {
        max-width: 130px;
    }
    .graph-item:nth-child(1) .graph-add1 {
        left: -7%;
        top: 18%;
    }
    .graph-item:nth-child(3) .graph-add1 {
        left: inherit;
        right: 52%;
        top: 16%;
        max-width: 77px;
    }
    .graph-item:nth-child(3) .graph-add2 {
        right: inherit;
        left: 53%;
        top: 18%;
        max-width: 77px;
    }
    .graph-item:nth-child(4) .graph-add1 {
        display: none;
    }
    .woman-info {
        left: 0;
        top: 12%;
    }
    .mens-info,
    .new-info {
        height: max-content;
        line-height: initial;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5%;
        right: 0;
        width: max-content;
    }
    .woman-info .txt {
        font-size: 12px;
    }
    .woman-info .num {
        font-size: 20px;
    }
    .woman-info .percent {
        font-size: 18px;
    }
    .new-info .txt,
    .mens-info .txt {
        font-size: 12px;
    }
    .new-info .num,
    .mens-info .num {
        font-size: 32px;
    }
    .new-info .percent,
    .mens-info .percent {
        font-size: 20px;
    }
    .year-info1 {
        left: -3%;
        top: 9%;
    }
    .year-info2 {
        line-height: 0.5;
        right: inherit;
        left: 51%;
        top: 16%;
    }
    .year-info3 {
        line-height: 0.5;
        right: inherit;
        left: 57%;
        top: 32%;
    }
    .year-info4 {
        line-height: 0.5;
        right: inherit;
        left: 58%;
        bottom: 38%;
    }
    .year-info5 {
        line-height: 0.5;
        left: 24%;
        bottom: 35%;

    }
    .year-info6 {
        line-height: 0.5;
        left: 18%;
        bottom: 47%;
    }
    .year-info7 {
        line-height: 0.5;
        left: 25%;
        top: 32%;
    }
    .year-info5 span,
    .year-info6 span {
        color: #FFF;
    }
    .type-info1 {
        line-height: 1;
        left: 20%;
        top: 31%;
        width: initial;
    }
    .type-info2 {
        line-height: 1;
        left: -11%;
        bottom: 19%;
    }
    .type-info3 {
        line-height: 1;
        position: absolute;
        bottom: 30%;
        right: 31%;
        width: initial;
    }
    .year-info1 .txt,
    .year-info2 .txt {
        font-size: 8px;
    }
    .year-info1 .num,
    .year-info2 .num {
        font-size: 18px;
    }
    .year-info1 .percent,
    .year-info2 .percent {
        font-size: 12px;
    }
    .year-info3 .num,
    .year-info4 .num,
    .year-info5 .num,
    .year-info6 .num,
    .year-info7 .num {
        font-size: 10px;
    }
    .year-info3 .txt,
    .year-info4 .txt,
    .year-info5 .txt,
    .year-info6 .txt,
    .year-info7 .txt,
    .year-info3 .percent,
    .year-info4 .percent,
    .year-info5 .percent,
    .year-info6 .percent,
    .year-info7 .percent {
        font-size: 5px;
    }
    .year-info3 .percent,
    .year-info4 .percent,
    .year-info5 .percent,
    .year-info6 .percent,
    .year-info7 .percent {
        margin-left: -4px;
    }
    .year-info3 .txt,
    .year-info4 .txt,
    .year-info5 .txt,
    .year-info6 .txt,
    .year-info7 .txt {
        display: block;
    }
    .type-info1 .txt {
        font-size: 10px;
    }
    .type-info1 .txt2 {
        font-size: 8px;
        margin-bottom: initial;
    }
    .type-info1 .num {
        font-size: 15px;
    }
    .type-info1 .percent {
        font-size: 8px;
    }
    
    .type-info2 .txt {
        font-size: 10px;
    }
    .type-info2 .num {
        font-size: 18px;
    }
    .type-info2 .percent {
        font-size: 10px;
    }
    
    .type-info3 .txt {
        font-size: 10px;
    }
    .type-info3 .num {
        font-size: 18px;
    }
    .type-info3 .percent {
        font-size: 19px;
    }
    .graph-item:nth-child(4) .graph-item__body.block::before,
    .graph-item:nth-child(4) .graph-item__body.block::after {
        background: #fff;
        content: "";
        display: block;
        position: absolute;
    }
    .graph-item:nth-child(4) .graph-item__body.block::before {
        height: 1px;
        bottom: 31%;
        left: -19%;
        transform: rotate(-60deg);
        width: 77px;
    }
    .graph-item:nth-child(4) .graph-item__body.block::after {
        height: 1px;
        left: -13px;
        bottom: 17.5%;
        width: 100px;
    }
}

/* box */
.box {
    padding: 80px 0;
}
.box-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.box-item {
    background-repeat: no-repeat;
    box-shadow: 5px 5px 0 #1d3367;
    border-radius: 10px;
    padding: 25px 25px 55px;
    width: 348px;
    height: 366px;
}
.box-item:nth-child(4),
.box-item:nth-child(5),
.box-item:nth-child(6) {
    margin-top: 25px;
    padding: 10px 10px 10px;
}
.box-item:nth-child(1) {
    background-image: url(../images/introduction/box-bg1.svg);
    background-position: right 15px bottom 15px;
    background-size: 125px 82px;
}
.box-item:nth-child(2) {
    background-image: url(../images/introduction/box-bg2.svg);
    background-position: left 15px bottom 15px;
    background-size: 90px 85px;
}
.box-item:nth-child(3) {
    background-image: url(../images/introduction/box-bg3.svg);
    background-position: left 15px bottom 15px;
    background-size: 79px 85px;
}
.box-item:nth-child(5) {
    background-image: url(../images/introduction/box-bg4.svg);
    background-position: right 15px bottom 15px;
    background-size: 68px 58px;
}
.box-item:nth-child(6) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}
.box-item:nth-child(1),
.box-item:nth-child(5) {
    background-color: #fff;
}
.box-item:nth-child(2),
.box-item:nth-child(6) {
    background-color: #303030;
}
.box-item:nth-child(3),
.box-item:nth-child(4) {
    background-color: #213e84;
}
.box-item:nth-child(4) {
    background: #2d4379bf;
}
.box-item__ttl {
    margin: 0 0 35px;
    text-align: center;
}
.box-item__ttl h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.box-item:nth-child(1) h3,
.box-item:nth-child(5) h3 {
    color: #303030;
}
.box-item__ttl span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
.box-item:nth-child(1) .num,
.box-item:nth-child(2) .num,
.box-item:nth-child(3) .num {
    color: #303030;
    font-size: 105px;
    font-weight: 700;
}
.box-item:nth-child(1) .txt,
.box-item:nth-child(2) .txt,
.box-item:nth-child(3) .txt {
    color: #303030;
    font-size: 62px;
    font-weight: 700;
}
.box-item:nth-child(2) .num,
.box-item:nth-child(3) .num,
.box-item:nth-child(2) .txt,
.box-item:nth-child(3) .txt {
    color: #fff;
}
.box-item:nth-child(2) .box-body__in p,
.box-item:nth-child(3) .box-body__in p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: right;
}

.box-item__human .fadeInlist,
.inner-human {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-human {
    width: calc((100% - 210px) / 2);
}
.inner-num {
    text-align: center;
}
.box-item__human .js-fadeInlist .image {
    width: 16px;
}
.inner-num .box-item__txt span {
    color: #fff;
}
.inner-num .box-item__txt .txt {
    font-size: 38px;
    font-weight: 700;
}
.inner-num .box-item__txt .txt.holi {
    font-size: 25px;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.inner-num .box-item__txt .num {
    font-size: 63px;
    font-weight: 700;
    line-height: 1.2em;
}
.mens-txt {
    margin: 10px 0 0;
    text-align: right;
}
.mens-txt .txt {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.mens-txt .num {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}
.mens-txt .percent {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.box-item:nth-child(5) .box-item__txt p {
    color: #303030;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
}
.txt-item:not(:last-child) {
    margin: 0 0 15px;
}
.box-item:nth-child(6) .box-item__txt p {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.box-item:nth-child(6) .box-item__txt span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 1268px) {
    .box-items {
        justify-content: center;
        gap: 10px;
    }
    .box-item {
        background-repeat: no-repeat;
        box-shadow: 5px 5px 0 #1d3367;
        border-radius: 10px;
        min-height: 342px;
        padding: 10px 10px 10px;
        width: 48%;
    }
    .box-item:nth-child(4),
    .box-item:nth-child(5),
    .box-item:nth-child(6) {
        margin-top: 0;
    }
}
@media screen and (max-width: 568px) {
    .box {
        padding: 60px 0;
    }
}
@media screen and (max-width: 568px) {
    .box {
        padding: 40px 0;
    }
    .box-item {
        min-height: 235px;
        width: 47%;
        height: 235px;
    }
    .box-item:nth-child(1) {
        background-size: 70px 46px;
    }
    .box-item:nth-child(2) {
        background-image: url(../images/introduction/box-bg2.svg);
        background-position: left 15px bottom 7px;
        background-size: 52px 60px;
    }
    .box-item:nth-child(3) {
        background-image: url(../images/introduction/box-bg3.svg);
        background-position: left 15px bottom 7px;
        background-size: 52px 60px;
    }
    .box-item:nth-child(4) {
        background-color: #fff;
        color: #303030;
    }
    .box-item:nth-child(5) {
        background-image: url(../images/introduction/box-bg4.svg);
        background-position: right 15px bottom 7px;
        background-size: 48px 35px;
    }
    .box-item:nth-child(6) {
        background: #2d4379bf;
        padding: 0 10px;
    }
    .box-item__ttl {
        margin: 0 0 15px;
    }
    .box-item__ttl h3 {
        font-size: 13px;
    }
    .box-item__ttl span {
        font-size: 14px;
    }
    .box-item:nth-child(4) .box-item__ttl h3 {
        color: #303030;
    }
    .box-item:nth-child(4) .box-item__ttl span {
        color: #303030;
    }
    .box-item:nth-child(1) .num,
    .box-item:nth-child(2) .num,
    .box-item:nth-child(3) .num {
        font-size: 48px;
    }
    .box-item:nth-child(1) .txt,
    .box-item:nth-child(2) .txt,
    .box-item:nth-child(3) .txt {
        font-size: 30px;
    }
    .box-item:nth-child(2) .box-body__in p,
    .box-item:nth-child(3) .box-body__in p {
        font-size: 13px;
    }
    .inner-human {
        width: calc((100% - 38px) / 2);
    }
    .inner-num {
        text-align: center;
        width: 200px;
    }
    .box-item__human .js-fadeInlist .image {
        width: 16px;
    }
    .inner-num .box-item__txt .txt {
        font-size: 14px;
    }
    .inner-num .box-item__txt .txt.holi {
        font-size: 12px;
    }
    .inner-num .box-item__txt .num {
        font-size: 25px;
    }
    .inner-num .box-item__txt span {
        color: #303030;
    }
    .mens-txt .txt {
        font-size: 10px;
        color: #303030;
    }
    .mens-txt .num {
        font-size: 20px;
        color: #303030;
    }
    .mens-txt .percent {
        font-size: 14px;
        color: #303030;
    }
    
    .box-item:nth-child(5) .box-item__txt p {
        font-size: 13px;
    }
    .box-item:nth-child(6) .box-item__txt p {
        font-size: 21px;
    }
    .box-item:nth-child(6) .box-item__txt span {
        font-size: 10px;
    }
}

/* qualification / support */
.qualification-body,
.support-body {
    padding: 55px 0;
    text-align: center;
}
.qualification-body p,
.support-body p {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8em;
}
.qualification-body p span {
    font-size: 24px;
}
@media screen and (max-width: 968px) {
    .qualification-body p,
    .support-body p {
        font-size: 24px;
    }
    .qualification-body p span {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .qualification-body,
    .support-body {
        text-align: left;
        width: 84%;
        margin-inline: auto;
    }
    .qualification-body p,
    .support-body p {
        font-size: 18px;
    }
    .qualification-body p span {
        font-size: 16px;
    }
}

/* welfare */
.welfare-body {
    margin-top: 35px;
}

.welfare-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.welfare-card {
    box-shadow: 5px 5px 0 #1d3367;
    border-radius: 10px;
    padding: 20px 25px 48px;
}
.welfare-card:first-child {
    background: #2d4379bf;
    width: 60%;
}
.welfare-card:last-child {
    background: #fff;
    background-image: url(../images/introduction/welfare-bg.svg);
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
    background-size: 80px 85px;
    text-align: center;
    width: 37%;
}
.welfare-list__item:not(:last-child) {
    margin: 0 0 15px;
}
.welfare-list__item dt {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.welfare-list__item dt::before {
    color: #fff;
    content: "-";
    font-size: 30px;
    font-weight: 700;
    margin-right: 5px;
}
.welfare-list__item dt .pc2 {
    display: inline;
}
.welfare-list__item dd {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.welfare-list__item dd.right {
    text-align: right;
}
.welfare-card__txt:not(:last-child) {
    margin: 0 0 20px;
}
.welfare-card__txt h3 {
    color: #213e84;
    font-size: 30px;
    font-weight: 700;
}
.welfare-card__txt p {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 1268px) {
    .welfare-cards {
        display: block;
    }
    .welfare-card:first-child {
        margin: 0 auto 25px;
        width: 100%;
        max-width: 500px;
    }
    .welfare-card:last-child {
        background-size: 80px 85px;
        margin: 0 auto;
        padding-bottom: 120px;
        width: 100%;
        max-width: 500px;
    }
}
@media screen and (max-width: 968px) {
    .welfare-list__item dt {
        font-size: 26px;
    }
    .welfare-list__item dt::before {
        font-size: 26px;
    }
    .welfare-list__item dd {
        font-size: 16px;
    }
    .welfare-card__txt h3 {
        font-size: 26px;
    }
    .welfare-card__txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .welfare-list__item dt .pc2 {
        display: none;
    }
    .welfare-list__item dt {
        font-size: 21px;
    }
    .welfare-list__item dt::before {
        font-size: 21px;
    }
    .welfare-list__item dd {
        font-size: 14px;
    }
    .welfare-card__txt h3 {
        font-size: 21px;
    }
    .welfare-card__txt p {
        font-size: 14px;
    }
}

/* blockname */
.button {
    padding: 65px 0;
}
.button-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 25px;
}
.button-item {
    width: 48.5%;
}
.button-item a {
    background: #fff;
    box-shadow: 5px 5px 0 #2d4379bf;
    border-radius: 50px;
    color: #213e84;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    height: 89px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.button-item a::after {
    color: #213e84;
    content: "▶︎";
    font-size: 18px;
    font-weight: 700;
    height: max-content;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
}
.button-txt__link a {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
    max-width: max-content;
}
.button-txt__link a::after {
    content: "▶︎";
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
}
@media screen and (max-width: 968px) {
    .button-item a {
        font-size: 23px;
        height: 60px;
    }
    .button-txt__link a {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .button-items {
        justify-content: center;
    }
    .button-item {
        width: 80%;
    }
    .button-item:first-child {
        margin: 0 0 25px;
    }
    .button-item a {
        font-size: 18px;
    }
    .button-item a::after {
        font-size: 14px;
    }
    .button-txt__link a {
        font-size: 16px;
    }
    .button-txt__link a::after {
        font-size: 12px;
    }
}

/* note */
.note {
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding-bottom: 20px;
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
