.personal-top::before{
    background: url("../images/personal-top.jpg") center center / cover no-repeat;
}
.personal-top-txt {
    text-align: center;
    font-size: 1rem;
    padding: 3rem 0;
    line-height: 2;
    color: #535353;
}
.personal-icon-item{
    flex: 1;
}
.personal-icon-item img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 100px;
}
.personal-icon-item h2 {
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
}
.personal-icon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0 3rem;
    padding: 0 3rem;
    margin-bottom: 5rem;
}
.personal-icon-item {
    background: #9db8db;
    border-radius: 0.3rem;
    border: 2px solid #ffffff;
    padding: 2rem 0;
}
.personal-icon .personal-icon-item:nth-child(1) img{
    max-width: 70px;
}
.trouble{
    background: #EAF0F2;
}
.trouble-container{
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    top: 5rem;
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; 
    max-width: 1000px;
}
.trouble-content h2 {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 3rem;
}
.trouble-content h2::before, .trouble-content h2::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.trouble-content h2::before {
    left: 140px;
    background: url("../images/trouble-lf.png") center center / contain no-repeat;
}

.trouble-content h2::after {
    right: 140px;
    background: url("../images/trouble-rt.png") center center / contain no-repeat;
}
.trouble-content h2 span{  
    color: #3062A1;
    border-bottom: 2px solid #3062A1;
    letter-spacing: 5px;
    font-weight: 700;

}
.trouble-list {
    list-style: none;
    padding-left: 0;
    width: max-content;
    margin: 0 auto;
}
.trouble-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.trouble-list li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #9598B8;
    border-radius: 50%;
}
.trouble-txt{
    font-weight: 300;
    margin-top: 2rem;
    line-height: 1.6;
    padding: 0 5rem;
}
.trouble-container img:nth-child(4){
    position: absolute;
    top: 30px;
    max-width: 100px; 
}
.trouble-container img:nth-child(3) {
    position: absolute;
    bottom: 70px;
    max-width: 100px;
    right: -30px;
}
.trouble-container img:nth-child(2) {
    position: absolute;
    top: 80px;
    right: 40px;
    max-width: 140px;
}
.trouble-container img:nth-child(1) {
    position: absolute;
    top: 170px;
    left: -30px;
    max-width: 140px;
}
.trouble-handle-title h3{
    font-size: 1.5rem; 
}
.trouble-handle-title h2{
    padding: 3rem 0; 
}
.trouble-handle-title{
    padding: 7rem 0 1rem 0;
    text-align: center;
}
.trouble-logo{
    font-size: 3rem;
    font-weight: 600;
    color: #222B64;
    position: relative;
}
.trouble-logo::after {
    position: absolute;
    content: "";
    background-color: #F0DB5C;
    height: 15px;
    width: 100%;
    bottom: 8px;
    left: 0;
    z-index: -1;
}
.trouble-handle-p {
    line-height: 1.5;
    padding-top: 2rem;
    font-size: 1.5rem;
}
.trouble-logo-02{
    font-size: 1.2rem;  
}
.trouble-logo-02::after {
    position: absolute;
    content: "";
    background-color: #F0DB5C;
    height: 15px;
    width: 100%;
    bottom: -3px;
    left: 0;
    z-index: -1;
}
.trouble-handle-btn{
    display: contents;
}
.trouble-sp-img{
    position: inherit!important;
    max-width: 100%!important;
    margin: 2rem auto;
    display: none;
}
.trouble-handle button {
    background: #1792E5;
    color: #ffffff;
    width: 300px;
    padding: 1.4rem;
    border-radius: 100rem;
    margin: 0 auto;
    display: flex;
    margin-bottom: 5rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 600;
    border: 3px solid #f0f0f0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    transition:  0.5s ease;
}
.trouble-handle button:hover {
    border: 3px solid #1792E5;
    color: #1792E5;
    background: #ffffff;
    transition:  0.5s ease;
}
.trouble-handle button:hover svg{
    fill: #1792E5;
    transform: translateX(7px);
    transition: 0.5s ease;
}
.trouble-handle button svg{
    fill: rgb(255, 255, 255);
    transition: 0.5s ease;

}
.avatar-container{
    text-align: center;
}
.avatar-container h3 {
    color: #222B64;
    font-size: 2.5rem;
    font-weight: 500;
}
.avatar{
    padding: 5rem 0;
}
.avatar img{
    margin: 0 auto;
}
.avatar-container p{
    line-height: 1.5;
    font-size: 1.5rem;
    color: #414141;
    font-weight: 300;
    padding: 2rem 0;
}
.point{
    background: #F7FBFF;
    padding: 5rem 0;
}
.point-content {
    display: flex;
    padding: 0 4rem;
    margin-top: 5rem;
}
.point-box{
    flex: 1;
}
.point-txt {
    flex: 1;
    background: #ffffff;
    border-radius: 1rem;
    padding: 3rem;
    line-height: 1.6;
    position: relative;
    left: -30px;
    top: -30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    z-index: 2;
}
.point-txt-02{
    left:auto;
    right: -30px;
}
.point-txt h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222B64;
    padding: 1.5rem 0;
    position: relative;
    z-index: 2;
    display: table;
}

.point-txt h3::before {
    position: absolute;
    content: "";
    background-color: #ffee8b;
    height: 12px;
    width: 0;
    bottom: 28px;
    left: 0;
    z-index: -1;
    transition: width 0.7s ease-in-out; 
}

