/*******************************/
/********* General CSS *********/
/*******************************/


.main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.main-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #fa65b1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.row {
    /* --bs-gutter-x: 1.5rem; */
    /* --bs-gutter-y: 0; */
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}






body {
    color: #747474;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 1.75rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #414141;
}

a {
    color: #313131;
    transition: .3s;
}
.navbar-nav {

  align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0);
}

a:hover,
a:active,
a:focus {
    color: #2e6c9b;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}


.btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #2e6c9b;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #2e6c9b;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    z-index: 2;

}

.btn:hover {
    color: #2e6c9b;
    background: transparent;
    box-shadow: inset 0 0 0 0 #2e6c9b;
    border-color: #2e6c9b;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #2e6c9b;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {

    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

 .navbar-brand {
    margin: 0;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;

}

.navbar .navbar-brand img {
    max-width: 75%;
    max-height: 40px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (max-width: 480px) {
  .navbar .navbar-brand img {
    max-width: 85%;
    max-height: 30px;
}
}
@media (min-width: 992px) {
    .navbar {
        width: 100%;
        padding: 15px 60px;
        z-index: 9;
    }

    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #ffffff !important;
    }

    .navbar .navbar-brand {
        color: #ffffff;
    }

    .navbar.nav-sticky .navbar-brand {
        color: #2e6c9b;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        font-size: 15px;
        font-weight: bold;
        color: #272727;
        letter-spacing: 0.05rem;
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #414141;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
      color: rgb(0 0 0);
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #2e6c9b;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 20px;
        background: #ffffff !important;
        box-shadow: 0 5px 5px rgba(0, 60, 170, 0.1);
    }

    .recruit-overlay{
      margin-top: 0px;
    }

    .navbar .navbar-brand {
        color: #27587d;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
    }

    .navbar a.nav-link {
      padding: 5px;
      text-align: center;
      margin: 15px;
  }

    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
    background: linear-gradient(rgb(46 108 155 / 54%), rgb(46 108 155 / 63%)), url(../img/photo1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:350px;

    align-items: center;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
    padding-right: 75px;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-content {
    position: relative;
    padding-left: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero .hero-text h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hero .hero-text h2 {
    display: inline-block;
    margin: 0;
    height: 35px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}

.hero .hero-text .typed-text {
    display: none;
}

.hero .hero-text .typed-cursor {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
}

.hero .hero-btn .btn {
    margin-top: 35px;
    color: #2e6c9b;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.hero .hero-btn .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 60px;
    }

    .hero .hero-content {
        padding: 0 15px;
    }

    .hero .hero-text p {
        font-size: 20px;
    }

    .hero .hero-text h1 {
        font-size: 45px;
    }

    .hero .hero-text h2 {
        font-size: 25px;
        height: 25px;
    }

    .hero .hero-btn .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero,
    .hero .hero-text,
    .hero .hero-btn {
        width: 100%;
        text-align: center;
    }

    .hero .hero-text p {
        font-size: 18px;
    }

    .hero .hero-text h1 {
        font-size: 35px;
    }

    .hero .hero-text h2 {
        font-size: 22px;
        height: 22px;
    }

    .hero .hero-btn .btn {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}


    .hero .hero-text p {
        font-size: 16px;
    }

    .hero .hero-text h1 {
        font-size: 30px;
    }

    .hero .hero-text h2 {
        font-size: 18px;
        height: 18px;
    }

    .hero .hero-btn .btn {
        padding: 8px 10px;
        letter-spacing: 0;
    }



/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;

}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

.section-header p::before {
    position: absolute;
    content: "";
    height: 3px;
    top: 11px;
    right: 0;
    left: -30px;
    background: #2e6c9b;
    z-index: -1;
}

.section-header p::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    top: 11px;
    left: 3px;
    background: #2e6c9b;
    z-index: 1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    margin-bottom: 20px;

}

@media (max-width: 767.98px) {
    .section-header h2  {
        font-size: 24px!important;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
}

.about .col-lg-6 {
    padding: 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    object-fit: cover;
    margin-top: 40px;
}


.about .about-text p {
    font-size: 16px;
}

.about .skills {
    margin-bottom: 30px;
}

.about .skill-name {
    margin-top: 15px;
}

.about .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.about .skill-name p:last-child {
    float: right;
}

.about .progress {
    height: 10px;
    border-radius: 10px;
    background: #dddddd;
}

.about .progress .progress-bar {
    width: 0px;
    background: #2e6c9b;
    border-radius: 10px;
    transition: 2s;
}

.about .about-text a.btn {
    margin-top: 15px;
}



/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #2e6c9b;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #2e6c9b;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #2e6c9b;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }

    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after,
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }

    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }

    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .fa {
    font-size: 42px;
}
.service .service-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
    background: #ffffff;
}
/*
.service .service-item:hover {
    box-shadow: inset 800px 0 0 0 #2e6c9b;
}

*/


