body {
    margin: 0;
    padding: 0;
    color: #000;
    width: 100%;
    position: relative;
}
body:lang(en) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body:lang(en) code, 
body:lang(en) pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Specific font settings for Japanese */
body:lang(ja) {
    font-family: Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯Ã¤Â½â€œ, 'Yu Gothic', YuGothic, Meiryo, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, 'Hiragino Kaku Gothic ProN', 'Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.header{
    background: url('https://furublog.s3.ap-northeast-1.amazonaws.com/media/Landing_Page/17.%20furuCRM%20Profile/banner2.jpg') no-repeat center;; 
    max-width: 100%;
    height: 400px;
}

tbody {
    width: 100%;
    display: table;
}

.header-title{

    margin: auto;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    text-align: center; /* Center the text within the container */
    max-width: 100%; /* Ensure the container does not exceed the width of its parent */
    word-wrap: break-word;
}

.header-profile{
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
.header-title h1{
    font-size: 60px;
}
.title-profile h2{
    font-weight: 600;
}
/* container */
.container{
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 3rem;
}

.container img{
    height: 150px;
    width: 250px;
    z-index: 1;
}
.header img{
    height: 50px ;
    width: auto ;
    left: 18%;
    top: 10px;
    z-index: 100;
} 
.container th{
    color: #FFF;
    width: 30%;
    background-color: #0D9DDA;
    border-bottom: solid 1px #ffffff;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
    font-size: 18px;
}
td{
    width: 900px;
    padding: 30px 50px;
    background: #f9f9f9;
    float: left;
    border-bottom: solid 1px #b7b7b7;
}
td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    font-size: 18px;
}
.line-spacing {
    line-height: 2.5;
}


.partner-logos{
    display: flex;
}
.partner-logo{
    width: 40%;
}