.point-txt h3.show::before {
    width: 100%; 
}
.point-txt span{
    background: #1792E5;
    color: #ffffff;
    padding: 0.2rem 0.3rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
}
.point-box img {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    position: relative;
    z-index: 1;
    width: 500px;
    height: 310px;
    object-fit: cover;
}
.point-box{
    position: relative;
}
.point-box::before {
    content: "";
    position: absolute;
    top: -80px;
    width: 67%;
    height: 100%;
    background: url("../images/client-show.png") left center / cover no-repeat;
}
.point-inner .point-content:nth-child(2) {
    margin: 6rem 0;
}
@media screen and (min-width: 1300px) {

    .point-txt {
        left: -70px;
    }

    .point-txt-02 {
        left: auto!important;
        right: -30px;
    }










}





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

.personal-icon {
    gap: 0 1rem;
    padding: 0 1rem;
}
.trouble-list li {
    font-size: 1rem;
}
.trouble-content h2 {
    font-size: 1.7rem;
}
.trouble-container {
    width: 90%;
    padding: 2rem;
}
.point-content {
    display: flex;
    padding: 0 1rem;
    margin-top: 5rem;
}
.point-txt {
    padding: 2rem 1rem;
    left: 0px;
}
.point-txt-02 {
    left: auto;
    right: 0px;
}
.point-txt h3::before{
    display: none;
}





}

@media screen and (max-width: 992px) {
.trouble-content h2::after {
    right: 50px;
}
.trouble-content h2::before {
    left: 50px;
}
.personal-icon-item h2 {
    line-height: 1.5;
    padding: 0 0.5rem;
}
.trouble-content h2 span {
    letter-spacing: 0px;
}




}








@media all and (min-width:768px) and (max-width:1200px) and (orientation: portrait) {

    .personal-icon .personal-icon-item:nth-child(1) img {
        max-width: 50px;
    }
    .personal-icon-item img {
        margin-bottom: 1rem;
        max-width: 70px;
    }
    .trouble-handle-title h3 {
        line-height: 1.5;
    }
    .trouble-pc-none{
        display: block;
    }
    .trouble-content h2::after {
        right: 10px;
    }
    .trouble-content h2::before {
        left: 10px;
    }
    .trouble-container img:nth-child(1) {
        top: 250px;
        max-width: 130px;
    }
    .trouble-container img:nth-child(4) {
        top: 90px;
        max-width: 90px;    
    }
    .avatar-container h3 {
        font-size: 2.2rem;
    }
    .avatar-container p {
        font-size: 1.3rem;
    }





















}

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

    .personal-icon-item h2 {
        font-size: 1rem;
        width: 250px;
        text-align: left;
    }
.personal-top-txt {
    line-height: 1.6;
    padding: 2rem 0.5rem;
    text-align: justify;
}
.personal-icon-item {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personal-icon .personal-icon-item:nth-child(1) img {
    max-width: 40px;
    margin-bottom: 0;
}
.personal-icon-item img {
    max-width: 60px;
    margin-bottom: 0rem;
}
.personal-icon {
    flex-direction: column;
    margin-bottom: 3rem;
}
.trouble-sp-img{
    display: block;
}
.trouble-pc-img{
    display: none;
}
.trouble-container {
    width: 100%;
    padding: 2rem 0.5rem;
}
.trouble-txt {
    padding: 0 0rem;
    font-size: 0.9rem;
}
.trouble-list {
    width: auto;
}
.trouble-content h2 {
    font-size: 1.3rem;
}
.trouble-content h2::before, .trouble-content h2::after {
    display: none;
}
.trouble-list li {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
.trouble-list li::before {
    left: 4px;
    width: 10px;
    height: 10px;
}
.trouble-handle-title h3 {
    font-size: 1.2rem;
    line-height: 1.5;
}
.trouble-handle-title h2 {
    padding: 1rem 0;
}
.trouble-handle-p {
    font-size: 1rem;
}

.trouble-logo {
    font-size: 2rem;
}
.trouble-logo-02 {
    font-size: 1rem;
    display: inline;
}
.trouble-handle button {
    width: 220px;
    padding: 1rem;
    font-size: 1rem;
    gap: 0 10px;
}
.avatar-container h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}
.avatar-container p {
    font-size: 1rem;
    padding: 1rem 0;
}
.avatar {
    padding: 3rem 0;
}
.our-service-container h2 {
    font-size: 1.5rem;
}
.point-content {
    padding: 0 0.5rem;
    flex-direction: column;
}
.point-box::before {
    width: 90%;
}
.point-txt {
    padding: 1rem 0.5rem;
    left: 0;
    top: -60px;
    width: 97%;
    margin: 0 auto;
}
.point-txt h3 {
    font-size: 1.2rem;
    padding: 1rem 0;
    letter-spacing: -1px;
}
.point-txt h3::before {
    height: 8px;
    bottom: 21px;
    display: block;
}
.point-txt p{
    font-size: 0.9rem;
}
.point {
    padding: 3rem 0 0 0;
}
.point-content .point-txt-02{
    order: 1;
}
.trouble-content h2 span {
    letter-spacing: 0px;
}
.trouble-logo-02::after {
    height: 10px;
    bottom: 0px;
}
.point-inner .point-content:nth-child(2),
.point-inner .point-content:nth-child(3) {
    margin: 0rem 0;
}
.point-box img {
    width: 100%;
}


















}



















