.service .service-icon {
    position: relative;
    width: 90px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #2e6c9b;
    transition: .3s;
}

.service .service-item:hover i {
    font-size: 75px;
}

.service .service-text {
    position: relative;
    width: calc(100% - 120px);

}

.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    font-size: 14px;
    transition: 1s;
}
/*
.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
}
*/
@media (max-width: 575.98px) {
    .service .service-text {
        position: relative;
        width: calc(100% - 95px);
    }
    .benefit-icon {
      margin: 0 15px 0 0!important;
    }
    .benefit-box {
      padding: 20px 10px!important;
    }
    .service .service-icon i {
        font-size: 32px;
    }
    .service .service-icon {
        width: 80px;
        min-height: 80px;
    }
    .service .service-text h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .service-icon img {
      width: 40px;
    }

    .service .service-text p {
        font-size: 14px;
    }
}

/*

@media (max-width: 768px) {
.service .service-icon i {
    font-size: 30px;
}
.service .service-item:hover i {
    font-size: 35px;
}
.service .service-icon {
    position: relative;
    width: 70px;
    min-height: 70px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.service .service-item {
    position: relative;
    margin-bottom: 30px;
    display: flex
;
    align-items: flex-start;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
    align-content: flex-start;
}
.service .service-text {
    position: relative;
    width: calc(100% - 0px);
    padding: 0 30px;
}
}

/*******************************/
/******** entry CSS ********/
/*******************************/
.entry {
    position: relative;
    padding: 45px 0 15px 0;
    margin-bottom: 100px;
}
.entry .col-lg-6 {
    margin: 0 auto;
}
.entry {
    position: relative;
    padding: 45px 0 15px 0;
}

.entry #entry-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.entry #entry-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #2e6c9b;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #2e6c9b;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.entry #entry-filter li:hover,
.entry #entry-filter li.filter-active {
    color: #2e6c9b;
    background: transparent;
    box-shadow: inset 0 0 0 0 #2e6c9b;
    border-color: #2e6c9b;
}

.entry .entry-item {
    position: relative;
}

.entry .entry-wrap {
    position: relative;
    width: 100%;
}

.entry .entry-img {
    position: relative;
    overflow: hidden;
}

.entry .entry-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: .5s;
}

.entry .entry-item:hover img {
    margin-left: 15px;
}

.entry .entry-text {
    position: relative;
    height: 60px;
    width: calc(100% - 30px);
    margin: -30px 15px 30px 15px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}

.entry .entry-text h3 {
    width: calc(100% - 70px);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.entry .entry-text a.btn {
    width: 50px;
    height: 50px;
    padding: 0 0 2px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 100;
}

.entry .entry-item:hover a.btn {
    color: #2e6c9b;
    background: transparent;
    box-shadow: inset 0 0 0 0 #2e6c9b;
    border-color: #2e6c9b;
}


/*******************************/
/********* Banner CSS **********/
/*******************************/
.banner {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #e7f3ff;
}

.container-fluid {
    max-width: 1366px;
}
.banner .container {
    max-width: 750px;
    text-align: center;
}

.banner .section-header {
    margin-bottom: 20px;
}

.banner .section-header p {
    color: #414141;
    background: transparent;
}

.banner .section-header p::after {
    display: none;
}


.banner .section-header h2 span {
    color: #414141;
    font-size: 32px;
}


.banner .banner-text .btn {
    margin-top: 15px;
    color: #2e6c9b;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.banner .banner-text .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .row {
    padding: 0 15px;
}

.price .col-md-4 {
    padding: 0;
}

.price .price-item {
    position: relative;
    background: #ffffff;
}

.price .featured-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: 1;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    text-align: center;
}

.price .price-header {
    padding: 45px 0 30px 0;
    color: #414141;
}

.price .price-item.featured-item .price-header {
    color: #2e6c9b;
}

.price .price-title h2 {
    font-size: 24x;
    font-weight: 400;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #2e6c9b;
}

.price .price-body {
    padding: 0 0 20px 0;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 0 0 20px 0;
}

.price .price-item .price-action {
    padding-bottom: 45px;
}

.price .price-item .price-action .btn {
    color: #ffffff;
    background: #414141;
    box-shadow: inset 0 0 0 50px #414141;
}

.price .price-item .price-action .btn:hover {
    color: #414141;
    background: transparent;
    box-shadow: inset 0 0 0 0 #414141;
    border-color: #414141;
}

.price .price-item.featured-item .price-action .btn {
    color: #ffffff;
    background: #2e6c9b;
    box-shadow: inset 0 0 0 50px #2e6c9b;
}

.price .price-item.featured-item .price-action .btn:hover {
    color: #2e6c9b;
    background: transparent;
    box-shadow: inset 0 0 0 0 #2e6c9b;
    border-color: #2e6c9b;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.team .team-img {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    transition: .5s;
}

