@charset "UTF-8";
.c-header {
    background: #fff;
}

.c-business {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 580px;
}

.c-business__content {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: #f2f2f2;
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

.c-business__content figure {
    max-width: 208px;
}

.c-business__content figure .img02 {
    display: none;
}

.c-business__item {
    position: absolute;
    background: #75b7ec;
    z-index: 1;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.c-business__item .ttl {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.c-business__item::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #75b7ec;
    position: absolute;
}

.c-business__item.item01 {
    padding-top: 17px;
    bottom: 60px;
    left: 150px;
}

.c-business__item.item01::after {
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.c-business__item.item02 {
    top: 107px;
    left: 245px;
}

.c-business__item.item02::after {
    bottom: -18px;
    right: -28px;
    transform: rotate(45deg);
}

.c-business__item.item03 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c-business__item.item03::after {
    left: 50%;
    bottom: -52px;
    transform: translateX(-50%) rotate(90deg);
}

.c-business__item.item04 {
    top: 107px;
    right: 245px;
}

.c-business__item.item04::after {
    bottom: -18px;
    left: -28px;
    transform: rotate(-45deg);
}

.c-business__item.item05 {
    bottom: 60px;
    right: 150px;
}

.c-business__item.item05::after {
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.c-group01 {
    width: 100%;
    background-color: #fff;
    padding: 36px 20px;
    min-height: 360px;
}

.c-group01.bg01 {
    background-image: url(../images/5min/img_bg01.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: calc(100% - 80px);
}

.c-group01.bg02 {
    background-image: url(../images/5min/img_bg02.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: calc(100% - 65px);
}

.c-group01.bg03 {
    background-image: url(../images/5min/img_bg03.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: calc(100% - 205px);
}

.c-group01__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    padding-top: 68px;
}

.c-group01__content p {
    display: block;
    width: 100%;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.002em;
    font-weight: 700;
    text-align: center;
    margin-top: 28px;
}

.c-group01__content .txt {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-bottom: 7px;
    margin-top: 0;
}

.c-group01__content .txt .num {
    font-size: 7.2rem;
    font-family: "Montserrat", sans-serif;
    color: #d5494a;
    line-height: 1;
}

.c-group02 {
    width: 100%;
    background: #fff;
    padding: 27px 22px 28px 30px;
    min-height: 360px;
}

.c-group02__content {
    padding-top: 16px;
}

.c-group02 .ttl02 {
    min-height: 48px;
}

.c-group02 li {
    display: flex;
    justify-content: space-between;
    line-height: 1.875;
    margin-bottom: 6px;
}

.c-group02 li .txt {
    background: linear-gradient(#35bf74, #35bf74) no-repeat top left;
    background-size: 0 100%;
    font-weight: 700;
    margin-bottom: 0;
    padding: 3px 0 4px 15px;
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    letter-spacing: 0;
    font-size: 1.4rem;
    transition: background-size 1s;
}

.c-group02 li .txt.txt--small {
    font-size: 1.2rem;
}

.c-group02 li .num {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.c-group02 li .num span {
    font-size: 3rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.c-group02 li .icon {
    width: 44px;
    height: 36px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 10px;
    margin: 3px 21px 1px 25px;
}

.c-group02 li .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.c-group03 {
    width: 100%;
    background: #fff;
    padding: 36px 22px 11px 30px;
    min-height: 360px;
}

.c-group03__content {
    padding: 0 26px;
    color: #444444;
}

.c-group03__item {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -7px;
    font-weight: 700;
    min-height: 95px;
    border-top: 1px solid #cccccc;
    padding: 30px 0 30px 120px;
}

.c-group03__item:first-child {
    border: none;
}

.c-group03__item figure {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.c-group03__item figure img {
    width: auto;
}

.c-group03__item figure.icon01 {
    left: 24px;
}

.c-group03__item figure.icon02 {
    left: 36px;
    margin-top: 5px;
}

.c-group03__item figure.icon03 {
    left: 22px;
}

.c-group03__item figure.icon04 {
    left: 34px;
}

.c-group03__item p {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0;
}

.c-group03 .num {
    font-size: 5.6rem;
    font-family: "Montserrat", sans-serif;
    line-height: 0.9;
}

.c-group03 .txt02 {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.666;
    letter-spacing: 0;
    margin-bottom: 0;
}

.c-group03 .txt01 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    margin-top: 6px;
}

.c-group03 .txt01 .num {
    font-size: 3rem;
}

.c-group04 {
    background: #fff;
    padding: 27px 28px 25px 34px;
    min-height: 360px;
}

.c-group04 .ttl02 {
    margin-bottom: 15px;
}

.c-group04__list01 {
    counter-reset: num;
    padding-top: 13px;
}

.c-group04__list01 li {
    padding-left: 52px;
    position: relative;
    margin-bottom: 19px;
    letter-spacing: 0;
    text-align: left;
}

.c-group04__list01 li::before {
    content: "";
    background: url(../images/5min/img_icon18.png) no-repeat center;
    background-size: contain;
    width: 39px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-group04__list01 li::after {
    counter-increment: num;
    content: counter(num);
    position: absolute;
    left: 16px;
    top: calc(50% + 7px);
    transform: translateY(-50%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.c-group04__list02 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 26px;
}

.c-group04__list02 li {
    margin: 0 4px;
    width: 70px;
    text-align: center;
}

.c-group04__list02 li span {
    display: block;
    text-align: center;
}

.c-group04__list02 li .txt {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #ad518a;
    margin-bottom: -1px;
}

.c-group04__list02 li .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.c-group04__list02 li .num {
    background-color: #ad518a;
    background-image: url(../images/5min/img_bg04.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}

.c-group04__list02 li:nth-of-type(1) .num {
    padding: 18px 10px 12px 10px;
}

.c-group04__list02 li:nth-of-type(2) .num {
    padding: 24px 10px 33px 10px;
}

.c-group04__list02 li:nth-of-type(3) .num {
    padding: 12px 10px 1px 10px;
}

.c-group04 dl {
    border-top: 1px solid #cccccc;
    padding: 14px 0 0 0;
    text-align: left;
}

.c-group04 dl dt {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.c-group04 dl dd {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
}

.c-chart {
    background: #fff;
    padding: 38px 50px 33px 50px;
}

.c-chart__content {
    position: relative;
}

.c-chart__content canvas {
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

.c-chart__content .tips {
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 1;
}

.c-chart__content .tips li {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    display: inline-block;
}

.c-chart__content .tips li .num {
    font-size: 3rem;
    line-height: 0;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
}

.c-chart__content .tips li .txt {
    font-size: 1.6rem;
    line-height: 1.875;
}

.c-chart__content .tips li.black {
    color: #555555;
    position: relative;
}

.c-chart__content .tips li.black::after,
.c-chart__content .tips li.black::before {
    content: "";
    position: absolute;
    background: #555555;
}

.c-chart__content .tips--1 li:nth-child(1) {
    right: 11px;
    top: 113px;
}

.c-chart__content .tips--1 li:nth-child(2) {
    left: 22px;
    bottom: 50px;
}

.c-chart__content .tips--1 li:nth-child(3) {
    left: 25px;
    top: 66px;
}

.c-chart__content .tips--1 li:nth-child(4) {
    left: 80px;
    top: 17px;
}

.c-chart__content .tips--2 li:nth-child(1) {
    right: 25px;
    top: 82px;
}

.c-chart__content .tips--2 li:nth-child(2) {
    left: 102px;
    bottom: 18px;
}

.c-chart__content .tips--2 li:nth-child(3) {
    left: 21px;
    top: 115px;
}

.c-chart__content .tips--2 li:nth-child(4) {
    left: 60px;
    top: 25px;
}

.c-chart__content .tips--2 li:nth-child(5) {
    left: 8px;
    top: -26px;
}

.c-chart__content .tips--2 li:nth-child(5)::before {
    width: 45px;
    height: 1px;
    right: -45px;
    top: 28px;
}

.c-chart__content .tips--2 li:nth-child(5)::after {
    width: 38px;
    height: 1px;
    right: -81px;
    top: 37px;
    transform: rotate(28deg);
}

.c-chart__content .tips--3 li:nth-child(1) {
    right: 22px;
    top: 101px;
}

.c-chart__content .tips--3 li:nth-child(2) {
    left: 40px;
    bottom: 40px;
}

.c-chart__content .tips--3 li:nth-child(3) {
    left: 47px;
    top: 45px;
}

.c-listicon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 35px 20px 45px 20px;
}

.c-listicon .ttl02 {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #52a5e7;
    text-align: center;
    margin-bottom: 29px;
}

.c-listicon__item {
    width: calc(20% - 30px);
    min-width: 170px;
    text-align: center;
    margin: 0 15px 30px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.c-listicon__item .txt {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    display: block;
    width: 100%;
}

.c-listicon__item figure {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 9px;
}

.c-listicon__item figure img {
    width: auto;
    margin: 0 auto;
}

.p-5min .c-mv01 {
    position: relative;
}

.p-5min .c-mv01 .img img {
    min-height: 522px;
    object-fit: cover;
    object-position: center;
}

.p-5min .c-mv01__ttl {
    padding: 120px 20px 36px 20px;
}

.p-5min .c-mv01::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6.6vw solid #ffffff;
    border-left: 101vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-5min01 {
    padding: 140px 0 106px 0;
    background: url(../images/common/img_bg04.png) no-repeat bottom center;
    background-size: contain;
}

.p-5min01 .c-list01 .c-ttl04 {
    margin-bottom: 21px;
}

.p-5min01 .c-list01 p {
    font-size: 2rem;
    line-height: 2;
}

.p-5min01 .c-list01__img {
    max-width: 485px;
}

.p-5min02 {
    padding: 50px 0;
}

.p-5min02 .c-business {
    margin-bottom: 105px;
}

.p-5min03 {
    padding: 90px 0 46px 0;
}

.p-5min03 .c-ttl04 {
    margin-bottom: 102px;
}

.p-5min03 .c-list02 p:not(.txt03) {
    line-height: 1.875;
    letter-spacing: 0.05em;
}

.p-5min03 .c-list02__item {
    margin-bottom: 60px;
}

.p-5min04 {
    background: #52a5e7;
    padding: 97px 0 60px 0;
    margin-bottom: 104px;
}

.p-5min04 .c-ttl04 {
    margin-bottom: 52px;
}

.p-5min05 {
    background: #1d80d0;
    padding: 100px 0 73px 0;
}

.p-5min05 .c-ttl04 {
    margin-bottom: 50px;
}

.p-5min05 .c-listicon {
    margin-bottom: 40px;
}

.p-5min06 {
    padding: 88px 0 10px 0;
}

.p-5min06 .c-ttl04 {
    margin-bottom: 53px;
}

.p-5min06 .img {
    max-width: 933px;
    margin: 0 auto 100px auto;
}

.p-5min06 .c-list01 {
    align-items: flex-end;
    background: #edf6fd;
    overflow: hidden;
}

.p-5min06 .c-list01__img {
    right: -48px;
    bottom: -16px;
}

.p-5min06 .c-list01__txt {
    padding: 98px 60px 45px 56px;
}

.p-5min06 .c-list01__txt p {
    margin-bottom: 28px;
}

.p-5min06 .c-list01__txt .c-ttl04 {
    margin-bottom: 6px;
}

.p-5min06 .c-list01__txt .ttl {
    margin-bottom: 27px;
}

@media screen and (max-width: 1199px) {
    .c-business {
        max-width: 728px;
        margin: 0 auto;
        height: 480px;
    }
    .c-business__content {
        width: 260px;
        height: 260px;
    }
    .c-business__content figure {
        max-width: 190px;
    }
    .c-business__content figure .img01 {
        display: none;
    }
    .c-business__content figure .img02 {
        display: block;
    }
    .c-business__item {
        width: 160px;
        height: 160px;
    }
    .c-business__item .ttl {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .c-business__item::after {
        width: 40px;
    }
    .c-business__item.item01 {
        padding-top: 17px;
        bottom: 45px;
        left: 10px;
    }
    .c-business__item.item01::after {
        right: -52px;
        top: 50%;
        transform: translateY(-50%);
    }
    .c-business__item.item02 {
        top: 80px;
        left: 90px;
    }
    .c-business__item.item02::after {
        bottom: 0px;
        right: -18px;
        transform: rotate(45deg);
    }
    .c-business__item.item03 {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .c-business__item.item03::after {
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%) rotate(90deg);
    }
    .c-business__item.item04 {
        top: 80px;
        right: 90px;
    }
    .c-business__item.item04::after {
        bottom: 0px;
        left: -18px;
        transform: rotate(-45deg);
    }
    .c-business__item.item05 {
        bottom: 45px;
        right: 10px;
    }
    .c-business__item.item05::after {
        left: -52px;
        top: 50%;
        transform: translateY(-50%);
    }
    .p-5min06 .c-list01 {
        align-items: center;
    }
}

@media screen and (max-width: 999px) {
    .c-tbl dt {
        font-size: 1.8rem;
        width: 240px;
        padding: 30px 20px;
    }
    .c-tbl dd {
        padding-left: 20px;
        width: calc(100% - 240px);
        padding: 30px 20px 30px 20px;
    }
    .p-5min .c-mv01__ttl {
        padding: 60px 20px 28px 20px;
    }
    .p-5min01 {
        padding: 100px 0 100px 0;
    }
    .p-5min01 .c-list01 p {
        font-size: 1.6rem;
    }
    .p-5min02 {
        padding: 70px 0;
    }
    .p-5min02 .c-business {
        margin-bottom: 70px;
    }
    .p-5min03 {
        padding: 40px 0 15px 0;
    }
    .p-5min03 .c-ttl04 {
        margin-bottom: 80px;
    }
    .p-5min04 {
        padding: 60px 0 60px 0;
        margin-bottom: 60px;
    }
    .p-5min04 .c-ttl04 {
        margin-bottom: 40px;
    }
    .p-5min05 {
        padding: 60px 0 60px 0;
    }
    .p-5min05 .c-ttl04 {
        margin-bottom: 40px;
    }
    .p-5min05 .c-listicon {
        margin-bottom: 30px;
    }
    .p-5min06 {
        padding: 120px 0 10px 0;
    }
    .p-5min06 .c-list01__img {
        right: -25px;
    }
    .p-5min06 .c-list01__txt {
        padding: 60px 20px 45px 56px;
    }
}

@media screen and (max-width: 768px) {
    .c-group01 {
        padding: 30px 20px 30px 20px;
        min-height: 280px;
    }
    .c-group01.bg01 {
        background-size: calc(100% - 40px);
    }
    .c-group01.bg02 {
        background-size: calc(100% - 40px);
    }
    .c-group01.bg03 {
        background-size: calc(100% - 150px);
    }
    .c-group01__content {
        padding-top: 40px;
    }
    .c-group01__content p {
        font-size: 2rem;
        margin-top: 15px;
    }
    .c-group01__content .txt {
        font-size: 2.8rem;
        margin-bottom: 5px;
    }
    .c-group01__content .txt .num {
        font-size: 5rem;
    }
    .c-group02 {
        padding: 30px 20px 30px 20px;
        min-height: 280px;
    }
    .c-group02__content {
        padding-top: 25px;
    }
    .c-group02 .ttl02 {
        min-height: auto;
    }
    .c-group02 li {
        margin-bottom: 4px;
    }
    .c-group02 li .txt {
        margin-bottom: 0;
        padding: 0 0 0 10px;
        width: calc(100% - 40px);
        letter-spacing: -0.05em;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .c-group02 li .txt.txt--small {
        font-size: 1.1rem;
        text-align: left;
    }
    .c-group02 li .num {
        font-size: 1.6rem;
    }
    .c-group02 li .num span {
        font-size: 2.2rem;
    }
    .c-group02 li .icon {
        margin: 3px 15px 1px 0;
    }
    .c-group03 {
        padding: 30px 20px 20px 20px;
        min-height: 280px;
    }
    .c-group03__content {
        padding: 4px 20px 0 20px;
    }
    .c-group03__item {
        padding: 20px 0 18px 95px;
        margin-top: 5px;
        min-height: 68px;
    }
    .c-group03__item figure {
        left: 22px;
        top: 50%;
        transform: translateY(-50%) scale(0.8);
    }
    .c-group03__item figure img {
        width: auto;
    }
    .c-group03__item figure.icon01 {
        left: 20px;
    }
    .c-group03__item figure.icon02 {
        left: 25px;
    }
    .c-group03__item figure.icon03 {
        left: 20px;
    }
    .c-group03__item figure.icon04 {
        left: 32px;
    }
    .c-group03__item p {
        font-size: 2.6rem;
    }
    .c-group03 .num {
        font-size: 4rem;
    }
    .c-group03 .txt02 {
        font-size: 1.6rem;
    }
    .c-group03 .txt01 {
        font-size: 1.6rem;
        margin-top: 5px;
    }
    .c-group03 .txt01 .num {
        font-size: 2.4rem;
    }
    .c-chart {
        padding: 30px 15px 20px 15px;
        min-height: 280px;
    }
    .c-chart__content {
        max-width: 200px;
        margin: 0 auto;
    }
    .c-chart__content canvas {
        margin-top: 5px;
    }
    .c-chart__content .tips li {
        font-size: 1.4rem;
    }
    .c-chart__content .tips li .num {
        font-size: 2rem;
    }
    .c-chart__content .tips li .txt {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .c-chart__content .tips--1 li:nth-child(1) {
        right: 12px;
        top: 100px;
    }
    .c-chart__content .tips--1 li:nth-child(2) {
        left: 15px;
        bottom: 43px;
    }
    .c-chart__content .tips--1 li:nth-child(3) {
        left: 18px;
        top: 53px;
    }
    .c-chart__content .tips--1 li:nth-child(4) {
        left: 56px;
    }
    .c-chart__content .tips--2 li:nth-child(1) {
        right: 23px;
        top: 62px;
    }
    .c-chart__content .tips--2 li:nth-child(2) {
        left: 82px;
        bottom: 16px;
    }
    .c-chart__content .tips--2 li:nth-child(3) {
        left: 23px;
        top: 86px;
    }
    .c-chart__content .tips--2 li:nth-child(4) {
        left: 52px;
        top: 28px;
    }
    .c-chart__content .tips--2 li:nth-child(5) {
        left: -60px;
    }
    .c-chart__content .tips--2 li:nth-child(5)::before {
        width: 25px;
        right: -30px;
    }
    .c-chart__content .tips--2 li:nth-child(5)::after {
        width: 20px;
        height: 1px;
        right: -47px;
        top: 34px;
        transform: rotate(40deg);
    }
    .c-chart__content .tips--3 li:nth-child(1) {
        right: 20px;
        top: 85px;
    }
    .c-chart__content .tips--3 li:nth-child(2) {
        left: 34px;
        bottom: 32px;
    }
    .c-chart__content .tips--3 li:nth-child(3) {
        left: 40px;
        top: 40px;
    }
    .c-business {
        max-width: 374px;
        height: 540px;
        padding-top: 80px;
        align-items: center;
    }
    .c-business__content {
        width: 220px;
        height: 220px;
    }
    .c-business__content figure {
        max-width: 208px;
    }
    .c-business__item {
        width: 130px;
        height: 130px;
    }
    .c-business__item .ttl {
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0.03em;
    }
    .c-business__item::after {
        width: 25px;
        height: 1px;
    }
    .c-business__item.item01 {
        bottom: 0;
        left: 0;
    }
    .c-business__item.item01::after {
        right: 0px;
        top: 3px;
        transform: rotate(-50deg);
    }
    .c-business__item.item02 {
        top: 80px;
        left: 0;
    }
    .c-business__item.item02::after {
        right: 0px;
        bottom: 3px;
        transform: rotate(50deg);
    }
    .c-business__item.item03 {
        top: -20px;
    }
    .c-business__item.item03::after {
        width: 80px;
        left: 50%;
        bottom: -46px;
    }
    .c-business__item.item04 {
        top: 80px;
        right: 0;
    }
    .c-business__item.item04::after {
        left: 0px;
        bottom: 3px;
        transform: rotate(-50deg);
    }
    .c-business__item.item05 {
        bottom: 0;
        right: 0;
    }
    .c-business__item.item05::after {
        left: 0px;
        top: 3px;
        transform: rotate(50deg);
    }
    .c-listicon {
        padding: 30px 20px 10px 20px;
    }
    .c-listicon .ttl02 {
        font-size: 1.8rem;
        margin-bottom: 29px;
    }
    .c-listicon__item {
        min-width: 170px;
        text-align: center;
        margin: 0 15px 30px 15px;
    }
    .c-listicon__item .txt {
        font-size: 1.6rem;
    }
    .c-listicon__item figure {
        margin-bottom: 9px;
    }
    .c-tbl dl {
        display: block;
    }
    .c-tbl dt {
        font-size: 1.6rem;
        width: 100%;
        padding: 25px 0 0 0;
    }
    .c-tbl dd {
        width: 100%;
        padding: 20px 0 30px 0;
    }
    .p-5min .c-mv01 .img img {
        min-height: 400px;
    }
    .p-5min01 {
        padding: 60px 0 30px 0;
    }
    .p-5min01 .c-list01 p {
        font-size: 1.4rem;
    }
    .p-5min02 {
        padding: 110px 0 40px 0;
    }
    .p-5min02 .c-business {
        margin-bottom: 60px;
    }
    .p-5min03 {
        padding: 50px 0 0 0;
    }
    .p-5min03 .c-ttl04 {
        margin-bottom: 80px;
    }
    .p-5min03 .c-list02 p {
        text-align: left;
    }
    .p-5min04 {
        padding: 50px 0 50px 0;
        margin-bottom: 30px;
    }
    .p-5min04 .c-list02__item>* {
        height: 100%;
    }
    .p-5min05 {
        padding: 50px 0 25px 0;
    }
    .p-5min05 .c-ttl04 {
        margin-bottom: 30px;
    }
    .p-5min05 .c-listicon {
        margin-bottom: 20px;
    }
    .p-5min05 .c-list02__item>* {
        height: 100%;
    }
    .p-5min06 {
        padding: 50px 0 10px 0;
    }
    .p-5min06 .c-ttl04 {
        margin-bottom: 40px;
    }
    .p-5min06 .img {
        margin: 0 auto 50px auto;
        overflow: auto;
    }
    .p-5min06 .img img {
        min-width: 500px;
    }
    .p-5min06 .c-list01 {
        padding-top: 50px;
    }
    .p-5min06 .c-list01__img {
        right: 0;
        bottom: 0;
        padding: 0 20px;
        max-width: 447px;
        margin: 0 auto;
    }
    .p-5min06 .c-list01__txt {
        padding: 40px 20px 45px 20px;
    }
    .p-5min06 .c-list01__txt p {
        margin-bottom: 28px;
    }
    .p-5min06 .c-list01__txt .c-ttl04 {
        margin-bottom: 6px;
        text-align: center;
    }
    .p-5min06 .c-list01__txt .ttl {
        margin-bottom: 27px;
    }
}

@media screen and (max-width: 413px) {
    .c-business {
        max-width: 280px;
        height: 600px;
    }
    .c-business__item.item01 {
        bottom: 0;
        left: 0;
    }
    .c-business__item.item01::after {
        right: 22px;
        top: -12px;
        transform: rotate(-60deg);
    }
    .c-business__item.item02 {
        top: 80px;
        left: 0;
    }
    .c-business__item.item02::after {
        right: 22px;
        bottom: -12px;
        transform: rotate(60deg);
    }
    .c-business__item.item03 {
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
    }
    .c-business__item.item03::after {
        width: 145px;
        left: 50%;
        bottom: -78px;
        transform: translateX(-50%) rotate(90deg);
    }
    .c-business__item.item04 {
        top: 80px;
        right: 0;
    }
    .c-business__item.item04::after {
        left: 22px;
        bottom: -12px;
        transform: rotate(-60deg);
    }
    .c-business__item.item05 {
        bottom: 0;
        right: 0;
    }
    .c-business__item.item05::after {
        left: 22px;
        top: -12px;
        transform: rotate(60deg);
    }
}