/*====================================
=            当社のコア領域 common           =
====================================*/
.page-strength h2 {
    padding-bottom: 3rem;
}

.page-strength ul li {
    margin: 0.5rem 0;
}

.page-strength .sub-title {
    font-weight: bold;
    padding-left: 1.1rem;
    position: relative;
    text-align: left;
}

.page-strength .sub-title-1 {
    font-weight: bold;
    text-align: center;
}

.page-strength .sub-title-1 p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.page-strength .sub-title-1 p:before,
.page-strength .sub-title-1 p:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 4rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #007bff;
}

.page-strength .sub-title-1 p:before {
    left: -5rem;
}

.page-strength .sub-title-1 p:after {
    right: -5rem;
}

.page-strength .sub-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    background-color: #007bff;
}

.page-strength .text-content {
    line-height: 1.5;
    width: 94%;
    margin: 1.25rem auto;
}

.page-strength .text-content h6 {
    font-weight: bold;
}

.page-strength .text-content ul {
    margin-top: 1rem;
}

.page-strength .text-content p:last-of-type {
    margin-bottom: 0;
}

.page-strength .sect-box {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}

.page-strength .mt-type-1 {
    margin-top: 6rem;
}


/* 3 cards style2 */
.page-strength .strength-card-container-1 {
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 0 0;
}

.page-strength .strength-card-container-1 .strength-card {
    position: relative;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin: 0 1rem;
    width: 45%;
    transition: transform 0.3s ease;
    border: .5rem solid #315293;
}

.page-strength .strength-card-container-1 .strength-card:hover {
    transform: translateY(-6px);
}

.page-strength .strength-card-container-1 .strength-card span {
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #182B4F;
    color: #fff;
    padding: .25rem 1rem;
    border-radius: 20px;
    font-weight: bold;
}

.page-strength .strength-card-container-1 .strength-card h5 {
    text-align: left;
    margin-top: 0;
    font-weight: bold;
    padding: 1.5rem;
    border-bottom: .25rem solid #315293;
    line-height: 1.5;
    padding-bottom: 1rem;
}

.page-strength .strength-card-container-1 .strength-card p {
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    padding: 1.5rem;
    font-size: 1rem;
    padding-top: 10px;
}

.page-strength .img-tooltip-box {
    position: relative;
    display: flex;
    max-height: 24rem;
    justify-content: center;
    padding-top: 4rem;
}

.page-strength .img-tooltip-box .img-box {
    position: relative;
    display: inline-flex;
    max-height: 24rem;
}

.page-strength .img-tooltip-box .img-box img {
    max-height: 20rem;
    max-width: 100%;
}