.team .team-text {
    position: relative;
    width: 50%;
    padding: 0 20px 30px 30px;
}

.team .team-text h2 {
    color: #2e6c9b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: 1s;
}

.team .team-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 1s;
}

.team .team-text p {
    margin-bottom: 20px;
    transition: 1s;
}

.team .team-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .team-social a.btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}



.team .team-item:hover .team-img img {
    transform: scale(1.2);
}





@media(max-width: 575.98px) {
    .team .team-text {
        padding: 0 15px;
    }

    .team .team-text h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .team .team-text h4 {
        margin-bottom: 5px;
    }

    .team .team-text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}




/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6); /* ← これが一番ナチュラル */
  z-index: 0;
}
.testimonial > * {
  position: relative;
  z-index: 1;
}
.testimonial {
  position: relative;
  background: url(../img/interview-bg.png) no-repeat center center / cover !important;
  z-index: 0;
}
.testimonial .container {
    padding: 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #ffffff;
    transition: .5s;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    text-align: l;
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center img {
    border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
    background: #f3faff;
}





.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
}

.testimonial .owl-dot.active {
    background: #2e6c9b;
}




/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: #2e6c9b;
}

.contact .container-fluid {
    background: url(../img/contact.jpg) left center no-repeat;
    background-size: contain;
}

.contact .contact-form {
    position: relative;
    padding: 90px 0 90px 45px;
    background: #2e6c9b;
}

.contact .contact-form input {
    color: #ffffff;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 90px;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .btn {
    margin-top: 35px;
    color: #2e6c9b;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.contact .contact-form .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .contact .container-fluid {
        background: none;
    }


    .contact .contact-form {
        padding: 90px 0;
    }
}


/*******************************/
/*********** office CSS **********/
/*******************************/
.office {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.office .office-item {
    position: relative;
    margin-bottom: 30px;
}

.office .office-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.office .office-img img {
    width: 100%;
    transition: .5s;
}



.office .office-text {
    position: relative;
    padding: 30px 20px;
}

.office .office-text h2 {
    font-size: 24px;
}

.office .office-text p {
    margin-bottom: 10px;
}

.office .office-item a.btn {
    margin-top: 10px;
    padding: 8px 15px;
}

.office .office-item a.btn i {
    margin-left: 5px;
}

.office .office-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.office .office-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.office .office-meta i {
    color: #414141;
    margin-right: 5px;
}

.office .office-meta p:last-child {
    margin: 0;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    padding-top: 90px !important;
}

.footer  {
    padding: 60px 0 0 0;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.footer .footer-info h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgb(222 226 230);
}

.footer .copyright p {
    margin: 0;
    color: #6c757d;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

@media (max-width: 575.98px) {
  .section-block, .section-block2 {
    padding: 0;
}
.benefit-box {
  align-items: flex-start!important;
}
    .footer .footer-info h2 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .footer .footer-info h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footer-menu p {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px;
    }
}



/*recruit CSS*/
.recruit-table {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 2rem auto; /* ← 中央寄せのポイント */
    border-collapse: collapse;
    font-size: 0.95rem;
  }

  .recruit-table caption {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: left;
    color: #005bac;
  }

  .recruit-table th,
  .recruit-table td {
    border: 1px solid #ccc;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
  }

  .recruit-table th {
    background-color: #f5faff;
    width: 180px;
    color: #005bac;
  }
  .entry-item {
    position: static !important;
  }

  .recruit-table-wrapper {
    max-width: 800px;
    margin: 0 auto 3rem auto;
  }

  .recruit-table caption {
    font-size: 1.4rem;
    font-weight: bold;
    color: #005bac;
    margin-bottom: 1rem;
  }

  .entry-item {
    position: static !important;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
  }

  @media (max-width: 480px) {
    .recruit-table th {
        background-color: #f5faff;
        width: 80px !important;
        color: #005bac;
      }
      .modal-content {
padding: 0!important;

}
.benefit-header {
    text-align: center;
}
.profile-info {
    text-align: center;
}
  }
  .bg-blue {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 40px 0;

}

.bg-blue::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #e7f3ff;
    z-index: -1;
  }
.bg-blue p {

    background: #e7f3ff;
}

.bd-no{
    border: none!important;

}

.map {
    width: 55%;
}
.custom-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #e7f3ff;
    z-index: -1;
}


.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
  }

  .faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-size: 1.1rem;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
  }

  .faq-question:hover {
    color: #2e6c9b;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 0 1rem;
  }

  .faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
    padding: 1rem;
  }

  .faq-question .icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }

  .faq-item.active .icon {
    transform: rotate(45deg); /* ＋を×に見せる */
  }

  @media(max-width: 575.98px) {
    .faq-container {
        padding: 0 2rem;
    }
}
/*sales-day*/