.service{
    background: url('https://furublog.s3.ap-northeast-1.amazonaws.com/media/Landing_Page/17.%20furuCRM%20Profile/backround2.png');
    padding: 30px 20px;
}
.service-contain{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.services {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.header-section{
    text-align: center;
    padding-top: 20px;
}
.header-section p{
    color: #24308B;
}
.header-section h2{
    font-weight: 600;
}
.section-header{
    border-bottom: #0E4084 2px solid;
}
.service-item {
    width: 30%;
    text-align: center;
    background-color: #ffff;
}
.service-content{
    padding: 10px;
}
.service-item img {
    max-width: 100%;
    height: 230px;
    margin-bottom: 10px;
}
.service-item h3 {
    font-size: 23px;
    color: #002060;
    margin-bottom: 10px;
    font-weight: 600;
}
.service-item p:lang(en) {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
}
.service-item p:lang(ja) {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    text-align: justify;
}

.advantage{
    background-color: #EFF1F9;
    padding: 30px 20px;
}
.advantage-contain{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.advantagex{
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.advantages {
    display: flex;
    justify-content: space-between;
}
.header-advantage{
    text-align: center;
}
.header-advantage h2{
    font-weight: 600;
}
.advantagex p{
    font-size: 23px;
}
.advantage-header{
    border-bottom: #0E4084 2px solid;
}
.advantage-item {
    width: 30%;
    height: 450px;
    height: auto;
    text-align: center;
    border: #002060 1px solid;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffff;
}
.advantage-item img {
    max-width: 100%;
    height: 160px;
    margin-bottom: 10px;

}
.advantage-item h3 {
    font-size: 23px;
    color: #7F1146;
    margin-bottom: 10px;
    font-weight: 600;
}
.advantage-item p:lang(ja) {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    text-align: justify;
}
.advantage-item p:lang(en) {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
}


.performance{
    box-sizing: border-box;
    padding: 30px 20px;
    background: url('https://furublog.s3.ap-northeast-1.amazonaws.com/media/Landing_Page/17.%20furuCRM%20Profile/backround2.png');
}
.performance-contain{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.performance-header {
    text-align: center;
    border-bottom: 2px solid #002060;
    padding-bottom: 10px;
    padding-top: 20px;

}
.performance-header h2 {
    font-weight: 600;
}
.performance-header p{
    color: #24308B;
    margin: 0;
}
.performance-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.performance-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.performance-item1 h3 {
    font-size: 23px;
    color: #002060;
    border-bottom: #002060 2px solid;
}
.performance-item1 {
    height: 220px;
    padding: 10px;
    border: 1px solid #002060;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-right: 10px;
    background-color: #ffff;
}

.performance-item1 h2{
    font-weight: 600;
}
.performance-item1 h3 {
    font-size: 23px;
    color: #002060;
    margin-bottom: 5px;
    font-weight: 600;
}
.performance-item1 p {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}
.performance-item1 h3 {
    font-size: 23px;
    color: #002060;
    border-bottom: #002060 2px solid;
}
.performance-item2 h3 {
    font-size: 23px;
    color: #002060;
    border-bottom: #002060 2px solid;
}
.performance-item2 {
    height: 220px;
    padding: 10px;
    border: 1px solid #002060;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #ffff;
}

.performance-item2 h2{
    font-weight: 600;
}
.performance-item2 h3 {
    font-size: 23px;
    color: #002060;
    margin-bottom: 5px;
    font-weight: 600;
}
.performance-item2 p {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}


.office{
    background-color: #EFF1F9;
    padding: 30px 50px;
}
.office-contain{
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.office-place h3{
    color: #7F1146;
}
.office-header{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;

}
.office-header h2{
    font-weight: 600;
}
.office-header h3{
    color: #7F1146;
    font-weight: 600;
}


.place{
    
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.office-place {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}
.office-content{
    
    display: flex;
    text-align: left;
    padding-top: 50px;
    justify-content: left;
}
.office-logo{
    height: 550px;
    width: 350px;
    margin-bottom: 10px;
}
.office-logo img{
    height: 550px;
    width: 350px;
}

.office-content li{
    display: flex;
}
.office-content p{
    font-size: 18px;
}
.highlight{
    color: blue;

}

.centered-item {
    display: flex;
    align-items: center;
}

.centered-item span {
    top: 5px;
    margin-right: 5px; /* Optional: Add some space between "Email" and the email address */
}

.centered-item p {
    margin: 0;
}

.highlight1{
    color: blue;
    text-decoration: underline;
    align-items: center;
}
.office-detailout{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}




.footer{
    background-color: #0D9DDA;
    text-align: center;
}
.footer-header{
    padding-top: 20px;
    border-bottom: #ffff 3px solid;
}
.footer-header h3 {
    color: #ffff;
    font-weight: 600;
}
.footer-header p {
    color: #ffff;
}
.contact{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap; 
}
.footer-box{
    width: 30%;
    background-color: #ffff ;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 10px;
    word-wrap: break-word;
}
.footer-box .phone{
    text-decoration: underline;
}

.footer-box2 {
    width: 60%;
    background-color: white;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Ensure items are stacked vertically */
}

.footer-box2-c {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-content{
    margin-top: 20px;
 
}
.footer-content p{
    color: #ffff;
}
.footer-box i{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-box2 {
    display: flex;
}
.footer-box2 i{
    font-size: 18px;
    margin-right: 5px;
}
.copyright {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 0.8em;
}


@media only screen and (max-width: 768px) {
    .header{
        /* height: 300px; */
        width: 100%;
    }
   .container{
       width: 100% !important;
   }
    .header img{
        left : 0px !important;
        top : 0px !important;
    }
    table, th{
        display: block;
        width: 100% !important;
        text-align: center !important;
    }
    td{
        display: block;
        width: 100% !important;
        text-align: left !important;
        box-sizing: border-box;
    }
    th {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .logo-special{
        text-align: center !important;
    }
   .services {
        display: grid;
    }
    .service-contain{
        width: 100% !important;
    }
    .advantage-contain{
        width: 100% !important;
    }
    .performance-contain{
        width: 100% !important;
    }
    .office-contain{
        width: 100% !important;
    }

    .service-item{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .advantages {
        display: grid;
    }
   .advantage-item{
        width: 100% !important;
        margin-bottom: 10px;
   }
   .performance-item1{
        height: auto !important;
        margin-right: 0px !important;
   }
   .performance-item2{
        height: auto !important;
        margin-right: 0px !important;
    }
   .performance-list{
         display: grid;
   }
   .place{
        display: grid;
        justify-content: center;
   }
   .office{
        padding: 30px 0;
   }
   .office-place{
        width: 100% !important;
        margin: 0;
   }
   .office-logo{
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px;
    }
    .office-logo img{
        height: 550px !important;
        margin-bottom: 10px;
    }
    .office-content{
        padding-top: 30px !important;
    }
   .partner-logos {
        display: grid;
    }
    .partner-logo{
        display: flex;
        justify-content: center; 
        align-items: center;
    }
   .partner-logo{
        width: 100% !important;
   }
   .footer-content {
        font-size: 0.8rem !important;
    }
}

/* Hide details by default */
.office-detail, .office-detailout {
    display: none;
  }

  /* Show details on mobile */
  @media (max-width: 768px) {
    .office-place.active .office-detail {
      display: block;
    }
  }
  
  /* Show details on desktop */
  @media (min-width: 769px) {
    .office-place.active .office-detailout {
      display: block;
    }
  }