.page-strength .img-tooltip-box .img-box div {
    position: absolute;
    background-color: #315293;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: 4px;
    font-size: .9rem;
    font-weight: bold;
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(1),
.page-strength .img-tooltip-box .img-box div:nth-of-type(2) {
    top: -.5rem
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(3),
.page-strength .img-tooltip-box .img-box div:nth-of-type(5) {
    bottom: -.7rem;
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(4) {
    bottom: -2rem;
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(1) {
    left: 1rem;
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(2) {
    right: 0;
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(3) {
    left: 0;
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(4) {
    left: 50%;
    transform: translate(-50%, 0);
}

.page-strength .img-tooltip-box .img-box div:nth-of-type(5) {
    right: 0;
}

/* 3 cards */
.page-strength .strength-card-container {
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 0 0;
}

.page-strength .strength-card-container .strength-card {
    background-color: #315293;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin: 0 1rem;
    width: 45%;
    transition: transform 0.3s ease;
}

.page-strength .strength-card-container .strength-card:hover {
    transform: translateY(-6px);
}

.page-strength .strength-card-container .strength-card h5 {
    text-align: center;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    border-bottom: #fff 1px solid;
    line-height: 1.5;
    padding-bottom: 1rem;
}

.page-strength .strength-card-container .strength-card p {
    text-align: left;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1rem;
    padding-top: 10px;
}

/* 4  cards */
.page-strength .catchcopy-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-strength .catchcopy-container .catchcopy-box {
    width: 48%;
    margin: 30px 0 0;
    padding: 30px;
    background-color: #315293;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    transform: translate(0, 0);
    transition: all ease .3s;
}

.page-strength .catchcopy-container .catchcopy-box:hover {
    transform: translate(0, -.66rem);
}

.page-strength .catchcopy-container .catchcopy-box h5 {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    color: #fff;
}

.page-strength .catchcopy-container .catchcopy-box p {
    color: #fff;
    font-size: 1rem;
}

.page-strength .catchcopy-container .catchcopy-box .catchcopy-info {
    margin-top: 20px;
    text-align: center;
}

.page-strength .catchcopy-container .catchcopy-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 4px;
    background-color: #1b1baa;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: all ease .3s;
}

.page-strength .catchcopy-container .catchcopy-box.active:before {
    opacity: 1;
    transform: scale(1, 1);
}


/*====================================
=            chart-box            =
====================================*/
.page-strength .chart-box {
    min-height: 400px;
    max-width: 800px;
    margin: 4rem auto 0;
}

/*====================================
=            img-text-box           =
====================================*/
.page-strength .img-text-box {
    padding-top: 2rem;
    justify-content: space-between;
}

.page-strength .img-text-box .img-box {
    margin-right: 1rem;
    height: 100%;
    max-width: 40%;
}

.page-strength .img-text-box .table-box {
    max-width: 55%;
    flex-shrink: 0;
}

.page-strength .img-text-box .table-box tr th:last-of-type {
    width: 140px;
}

.page-strength .img-text-box .table-box tr td {
    padding: .4rem 0;
}

.page-strength .img-text-box .table-box div {
    display: flex;
}

.page-strength .img-text-box .table-box span {
    display: flex;
}

.page-strength .img-text-box .table-box p {
    margin-bottom: 0;
}

.page-strength .img-text-box .table-box tr td:last-of-type {
    text-align: center;
}

.page-strength .img-text-ver-box {
    flex-direction: column;
}

.page-strength .img-text-ver-box .img-box {
    margin: 2rem 0 1rem;
    max-width: 80%;
}

/*====================================
=            img-text-box           =
====================================*/
.page-strength .text-img-box {
    padding-top: 2rem;
    justify-content: space-between;
}


.page-strength .text-img-box h6 {
    font-weight: 600;
}

.page-strength .text-img-box .img-box {
    margin-left: 1rem;
    height: 100%;
    max-width: 55%;
}

.page-strength .text-img-box .cont-box {
    max-width: 45%;
    /* flex-shrink: 0; */
}

/* little-card-box */
.page-strength .little-card-box ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding-top: 3rem;
}

.page-strength .little-card-box ul li {
    flex: 1;
    text-align: center;
    margin: 0 1rem;
    padding: 1rem 0 0;
    border: 1px solid #ddd;
    background-color: #C3E0FA;
    font-weight: bold;
    border-radius: 4px;
}

.page-strength .little-card-box ul li h6 {
    font-weight: bold;
}

.page-strength .little-card-box ul li p {
    color: #1F63BC
}

.page-strength .little-card-box ul li.type-1 {
    background-color: #E4C6E8;
}

.page-strength .little-card-box ul li.type-1 p {
    color: #7A229E;
}


.page-strength ul {
    list-style: none;
    padding-left: 0;
}

.page-strength b {
    font-weight: bold;
}

/* 弊社の強みのサポート領域 */
.page-strength .strong-grid-1 .strong-grid-list {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding-top: 3rem;
}

.page-strength .strong-grid-1 .strong-grid-list>div {
    flex: 1;
    margin: 0 1rem;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(1) h6 {
    background-color: #2B8AE6;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(1) li {
    background-color: #E3F1FC;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(1) li:before {
    background-color: #2B8AE6;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(2) h6 {
    background-color: #A042B4;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(2) li {
    background-color: #F3E5F4;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(2) li:nth-of-type(1),
.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(2) li:nth-of-type(2) {
    border-color: #A947B8;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(2) li:before {
    background-color: #A042B4;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(3) h6 {
    background-color: #3F9346;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(3) li,
.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(3) li.type-1 p {
    background-color: #E8F5E9;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(3) li:before,
.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(3) li.type-1 p:before {
    background-color: #3F9346;
}

.page-strength .strong-grid-1 .strong-grid-list h6 {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: .5rem 0;
}

.page-strength .strong-grid-1 .strong-grid-list h6 span {
    font-size: .7rem;
}

.page-strength .strong-grid-1 .strong-grid-list li {
    border: 2px solid #fff;
    font-weight: bold;
    ;
}

.page-strength .strong-grid-1 .strong-grid-list li,
.page-strength .strong-grid-1 .strong-grid-list li.type-1 p {
    position: relative;
    padding: .3rem 1rem .3rem .8rem;
}

.page-strength .strong-grid-1 .strong-grid-list li.type-1 p:nth-of-type(1){
    margin-right: .5rem;
}

.page-strength .strong-grid-1 .strong-grid-list li:before,
.page-strength .strong-grid-1 .strong-grid-list li.type-1 p:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    content: "";
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(3) li.type-1 {
    display: flex;
    background-color: #fff;
    padding: 0;
}

.page-strength .strong-grid-1 .strong-grid-list>div:nth-of-type(3) li.type-1:before {
    display: none;
}

.page-strength .strong-grid-1 .strong-grid-list li p {
    flex: 1;
    margin-bottom: 0;
}

/*====================================
=            mobile            =
====================================*/
.is-mobile.page-strength .mt-type-1 {
    margin-top: 3rem;
}

/* 3 cards */
.is-mobile.page-strength .strength-card-container {
    flex-wrap: wrap;
}

.is-mobile.page-strength .strength-card-container .strength-card {
    width: 100%;
    margin: 0 0 1rem;
}

.is-mobile.page-strength .catchcopy-container {
    flex-direction: column;
    flex-wrap: nowrap;
}

.is-mobile.page-strength .catchcopy-container .catchcopy-box {
    width: 100%;
}

.page-strength .mt-type-2 {
    margin-top: 6rem;
}

.is-mobile.page-strength .mt-type-2 {
    margin-top: 3rem;
}


.is-mobile.page-strength h2 {
    padding-bottom: 1.5rem;
}

.is-mobile.page-strength .chart-box {
    min-height: 29rem;
    max-width: 800px;
    margin: 2rem auto 0;
}

.is-mobile.page-strength .img-text-box {
    flex-direction: column;
}

.is-mobile.page-strength .img-box {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.is-mobile.page-strength .table-box {
    width: 100%;
    max-width: 100%;
}

.is-mobile.page-strength .text-img-box {
    flex-direction: column;
}

.is-mobile.page-strength .text-img-box .cont-box {
    max-width: 100%;
    margin-bottom: 1rem;
}


.is-mobile.page-strength .strength-card-container-1 {
    display: block;
    padding: 1.8rem 0 0;
}

/* .is-mobile.page-strength .title-wrap.mt-type-1 {
    margin-top: 0;
} */

.is-mobile.page-strength .strength-card-container-1 .strength-card {
    width: 100%;
    margin: 0 0 3rem 0;
}

/* 弊社の強みのサポート領域 */
.is-mobile.page-strength .strong-grid-1 .strong-grid-list {
    display: block;
    padding-top: 3rem;
}

.is-mobile.page-strength .strong-grid-1 .strong-grid-list>div {
    margin-bottom: 2rem;
}

/* little-card-box */
.is-mobile.page-strength .little-card-box ul {
    display: block;
}
.is-mobile.page-strength .little-card-box ul li{
    margin-bottom: 1.5rem;
}

/*====================================
=            当社のコア領域            =
====================================*/

.page-strength .gap-1 {
    gap: 0.8rem;
}

#page-strength .summary .row {
    justify-content: center;
}

#page-strength .summary .strength-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

#page-strength .summary .strength-box h1 {
    margin: 2rem 0 1rem;
}


#page-strength .summary .strength-box .img-box {
    height: 100px;
    width: 100%;
    display: flex;
}

#page-strength .summary .strength-box .img-box img {
    max-height: 100%;
    max-width: 80%;
}

#page-strength .summary .strength-box>a {
    display: block;
}

#page-strength .summary .button4 {
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(98, 98, 98);
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 1000px;
    display: inline-block;
    transition: all .2s;
    position: relative;
    border: 0;
}


#page-strength .summary .row {
    display: block;
}

#page-strength .summary .summary-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#page-strength .summary .feature-item {
    width: 47%;
    align-items: center;
    text-align: center;
    transform: translate(0, 0);
}

#page-strength .summary .feature-item:hover {
    transform: translate(0, -13px);
}

@media (max-width: 992px) {
    #page-strength .summary .feature-item {
        width: 40%;
    }
}

@media (max-width: 767px) {
    #page-strength .summary .summary-box {
        justify-content: center;
    }

    #page-strength .summary .feature-item {
        width: 100%;
    }
}