.sales-day-section {
    text-align: center;
    padding: 60px 20px;
    font-family: 'Helvetica Neue', sans-serif;
  }

  .sales-day-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .sales-day-section h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .sales-day-section p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sales-day-section img {
    height: auto;
    margin-bottom: 40px;
  }


  .underline {
    display: inline-block;
    position: relative;
    font-weight: bold;
  }

  .underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em; /* 文字の下に少し余白 */
    width: 100%;
    height: 0.4em; /* マーカーの太さ */
    background: #ffdfc2; /* お好みのマーカーカラーに変更OK */
    z-index: -1;
    border-radius: 4px;
  }

  .underline {
    display: inline;
    background: linear-gradient(to bottom, transparent 60%, #ffdfc2 60%);
    color: #5a5a5a;
}


  .message p {
    background: #e7f5ff !important;
}

.message-section {
    position: relative;
    padding: 80px 20px;
    background: #fff;
    text-align: center;
    overflow: hidden;
  }

  .message-wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .message-label {
    color: #888;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .message-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #111;
  }

  .message-text {
    font-size: 1rem;
    color: #333;
    line-height: 2;
  }

  .message-bg {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background:linear-gradient(to bottom, #f8fcff61 0%, #e6f0fb4d 100%);
    border-radius: 50%;
    z-index: -1;
  }

  .left-circle {
    top: -50px;
    left: -100px;
  }

  .right-circle {
    bottom: -50px;
    right: -100px;
  }


/* スマホ対応 */
@media (max-width: 768px) {
    .left-circle {
      width: 140px;
      height: 140px;
      top: -40px;
      left: -40px;
    }

    .right-circle {
      width: 120px;
      height: 120px;
      bottom: -40px;
      right: -40px;
    }
  }
  @keyframes softFloat {
    0% {
      transform: translate(0px, 0px) scale(1);
      opacity: 0.3;
    }
    50% {
      transform: translate(8px, -12px) scale(1.03);
      opacity: 0.15;
    }
    100% {
      transform: translate(0px, 0px) scale(1);
      opacity: 0.3;
    }
  }
  .left-circle {
    top: -50px;
    left: -100px;
    animation-delay: 0s;
  }

  .right-circle {
    bottom: -50px;
    right: -100px;
    animation-delay: 5s;
  }
  .message p {
    font-size: 16px;
}
.message h2 {
    font-size: 24px;
}
.message .section-header {
    position: relative;
    margin-bottom: 24px;
}




.card {

    padding-top: 20px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
  }

  .swiper-wrapper {
    display: flex;
  }

  .swiper-slide {
    width: 100%; /* ← これがないと複数枚並んでしまう */
    flex-shrink: 0;
  }

  @media (max-width: 992px) {
    .image-switcher {
      text-align: center;
      padding: 20px;
    }

    .main-image img {
      width: 100%;
      max-width: 100%;
      border-radius: 8px;
    }

    #main-title {
      margin-top: 10px;
      font-size: 1.2rem;
    }

    .thumbnail-row {
      margin-top: 15px;
      display: flex;
      gap: 10px;
      overflow-x: auto;
      justify-content: flex-start;
      padding-bottom: 10px;
    }

    .thumb-item {
      flex: 0 0 auto;
      text-align: center;
      cursor: pointer;
    }

    .thumb-item img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 6px;
      border: 2px solid transparent;
    }

    .thumb-item p {
      margin: 5px 0 0;
      font-size: 12px;
    }

    .thumb-item.active img {
      border-color: #2e6c9b;
    }
  }

  p.recruit-text {
    line-height: 2rem;
}

@media (max-width: 575.98px) {

  .recruit-text h1 {
    font-size: 2.25rem;
  }
}

.recruit-catch {
    font-size: 1.1rem;  /* 通常の1.25remよりやや大きめ */
    font-weight: bold;  /* 太字に */
    display: block;     /* 改行効果 */
    margin-bottom: 1rem;
  }


  section.recruit-top {
    margin-bottom: 80px;
}

.testimonial-text p {
    text-align: center !important;
}

.testimonial-text .btn {
    margin-top: 18px;
}


@media(max-width: 575.98px) {
    .testimonial-text h2{
          font-size: 24px !important;
  }
  }


.border {
    border: 1px solid #dee2e6 !important;
    padding: 10px;
}

.title-deco {
    padding: 10px 20px 10px 20px;
    color: #494949;
    background: #f4faff;
    border-left: solid 5px #2e6c9b;
    width: 100%;
    line-height: 2rem;
  }
  .message-wrapper {
    position: relative;
    background: linear-gradient(181deg, #dcf0ffb3 0%, #ffffff);
    overflow: visible;
  }
  .message p.section-header {
    background: #f1f9ff00 !important;
}

  .fadeup {
    opacity: 0;
    animation: fadeUpSoft 1.2s ease-out forwards;
  }

  .mincho {
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-weight: 600;
  }
.message .sales-day-section {
    padding: 80px 20px;
}

.bg-gd{
    background: linear-gradient(0deg, rgba(220, 240, 255, 0) 0%, rgb(220 240 255 / 43%) 50%, rgba(220, 240, 255, 0) 100%) !important;

}


body {
    font-family: "Yu Gothic", "YuGothic", "游ゴシック体", sans-serif;
  }


  .img-top-focus {
    width: 100%;
    height: 250px; /* 任意の高さ */
    object-fit: cover;
    object-position: bottom center;
    display: block;
  }


  .img-top-focus {
    width: 100%;
    height: 250px; /* 任意の高さ */
    object-fit: cover;
    object-position: bottom center;
    display: block;
  }


  @media (max-width: 576px) {
    .img-top-focus {
        width: 100%;
        height: 250px; /* 任意の高さ */
        object-fit: cover;
        object-position: bottom center;
        display: block;
      }
    }

  .navbar-nav a.active {
    font-weight: bold;
}


.mb-00 {
    margin-bottom: -50px;
}

.sp-br {
    display: inline;
  }

  @media (max-width: 576px) {
    .sp-br {
      display: block;
    }
  }

  .lh-base{
    line-height: 2.5rem;
  }

  @keyframes fadeUpSoft {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }@keyframes seepIn {
    0% {
      opacity: 0;
      transform: scale(0.98);
      filter: blur(8px);
    }
    70% {
      opacity: 0.8;
      filter: blur(2px);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      filter: blur(0);
    }
  }

  .seepIn {
    animation-name: seepIn;
    animation-fill-mode: both;
  }
  .small-text-sp {
    font-size: 16px;
  }

  .about-text {
    margin-top: -25px;
}


.mg-0 {
    margin-bottom: -50px;
}


.interview-card {
    display: inline-block;
    width: 300px;
    background: #fff;
    border-radius: 16px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 10px;
    text-align: center;
    position: relative;
    transition: transform 0.2s ease;
  }
  .interview-card:hover {
    transform: translateY(-5px);
  }

  .interview-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #2e6c9b;
  }

  .interview-tag {
    display: inline-block;
    background: #2e6c9b;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
  }

  .mv-tag {
    display: inline-block;
    background: #ffc107;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
  }

  .interview-name-en {
    display: block;
    font-size: 12px;
    color: #2e6c9b;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .interview-name-ja {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  hr {
    border: none;
    border-top: 1px solid #ccc;
    width: 80%;
    margin: 10px auto;
  }

  .interview-summary {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .interview-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    color: #009fe8;
  }


  .arrow-circle {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-color: #009fe8;
    color: #ffffff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    z-index: 9999;
    pointer-events: auto;
  }

.testimonial {
    position: relative;
    padding: 90px 0px;
    background: rgb(231, 243, 255);
}


.hougan {
    background-image: url('../img/hougan.png');
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    padding: 40px 0;
}

.bg02 {
    background-image: url('../img/message.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



  .recruit-message .left-message h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffffcf;
  }


  .recruit-message .left-message .sub {
    font-size: 16px;
    font-weight: bold;
  }

  .recruit-message .right-text p {
    font-size: 16px;
    line-height: 2.5;
    font-weight: bold;
    color: #ffffffcf;
  }


  .recruit-message {
    position: relative;
    background-image: url('../img/message.jpg'); /* 背景画像 */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 40px 0;
    z-index: 1;
  }

  .recruit-message::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 5%);
    z-index: 0;
  }

  .recruit-message .container {
    position: relative;
    z-index: 1;
  }



  @media (max-width: 991px) {
    .recruit-message .left-message h2 {
      font-size: 42px;
    }
}


.section-block,.section-block2 {
  padding: 40px 0;
}
.section-block {

    text-align: center; /* ← これがセンター配置のポイント！ */
  }

  .section-en {
    font-size: 48px;
    color: #297cba;
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
  }

  .section-ja {
    font-size: 22px;
    font-weight: 700;
    color: #414141;
    border-bottom: 2px solid #414141;
    display: inline-block;
    margin-bottom: 24px;
    padding-bottom: 4px;
  }

  .section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    max-width: 700px;
    margin: 0 auto; /* ← テキストブロックも中央に寄せる */
  }


  .work-environment {

    text-align: center;
  }

  .section-en {
    font-size: 36px;
    color: #005bab;
    font-weight: bold;
  }

  .section-ja {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
  }



  .section-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
  }

  .work-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .work-item:hover {
    transform: translateY(-5px);
  }

  .work-item .label {
    font-size: 20px;
    font-weight: bold;
    color: #414141;
}

  .work-item .number {
    font-size: 32px;
    color: #005bab;
    font-weight: bold;
  }

  .work-item .number-sm {
    font-size: 28px;
    color: #005bab;
    font-weight: bold;
  }
  .work-item .unit {
    font-size: 18px;


  }


  .work-item {
    background: #e9f4ff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .work-head {
    font-size: 16px;
    font-weight: bold;
  }


  .work-item .icon {
      font-size: 28px;
      color: #0066cc;
      margin-right: 10px;
  }

  .work-item .number,
  .work-item .number-sm {
    font-size: 28px;
    font-weight: bold;
  }

  .work-item .unit {
    font-size: 16px;
  }

  .work-item .caution {
    font-size: 12px;
    color: #555;

  }







  @media (max-width: 991.98px) {
    .ml-5, .mx-5 {
        margin-left: 0rem !important;
    }
    .text-left {
        text-align: center !important;
    }
  }

  .caution {
    margin-top: 0;
    margin-left: 16px;
    margin-bottom: 0;
    font-size: 12px;
}

.about .about-content {
  padding: 0 0 0 60px;
}

@media (max-width: 991.98px) {
    .about .about-content {
        padding: 45px 15px 0 15px;
    }
}



.benefit-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
  }

  @media (max-width: 480px) {
    .benefit-header {
        display: block ;

    }
    .section-block2{
        padding-bottom: 0;
    }
    .benefit-header{
        margin-bottom: 40px;
    }

  }


  .btn-hire {
    background: #6a38d1;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
  }

  .btn-hire:hover {
    background: #5a28c1;
  }


  section.benefit-section {
    background: #e9f3fb;
}

.service-icon img {
    width: 60px;   /* ← 好きなサイズに調整（例：40px〜80px） */
    height: auto;  /* 縦横比を保つ */
  }


  .recruit-hero {
    background: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
  }

  .left-copy {
    padding: 40px 60px;
  }

  .catch {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    color: #006644; /* 緑系に合わせて変更 */
  }

  .sub-line {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 14px;
  }

  .sub-line .line {
    height: 1px;
    background: #333;
    flex-grow: 1;
  }

  .right-image {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-img img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  /* 縦書きっぽいエントリーボタン */
  .entry-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #008753;
    color: #fff;
    padding: 16px 8px;
    border-radius: 0 6px 6px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
  }


  .main-hero {
    background: linear-gradient(135deg, #0a8bc9, #0495d1);
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
  }

  .hero-text {
    padding: 60px;
    text-align: center;
}
  .hero-text h1 {
    font-size: 32px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .hero-text .sub {
    font-size: 16px;
    margin-bottom: 30px;
    color: #e0f7ff;
  }

  .hero-btn {
    background: #fff;
    color: #0077b6;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
  }

  .hero-btn:hover {
    background: #e0f7ff;
  }

  .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .font-bold{
    font-weight: bold;
  }

  .hero-bg {
    background-image: url('img/bg-main.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    color: white;
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero-text p {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .hero-text h1 {
    font-size: 48px;
    margin: 0;
    font-weight: bold;
  }


  .main-visual {
    background-image: linear-gradient(rgb(46 108 155 / 54%), rgb(46 108 155 / 63%)), url(../img/photo1.jpg);
    background-size: cover;
    height:350px;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
    color: white;
  }

  .main-visual .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 21%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .main-visual .main-text .en {
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffffcc; /* 少し薄めの白 */
    font-weight: bold;
  }

  .main-visual .main-text h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    color: #fff;
  }


  .employee-message {
    background: #f7f9fb;
    padding: 80px 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .profile-header {
    display: flex
;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}
  .photo-block img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #e0e0e0;
  }

  .text-block .tags {
    margin-bottom: 10px;
  }
  .tag {
    background: #0077cc;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 10px;
}
  .en-name {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    color: #0077cc;
  }

  .jp-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .lead {
    font-size: 15px;
    color: #666;
  }

  .message-content {
    background: #fff;
    border-left: 4px solid #0077cc;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  }

  .message-content h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #0077cc;
  }

  .message-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .profile-detail {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
  }

  .profile-detail h5 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #0077cc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
  }

  .profile-detail ul {
    list-style: none;
    padding: 0;
  }

  .profile-detail li {
    font-size: 14px;
    margin-bottom: 8px;
  }


  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
  }

  #modal-body {
    max-height: 100vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .modal-content {
    background: #f9fcff;
    max-width: 600px;
    max-height: 80vh; /* 表示領域を限定 */
    margin: 10vh auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow-y: auto; /* 長文用スクロール */
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  }

  .modal-content::-webkit-scrollbar {
    width: 6px;
  }
  .modal-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }


  .profile-photo img {
    width: 100px;
}

.title-deco2 {
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 2px #747474;
    border-bottom: solid 2px #747474;
    font-size: 18px;
  }

  .interview-detail {

    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
  }

  .interview-detail .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .interview-header {
    margin-bottom: 40px;
    text-align: center;
  }

  .interview-section {
    margin-bottom: 50px;
  }

  .interview-section h2 {
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 4px solid #007acc;
    padding-left: 12px;
  }

  .interview-section p {
    font-size: 16px;
    line-height: 1.9;
  }


  .interview-header{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box16 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

span.modal-close {
    font-size: 40px;
    margin-left: 20px;
}

.en-name-color-bl {
    color: #005bab8a;
    font-size: 18px;
    font-weight: bold;
}

.fukuri-ttl {
    font-size: 21px;
}




.recruit-hero {
  position: relative;
  background-image: linear-gradient(rgb(100 140 170 / 54%), rgb(30 106 163 / 63%)), url(../img/mv-5.jpg);
  background-size: cover;
  background-position: center;
  height: calc(60vh - 80px); /* ヘッダー分を引いて全画面 */
}

.recruit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(152 211 255 / 0%);
  display: flex
;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 70px;
}

.recruit-text h1 {
  font-size: 2.75rem;
  color: #fff;
  margin: 0;
}

.recruit-text .sub-en {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}


.top-recruit-hero {
  position: relative;

  background-image: linear-gradient(rgb(0 66 115 / 54%), rgb(30 106 163 / 63%)), url(../img/mv-top.png);
  background-size: cover;
  background-position: center;
  height: calc(65vh - 80px); /* ヘッダー分を引いて全画面 */
  background-position: 35% 70%;
}

.top-recruit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(152 211 255 / 0%);
  display: flex
;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 70px;
}

.benefit-box {
  border: 1px solid #ddd;
  padding: 18px 15px 18px 18px;
  border-radius: 6px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background-color: #f5faff;
  border-radius: 50%;
  margin: 0 20px;
  flex-shrink: 0;
}

.benefit-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.6;
}

.benefit-text {
  flex: 1;
}

.benefit-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.benefit-desc {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.noteline p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8;
}
.notebook {
  font-size: 16px;
  line-height: 2.2;
  padding: 2em;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.12); /* ← うっすら線 */
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}


.bl3 {
  color: #2a77cc87;
  font-size: 18px;
}.recruit-layout {
  position: relative;
  margin: 0 auto;
  padding: 6rem 1rem;
  text-align: center;
  background: url('../img/motomu.png') no-repeat center center;
  background-size: cover;
  overflow: hidden;
  min-height: 460px;
}

.center-text {
  z-index: 2;
  position: relative;
  padding: 2rem;
  border-radius: 12px;
  display: inline-block;
  top: 30px;
  top: 105px;
}

.recruit-bubbles {
  background-size: 100% auto;
  padding: 80px 20px;
  text-align: center;
}

.bubble-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;

}

.circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 1.5em;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* 色バリエーション */
.blue       { background-color: #0073c6; }
.lightblue  { background-color: #8cd3f7; }
.navy       { background-color: #004e89; }
.darkblue   { background-color: #003366; }
.sky        { background-color: #65c7e6; }
.outlined   {
  background-color: #fff;
  border: 2px solid #0073c6;
  color: #0073c6;
}

/* 中央メッセージ */
.center-message {
  margin-bottom: 50px;
}

.center-message h2 {
  font-size: 28px;
  margin-bottom: 1rem;
  color: #005288;
}

.center-message p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .bubble-row {
    flex-direction: column;
    gap: 20px;
  }

  .circle {
    margin: 0 auto;
  }

  .center-message h2 {
    font-size: 22px;
  }
  .gallery-scroll img {
    flex-shrink: 0;
    width: 42vw!important;
    height: auto;
    object-fit: cover;
    scroll-snap-align: start;
    height: 40vw!important;
}
}
.recruit-bubbles {
  position: relative;
  background-color: #e6f0f8;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

.bg-decoration {
  position: absolute;
  width: 100%;
  height: 100px;
  background: url('../img/mizutama.png') repeat-x center;
  background-size: contain;
  z-index: 0;
}

.bg-decoration.top {
  top: 0;
  transform: scaleY(-1);
}

.bg-decoration.bottom {
  bottom: 0;
  /* transform: rotate(180deg); ← これ削除！向きそのまま */
}

/* 吹き出し */
.bubble-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 1.5em;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* カラー */
.blue       { background-color: #0073c6; }
.lightblue  { background-color: #8cd3f7; }
.navy       { background-color: #004e89; }
.darkblue   { background-color: #003366; }
.sky        { background-color: #65c7e6; }
.outlined   {
  background-color: #fff;
  border: 2px solid #0073c6;
  color: #0073c6;
}

/* 中央メッセージ */
.center-message {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.center-message h2 {
  font-size: 28px;
  margin-bottom: 1rem;
  color: #005288;
}

.center-message p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* 背景より上に表示 */
.recruit-bubbles > *:not(.bg-decoration) {
  position: relative;
  z-index: 1;
}

/* スマホ対応（吹き出しは2列グリッドに） */
@media (max-width: 768px) {
  .bubble-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .circle {
    width: 120px;
    height: 120px;
    font-size: 13px;
    padding: 1em;
  }

  .center-message h2 {
    font-size: 22px;
  }
}


.text-bl3{
  color: #2e6c9b;
}

.mt0 {
  margin-top: -60px;
}

.mb-20{
  margin-bottom: -20px;
}



    .main-visual-overlay {
      background-color: rgba(0, 48, 100, 0.4);
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .main-visual-text {
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .main-visual-text h1 {
      font-size: 32px;
      margin-bottom: 40px;
    }

    .main-visual-text .sub-en {
      font-size: 80px;
      font-weight: bold;
      letter-spacing: 2px;
      opacity: 0.9;
    }

    @media screen and (max-width: 768px) {
      .main-visual-text h1 {
        font-size: 24px;
        margin-bottom: 20px;
      }

      .main-visual-text .sub-en {
        font-size: 40px;
      }
    }




    .main-visual-overlay {
      background-color: rgba(0, 48, 100, 0.4);
      width: 100%;
      height: 100%;
      position: relative;
    }

    .main-visual-text {
      text-align: center;
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: 100%;
    }

    .main-visual-bottom-text {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      color: white;
      font-size: 80px;
      font-weight: bold;
      letter-spacing: 2px;
      opacity: 0.9;
    }

    @media screen and (max-width: 768px) {
      .main-visual-text h1 {
        font-size: 24px;
      }

      .main-visual-bottom-text {
        font-size: 40px;
        bottom: 20px;
      }
    }

    .wh03{
color: #ffffffcf;
    }

    .recruit-highlight {
      background: #f0f8ff;
      padding: 12px 0;
      text-align: center;
    }

    .recruit-banner {
      align-items: center;
      justify-content: center;
      gap: 16px;
      font-size: 1.4rem;
      font-weight: 500;
      color: #003366;
    }

    .banner-badge {
      background-color: #ffc107;
      color: white;
      padding: 6px 14px;
      font-size: 0.85rem;
      border-radius: 999px;
      font-weight: bold;
      letter-spacing: 0.05em;
    }
    p.banner-text {
      margin-bottom: 0;
      margin-top: 0 !important;
      font-size: 18px;
  }
    .banner-text strong {
      color: #0077cc;
    }


    @media (max-width: 768px) {
      .recruit-banner {
        flex-direction: column;
        gap: 8px;
        font-size: 1.1rem;
      }
    }

    .office-gallery {
      background: #f8fbff;
      text-align: center;
    }

    .gallery-full {
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .gallery-title {
      font-size: 1.8rem;
      margin-bottom: 10px;
      color: #003366;
    }

    .gallery-sub {
      font-size: 1rem;
      margin-bottom: 30px;
      color: #666;
    }

    .gallery-scroll {
      display: flex;
      gap: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .gallery-scroll img {
      flex-shrink: 0;
      width: 25vw;
      height: auto;
      object-fit: cover;
      scroll-snap-align: start;
      height: 10vw;
    }

    @media (min-width: 769px) {
      .gallery-scroll {
        justify-content: center;
        overflow-x: hidden;
      }

      .gallery-scroll img {
        width: 25vw;
      }
    }

    .main-visual {
      position: relative;
      width: 100%;
      height: 40vh;
      background: url(/recruit/img/mv-bg01.jpg) no-repeat center center / cover;
      display: flex
  ;
      align-items: center;
      justify-content: center;
      background-position: right;
      margin-top: 72px;
      text-align: center;
  }
  .mv-text {
    width: 85%;
    max-width: 600px;
    height: auto;
  }

  /* SP対応 */
  @media (max-width: 480px) {
    .main-visual {
          height: 40vh;
          margin-top: 80px;
      }
    .mv-text {
      width: 100%;
      padding: 0px!important;
    }
  }
  @media (max-width: 991px) {
    .main-visual {
          height: 40vh;
          margin-top: 80px;
      }
      .mv-text {

        padding: 50px;
      width: 100%;
      max-width: 600px;
      height: auto;
  }
  }


.readmore-content {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.readmore-wrapper::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
}

.readmore-wrapper.expanded .readmore-content {
  max-height: 1000px;
}

.readmore-wrapper.expanded::after {
  display: none;
}

.readmore-toggle {
  display: block;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 4px;
}
.recruit-text h1 {
    font-size: 2.75rem;
    font-weight: bold;
}
.recruit-message .right-text p{
  line-height: 2;
}

@media (min-width: 768px) {

  .readmore-content {
    max-height: none !important;
    overflow: visible;
  }
  .readmore-toggle {
    display: none;
  }
  .readmore-wrapper::after {
    display: none;
  }
}

span.text-lg {
  font-size: 1.35rem;
}

.sub-title {
  font-weight: bold;
  color: #414141;
  margin-bottom: 0 !important;
}


@keyframes fadeInOnly {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in-only {
  animation-name: fadeInOnly;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
